2026-08-20 16:24:59,003 - INFO - Domain Default found not creating 2026-08-20 16:24:59,189 - INFO - Project ctest-TestPorts-62803841 not found, creating it 2026-08-20 16:24:59,701 - INFO - Created Project:ctest-TestPorts-62803841, ID : 8ef964ba-b6c7-4cbb-933c-c2e08e09c3e0 2026-08-20 16:25:01,482 - INFO - ================================================================================ 2026-08-20 16:25:01,483 - INFO - STARTING TEST : test_ports_bindings 2026-08-20 16:25:01,483 - 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-08-20 16:25:01,753 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-08-20 16:25:01,753 - INFO - Initial checks done. Running the testcase now 2026-08-20 16:25:01,753 - INFO - 2026-08-20 16:25:02,435 - DEBUG - Response for create_network : {'network': {'id': 'c86d2b71-6fe4-4350-9116-f0832ab68984', 'name': 'ctest-vn-51667913', 'tenant_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'project_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-62803841', 'ctest-vn-51667913'], 'port_security_enabled': True, 'description': ''}} 2026-08-20 16:25:02,655 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd0c39779-a2f1-481e-8cb8-d047b8db014a', 'name': '', 'tenant_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'network_id': 'c86d2b71-6fe4-4350-9116-f0832ab68984', 'ip_version': 4, 'cidr': '85.179.157.64/26', 'allocation_pools': [{'start': '85.179.157.66', 'end': '85.179.157.126'}], 'gateway_ip': '85.179.157.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '85.179.157.66', 'tags': [], 'project_id': '8ef964bab6c74cbb933cc2e08e09c3e0'}} 2026-08-20 16:25:02,675 - INFO - Created VN ctest-vn-51667913 2026-08-20 16:25:02,731 - DEBUG - VN ctest-vn-51667913 UUID is c86d2b71-6fe4-4350-9116-f0832ab68984 2026-08-20 16:25:02,854 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-62803841', 'ctest-vmi-59636547']} 2026-08-20 16:25:03,135 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-59636547', 'id': 'd2f938a2-d1f9-40bd-b6ce-ad8acdf47916', 'tenant_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'network_id': 'c86d2b71-6fe4-4350-9116-f0832ab68984', 'mac_address': '02:d2:f9:38:a2:d1', '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': '85.179.157.67', 'subnet_id': 'd0c39779-a2f1-481e-8cb8-d047b8db014a'}], 'security_groups': ['31404012-938a-4f5e-9f2e-7f3743f7a586'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '8ef964bab6c74cbb933cc2e08e09c3e0'}} 2026-08-20 16:25:03,135 - DEBUG - Created port d2f938a2-d1f9-40bd-b6ce-ad8acdf47916 2026-08-20 16:25:03,247 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/d2f938a2-d1f9-40bd-b6ce-ad8acdf47916 2026-08-20 16:25:03,624 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/d2f938a2-d1f9-40bd-b6ce-ad8acdf47916 2026-08-20 16:25:03,662 - INFO - VMI d2f938a2-d1f9-40bd-b6ce-ad8acdf47916 verification in API Server passed 2026-08-20 16:25:03,777 - DEBUG - Response for delete_port : () 2026-08-20 16:25:03,777 - INFO - Deleted port d2f938a2-d1f9-40bd-b6ce-ad8acdf47916 2026-08-20 16:25:03,777 - INFO - Deleting VN ctest-vn-51667913 2026-08-20 16:25:03,911 - DEBUG - Response for deleting network () 2026-08-20 16:25:04,181 - DEBUG - No XMPP flaps were noticed during the test 2026-08-20 16:25:04,181 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03] 2026-08-20 16:25:04,181 - INFO - -------------------------------------------------------------------------------- 2026-08-20 16:25:04,184 - INFO - ================================================================================ 2026-08-20 16:25:04,184 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-08-20 16:25:04,184 - 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-08-20 16:25:04,482 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-08-20 16:25:04,482 - INFO - Initial checks done. Running the testcase now 2026-08-20 16:25:04,482 - INFO - 2026-08-20 16:25:04,686 - DEBUG - Response for create_network : {'network': {'id': '082b99ef-bb84-47b7-959c-c4162ecb7e15', 'name': 'ctest-vn1-16082312', 'tenant_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'project_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-62803841', 'ctest-vn1-16082312'], 'port_security_enabled': True, 'description': ''}} 2026-08-20 16:25:04,911 - DEBUG - Response for create_subnet : {'subnet': {'id': '2db74c9e-0e0d-4b4b-978c-1ef634089aca', 'name': '', 'tenant_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'network_id': '082b99ef-bb84-47b7-959c-c4162ecb7e15', 'ip_version': 4, 'cidr': '79.178.141.64/26', 'allocation_pools': [{'start': '79.178.141.66', 'end': '79.178.141.126'}], 'gateway_ip': '79.178.141.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '79.178.141.66', 'tags': [], 'project_id': '8ef964bab6c74cbb933cc2e08e09c3e0'}} 2026-08-20 16:25:05,133 - DEBUG - Response for create_subnet : {'subnet': {'id': 'dcb74094-d3de-4082-98f7-48447ee7cc5b', 'name': '', 'tenant_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'network_id': '082b99ef-bb84-47b7-959c-c4162ecb7e15', 'ip_version': 4, 'cidr': '70.221.177.0/26', 'allocation_pools': [{'start': '70.221.177.2', 'end': '70.221.177.62'}], 'gateway_ip': '70.221.177.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '70.221.177.2', 'tags': [], 'project_id': '8ef964bab6c74cbb933cc2e08e09c3e0'}} 2026-08-20 16:25:05,155 - INFO - Created VN ctest-vn1-16082312 2026-08-20 16:25:05,211 - DEBUG - VN ctest-vn1-16082312 UUID is 082b99ef-bb84-47b7-959c-c4162ecb7e15 2026-08-20 16:25:05,583 - DEBUG - Response for create_port : {'port': {'name': '93ac8fd9-085a-42ae-b6d0-79ce92a17525', 'id': '93ac8fd9-085a-42ae-b6d0-79ce92a17525', 'tenant_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'network_id': '082b99ef-bb84-47b7-959c-c4162ecb7e15', 'mac_address': '02:93:ac:8f:d9:08', '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': '79.178.141.69', 'subnet_id': '2db74c9e-0e0d-4b4b-978c-1ef634089aca'}], 'security_groups': ['31404012-938a-4f5e-9f2e-7f3743f7a586'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '8ef964bab6c74cbb933cc2e08e09c3e0'}} 2026-08-20 16:25:05,834 - DEBUG - Response for create_port : {'port': {'name': 'fa371a92-36a5-48bd-a8c7-d6ad411136ec', 'id': 'fa371a92-36a5-48bd-a8c7-d6ad411136ec', 'tenant_id': '8ef964bab6c74cbb933cc2e08e09c3e0', 'network_id': '082b99ef-bb84-47b7-959c-c4162ecb7e15', 'mac_address': '02:fa:37:1a:92:36', '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': '70.221.177.5', 'subnet_id': 'dcb74094-d3de-4082-98f7-48447ee7cc5b'}], 'security_groups': ['31404012-938a-4f5e-9f2e-7f3743f7a586'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '8ef964bab6c74cbb933cc2e08e09c3e0'}} 2026-08-20 16:25:05,898 - DEBUG - Services list from nova: [, , ] 2026-08-20 16:25:06,292 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6192-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6192-1) 2026-08-20 16:25:06,832 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6192-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6192-1) 2026-08-20 16:25:06,832 - INFO - Waiting for VM ctest-vn1-vm1-05837820 to be up.. 2026-08-20 16:25:06,927 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 16:25:11,988 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 16:25:17,108 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 16:25:22,201 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 16:25:27,295 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 16:25:32,383 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 16:25:37,463 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 16:25:42,550 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 16:25:47,637 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-20 16:25:52,725 - DEBUG - VM is in ACTIVE state now 2026-08-20 16:25:52,725 - INFO - VM name : ctest-vn1-vm1-05837820 2026-08-20 16:25:52,824 - DEBUG - VM ctest-vn1-vm1-05837820 ID is e3f9f0f5-01eb-4b49-a6b9-926dd3bec1fc 2026-08-20 16:25:52,847 - DEBUG - VM ctest-vn1-vm1-05837820 launched on Node cn-jenkins-deploy-platform-ansible-os-6192-1 2026-08-20 16:25:52,940 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/e3f9f0f5-01eb-4b49-a6b9-926dd3bec1fc 2026-08-20 16:25:52,953 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/93ac8fd9-085a-42ae-b6d0-79ce92a17525 2026-08-20 16:25:56,242 - 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 1021ms') 2026-08-20 16:25:56,242 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-05837820 failed! 2026-08-20 16:25:56,299 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-62803841:ctest-vn1-16082312 is 79.178.141.65 and allocation pool is NOT set 2026-08-20 16:25:56,299 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-62803841:ctest-vn1-16082312 is 70.221.177.1 and allocation pool is NOT set 2026-08-20 16:25:58,365 - 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.93 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=1.52 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 1.516/3.220/4.925/1.704 ms') 2026-08-20 16:25:58,365 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-05837820 passed 2026-08-20 16:25:58,523 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 16:25:58,523 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-05837820, IP 79.178.141.69, Port 22 2026-08-20 16:25:58,698 - DEBUG - VM ctest-vn1-vm1-05837820 is ready for SSH connections 2026-08-20 16:25:58,698 - INFO - Waiting for VM ctest-vn1-vm2-99008343 to be up.. 2026-08-20 16:25:58,824 - DEBUG - VM is in ACTIVE state now 2026-08-20 16:25:58,824 - INFO - VM name : ctest-vn1-vm2-99008343 2026-08-20 16:25:58,925 - DEBUG - VM ctest-vn1-vm2-99008343 ID is af87c21e-2962-4a0b-907e-751aa0c23a0c 2026-08-20 16:25:58,925 - DEBUG - VM ctest-vn1-vm2-99008343 launched on Node cn-jenkins-deploy-platform-ansible-os-6192-1 2026-08-20 16:25:59,018 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/af87c21e-2962-4a0b-907e-751aa0c23a0c 2026-08-20 16:25:59,029 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/fa371a92-36a5-48bd-a8c7-d6ad411136ec 2026-08-20 16:26:00,276 - 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=4.62 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.812 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.812/2.717/4.622/1.905 ms') 2026-08-20 16:26:00,276 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-99008343 passed 2026-08-20 16:26:00,431 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 16:26:00,431 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-99008343, IP 70.221.177.5, Port 22 2026-08-20 16:26:00,598 - DEBUG - VM ctest-vn1-vm2-99008343 is ready for SSH connections 2026-08-20 16:26:00,598 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 16:26:00,598 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 16:26:00,598 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-20 16:26:00,598 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 79.178.141.69, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123 2026-08-20 16:26:00,599 - DEBUG - ping -s 56 -c 3 -W 1 79.178.141.69 2026-08-20 16:26:04,702 - DEBUG - PING 79.178.141.69 (79.178.141.69): 56 data bytes 64 bytes from 79.178.141.69: seq=0 ttl=63 time=4.129 ms 64 bytes from 79.178.141.69: seq=1 ttl=63 time=1.053 ms 64 bytes from 79.178.141.69: seq=2 ttl=63 time=1.168 ms --- 79.178.141.69 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.053/2.116/4.129 ms 2026-08-20 16:26:04,702 - INFO - Ping to IP 79.178.141.69 from VM ctest-vn1-vm2-99008343 passed 2026-08-20 16:26:04,702 - INFO - Detaching port fa371a92-36a5-48bd-a8c7-d6ad411136ec from VM ctest-vn1-vm2-99008343 2026-08-20 16:26:04,768 - INFO - Deleting VM ctest-vn1-vm2-99008343 2026-08-20 16:26:04,850 - INFO - Detaching port 93ac8fd9-085a-42ae-b6d0-79ce92a17525 from VM ctest-vn1-vm1-05837820 2026-08-20 16:26:04,893 - INFO - Deleting VM ctest-vn1-vm1-05837820 2026-08-20 16:26:05,172 - DEBUG - Response for delete_port : () 2026-08-20 16:26:05,393 - DEBUG - Response for delete_port : () 2026-08-20 16:26:05,393 - INFO - Deleting VN ctest-vn1-16082312 2026-08-20 16:26:05,554 - DEBUG - Response for deleting network () 2026-08-20 16:26:05,831 - DEBUG - No XMPP flaps were noticed during the test 2026-08-20 16:26:05,831 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:01:01] 2026-08-20 16:26:05,831 - INFO - -------------------------------------------------------------------------------- 2026-08-20 16:26:06,641 - INFO - Deleted project: ctest-TestPorts-62803841, ID : 8ef964ba-b6c7-4cbb-933c-c2e08e09c3e0