2026-07-05 02:29:33,578 - INFO - Domain Default found not creating
2026-07-05 02:29:33,734 - INFO - Project ctest-TestPorts-92554813 not found, creating it
2026-07-05 02:29:34,180 - INFO - Created Project:ctest-TestPorts-92554813, ID : d3104b87-c23c-491c-b7db-356a080cec83
2026-07-05 02:29:35,656 - INFO - ================================================================================
2026-07-05 02:29:35,657 - INFO - STARTING TEST : test_ports_bindings
2026-07-05 02:29:35,657 - INFO - TEST DESCRIPTION :
Verify that we are able to create a port with custom port bindings
Steps:
1) Create Port with Port bindings profile set to {'foo': 'bar'}
2) Retrieve and verify the same is set
2026-07-05 02:29:35,920 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-07-05 02:29:35,920 - INFO - Initial checks done. Running the testcase now
2026-07-05 02:29:35,920 - INFO -
2026-07-05 02:29:36,521 - DEBUG - Response for create_network : {'network': {'id': '58b1ae8c-b785-486c-9de0-3bdb94f8747f', 'name': 'ctest-vn-14983803', 'tenant_id': 'd3104b87c23c491cb7db356a080cec83', 'project_id': 'd3104b87c23c491cb7db356a080cec83', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-92554813', 'ctest-vn-14983803'], 'port_security_enabled': True, 'description': ''}}
2026-07-05 02:29:36,919 - DEBUG - Response for create_subnet : {'subnet': {'id': '0ad3ef74-3591-4ba3-bdd4-5215bbd7ac86', 'name': '', 'tenant_id': 'd3104b87c23c491cb7db356a080cec83', 'network_id': '58b1ae8c-b785-486c-9de0-3bdb94f8747f', 'ip_version': 4, 'cidr': '75.85.149.0/26', 'allocation_pools': [{'start': '75.85.149.2', 'end': '75.85.149.62'}], 'gateway_ip': '75.85.149.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '75.85.149.2', 'tags': [], 'project_id': 'd3104b87c23c491cb7db356a080cec83'}}
2026-07-05 02:29:36,941 - INFO - Created VN ctest-vn-14983803
2026-07-05 02:29:37,000 - DEBUG - VN ctest-vn-14983803 UUID is 58b1ae8c-b785-486c-9de0-3bdb94f8747f
2026-07-05 02:29:37,129 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-92554813', 'ctest-vmi-67355276']}
2026-07-05 02:29:37,465 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-67355276', 'id': '65131477-dd31-48fa-bfc2-54cda9e21bc2', 'tenant_id': 'd3104b87c23c491cb7db356a080cec83', 'network_id': '58b1ae8c-b785-486c-9de0-3bdb94f8747f', 'mac_address': '02:65:13:14:77:dd', 'binding:profile': {'foo': 'bar'}, 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '75.85.149.3', 'subnet_id': '0ad3ef74-3591-4ba3-bdd4-5215bbd7ac86'}], 'security_groups': ['276a36a0-cd07-4301-aa48-c53529667d37'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd3104b87c23c491cb7db356a080cec83'}}
2026-07-05 02:29:37,465 - DEBUG - Created port 65131477-dd31-48fa-bfc2-54cda9e21bc2
2026-07-05 02:29:37,568 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/65131477-dd31-48fa-bfc2-54cda9e21bc2
2026-07-05 02:29:37,890 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/65131477-dd31-48fa-bfc2-54cda9e21bc2
2026-07-05 02:29:37,922 - INFO - VMI 65131477-dd31-48fa-bfc2-54cda9e21bc2 verification in API Server passed
2026-07-05 02:29:38,006 - DEBUG - Response for delete_port : ()
2026-07-05 02:29:38,006 - INFO - Deleted port 65131477-dd31-48fa-bfc2-54cda9e21bc2
2026-07-05 02:29:38,006 - INFO - Deleting VN ctest-vn-14983803
2026-07-05 02:29:38,116 - DEBUG - Response for deleting network ()
2026-07-05 02:29:38,369 - DEBUG - No XMPP flaps were noticed during the test
2026-07-05 02:29:38,369 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-07-05 02:29:38,369 - INFO - --------------------------------------------------------------------------------
2026-07-05 02:29:38,371 - INFO - ================================================================================
2026-07-05 02:29:38,371 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-07-05 02:29:38,371 - INFO - TEST DESCRIPTION : Create ports with specific Subnet and IP
Create two ports in a VN with 2 subnets and specific IPs
Attach to two VMs
Ping between them should pass
2026-07-05 02:29:38,657 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-07-05 02:29:38,657 - INFO - Initial checks done. Running the testcase now
2026-07-05 02:29:38,657 - INFO -
2026-07-05 02:29:38,827 - DEBUG - Response for create_network : {'network': {'id': '670a0012-1b23-4ff0-8932-a737b5f54205', 'name': 'ctest-vn1-42392121', 'tenant_id': 'd3104b87c23c491cb7db356a080cec83', 'project_id': 'd3104b87c23c491cb7db356a080cec83', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-92554813', 'ctest-vn1-42392121'], 'port_security_enabled': True, 'description': ''}}
2026-07-05 02:29:39,021 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fc88cca5-47b7-4ff3-987c-01a0623f5002', 'name': '', 'tenant_id': 'd3104b87c23c491cb7db356a080cec83', 'network_id': '670a0012-1b23-4ff0-8932-a737b5f54205', 'ip_version': 4, 'cidr': '221.75.6.128/26', 'allocation_pools': [{'start': '221.75.6.130', 'end': '221.75.6.190'}], 'gateway_ip': '221.75.6.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '221.75.6.130', 'tags': [], 'project_id': 'd3104b87c23c491cb7db356a080cec83'}}
2026-07-05 02:29:39,233 - DEBUG - Response for create_subnet : {'subnet': {'id': '6783154c-2d56-4465-83ba-71ae08ef022c', 'name': '', 'tenant_id': 'd3104b87c23c491cb7db356a080cec83', 'network_id': '670a0012-1b23-4ff0-8932-a737b5f54205', 'ip_version': 4, 'cidr': '129.81.223.64/26', 'allocation_pools': [{'start': '129.81.223.66', 'end': '129.81.223.126'}], 'gateway_ip': '129.81.223.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '129.81.223.66', 'tags': [], 'project_id': 'd3104b87c23c491cb7db356a080cec83'}}
2026-07-05 02:29:39,251 - INFO - Created VN ctest-vn1-42392121
2026-07-05 02:29:39,304 - DEBUG - VN ctest-vn1-42392121 UUID is 670a0012-1b23-4ff0-8932-a737b5f54205
2026-07-05 02:29:39,618 - DEBUG - Response for create_port : {'port': {'name': '46793d20-d054-46bb-801c-99db46b50e4e', 'id': '46793d20-d054-46bb-801c-99db46b50e4e', 'tenant_id': 'd3104b87c23c491cb7db356a080cec83', 'network_id': '670a0012-1b23-4ff0-8932-a737b5f54205', 'mac_address': '02:46:79:3d:20:d0', 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '221.75.6.133', 'subnet_id': 'fc88cca5-47b7-4ff3-987c-01a0623f5002'}], 'security_groups': ['276a36a0-cd07-4301-aa48-c53529667d37'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd3104b87c23c491cb7db356a080cec83'}}
2026-07-05 02:29:39,787 - DEBUG - Response for create_port : {'port': {'name': '8e673c7e-6ead-4c24-8b86-4cd45f2256d1', 'id': '8e673c7e-6ead-4c24-8b86-4cd45f2256d1', 'tenant_id': 'd3104b87c23c491cb7db356a080cec83', 'network_id': '670a0012-1b23-4ff0-8932-a737b5f54205', 'mac_address': '02:8e:67:3c:7e:6e', 'binding:vnic_type': 'normal', 'binding:vif_details': {'port_filter': True}, 'binding:vif_type': 'unbound', 'binding:host_id': None, 'allowed_address_pairs': [], 'fixed_ips': [{'ip_address': '129.81.223.69', 'subnet_id': '6783154c-2d56-4465-83ba-71ae08ef022c'}], 'security_groups': ['276a36a0-cd07-4301-aa48-c53529667d37'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd3104b87c23c491cb7db356a080cec83'}}
2026-07-05 02:29:39,836 - DEBUG - Services list from nova: [, , ]
2026-07-05 02:29:40,142 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6080-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6080-1)
2026-07-05 02:29:40,527 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6080-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6080-1)
2026-07-05 02:29:40,527 - INFO - Waiting for VM ctest-vn1-vm1-63575632 to be up..
2026-07-05 02:29:40,563 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-05 02:29:45,612 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-05 02:29:50,699 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-07-05 02:29:55,773 - DEBUG - VM is in ACTIVE state now
2026-07-05 02:29:55,773 - INFO - VM name : ctest-vn1-vm1-63575632
2026-07-05 02:29:55,839 - DEBUG - VM ctest-vn1-vm1-63575632 ID is 5e6d93e5-82d0-4ce0-8499-7a4f30cd4fac
2026-07-05 02:29:55,856 - DEBUG - VM ctest-vn1-vm1-63575632 launched on Node cn-jenkins-deploy-platform-ansible-os-6080-1
2026-07-05 02:29:55,920 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/5e6d93e5-82d0-4ce0-8499-7a4f30cd4fac
2026-07-05 02:29:55,927 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/46793d20-d054-46bb-801c-99db46b50e4e
2026-07-05 02:29:59,194 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 0 received, 100% packet loss, time 1026ms')
2026-07-05 02:29:59,195 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-63575632 failed!
2026-07-05 02:29:59,248 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-92554813:ctest-vn1-42392121 is 221.75.6.129 and allocation pool is NOT set
2026-07-05 02:29:59,248 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-92554813:ctest-vn1-42392121 is 129.81.223.65 and allocation pool is NOT set
2026-07-05 02:30:01,319 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n64 bytes from 169.254.0.4: icmp_seq=1 ttl=63 time=4.67 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.423 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.423/2.546/4.669/2.123 ms')
2026-07-05 02:30:01,319 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-63575632 passed
2026-07-05 02:30:01,468 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-05 02:30:01,469 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-63575632, IP 221.75.6.133, Port 22
2026-07-05 02:30:01,636 - DEBUG - VM ctest-vn1-vm1-63575632 is ready for SSH connections
2026-07-05 02:30:01,636 - INFO - Waiting for VM ctest-vn1-vm2-34776334 to be up..
2026-07-05 02:30:01,707 - DEBUG - VM is in ACTIVE state now
2026-07-05 02:30:01,707 - INFO - VM name : ctest-vn1-vm2-34776334
2026-07-05 02:30:01,778 - DEBUG - VM ctest-vn1-vm2-34776334 ID is 53007ee6-a288-4685-92f3-25748b1fb382
2026-07-05 02:30:01,778 - DEBUG - VM ctest-vn1-vm2-34776334 launched on Node cn-jenkins-deploy-platform-ansible-os-6080-1
2026-07-05 02:30:01,850 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/53007ee6-a288-4685-92f3-25748b1fb382
2026-07-05 02:30:01,860 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/8e673c7e-6ead-4c24-8b86-4cd45f2256d1
2026-07-05 02:30:03,102 - DEBUG - (True, 'PING 169.254.0.3 (169.254.0.3) 56(84) bytes of data.\r\n64 bytes from 169.254.0.3: icmp_seq=1 ttl=63 time=3.03 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.409 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 0.409/1.717/3.026/1.308 ms')
2026-07-05 02:30:03,102 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-34776334 passed
2026-07-05 02:30:03,252 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-05 02:30:03,252 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-34776334, IP 129.81.223.69, Port 22
2026-07-05 02:30:03,407 - DEBUG - VM ctest-vn1-vm2-34776334 is ready for SSH connections
2026-07-05 02:30:03,407 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-05 02:30:03,407 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-05 02:30:03,407 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-07-05 02:30:03,408 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 221.75.6.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-07-05 02:30:03,408 - DEBUG - ping -s 56 -c 3 -W 1 221.75.6.133
2026-07-05 02:30:07,022 - DEBUG - PING 221.75.6.133 (221.75.6.133): 56 data bytes
64 bytes from 221.75.6.133: seq=0 ttl=63 time=3.729 ms
64 bytes from 221.75.6.133: seq=1 ttl=63 time=0.843 ms
64 bytes from 221.75.6.133: seq=2 ttl=63 time=0.840 ms
--- 221.75.6.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.840/1.804/3.729 ms
2026-07-05 02:30:07,023 - INFO - Ping to IP 221.75.6.133 from VM ctest-vn1-vm2-34776334 passed
2026-07-05 02:30:07,023 - INFO - Detaching port 8e673c7e-6ead-4c24-8b86-4cd45f2256d1 from VM ctest-vn1-vm2-34776334
2026-07-05 02:30:07,070 - INFO - Deleting VM ctest-vn1-vm2-34776334
2026-07-05 02:30:07,146 - INFO - Detaching port 46793d20-d054-46bb-801c-99db46b50e4e from VM ctest-vn1-vm1-63575632
2026-07-05 02:30:07,181 - INFO - Deleting VM ctest-vn1-vm1-63575632
2026-07-05 02:30:07,403 - DEBUG - Response for delete_port : ()
2026-07-05 02:30:07,564 - DEBUG - Response for delete_port : ()
2026-07-05 02:30:07,564 - INFO - Deleting VN ctest-vn1-42392121
2026-07-05 02:30:07,702 - DEBUG - Response for deleting network ()
2026-07-05 02:30:07,966 - DEBUG - No XMPP flaps were noticed during the test
2026-07-05 02:30:07,966 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:29]
2026-07-05 02:30:07,966 - INFO - --------------------------------------------------------------------------------
2026-07-05 02:30:08,673 - INFO - Deleted project: ctest-TestPorts-92554813, ID : d3104b87-c23c-491c-b7db-356a080cec83