2026-06-23 11:25:01,626 - INFO - Domain Default found not creating 2026-06-23 11:25:01,778 - INFO - Project ctest-TestPorts-62507726 not found, creating it 2026-06-23 11:25:02,248 - INFO - Created Project:ctest-TestPorts-62507726, ID : 702df7d9-3e04-41ee-ab39-f3f15a5fa95a 2026-06-23 11:25:03,753 - INFO - ================================================================================ 2026-06-23 11:25:03,754 - INFO - STARTING TEST : test_ports_bindings 2026-06-23 11:25:03,754 - 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-06-23 11:25:04,016 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-06-23 11:25:04,016 - INFO - Initial checks done. Running the testcase now 2026-06-23 11:25:04,016 - INFO - 2026-06-23 11:25:04,589 - DEBUG - Response for create_network : {'network': {'id': '0ab3f87b-f160-470f-b8a5-7c6f4b89cc09', 'name': 'ctest-vn-20517264', 'tenant_id': '702df7d93e0441eeab39f3f15a5fa95a', 'project_id': '702df7d93e0441eeab39f3f15a5fa95a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-62507726', 'ctest-vn-20517264'], 'port_security_enabled': True, 'description': ''}} 2026-06-23 11:25:04,738 - DEBUG - Response for create_subnet : {'subnet': {'id': '608c6dce-14ce-42e0-9ec3-8c531f6e8190', 'name': '', 'tenant_id': '702df7d93e0441eeab39f3f15a5fa95a', 'network_id': '0ab3f87b-f160-470f-b8a5-7c6f4b89cc09', 'ip_version': 4, 'cidr': '137.212.204.192/26', 'allocation_pools': [{'start': '137.212.204.194', 'end': '137.212.204.254'}], 'gateway_ip': '137.212.204.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '137.212.204.194', 'tags': [], 'project_id': '702df7d93e0441eeab39f3f15a5fa95a'}} 2026-06-23 11:25:04,753 - INFO - Created VN ctest-vn-20517264 2026-06-23 11:25:04,804 - DEBUG - VN ctest-vn-20517264 UUID is 0ab3f87b-f160-470f-b8a5-7c6f4b89cc09 2026-06-23 11:25:04,905 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-62507726', 'ctest-vmi-19484604']} 2026-06-23 11:25:05,559 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-19484604', 'id': '6e4e0317-877a-4c5d-a04d-3682f0716e03', 'tenant_id': '702df7d93e0441eeab39f3f15a5fa95a', 'network_id': '0ab3f87b-f160-470f-b8a5-7c6f4b89cc09', 'mac_address': '02:6e:4e:03:17:87', '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': '137.212.204.195', 'subnet_id': '608c6dce-14ce-42e0-9ec3-8c531f6e8190'}], 'security_groups': ['f2cf0d3b-a3c8-47e2-b148-d5c66da5698b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '702df7d93e0441eeab39f3f15a5fa95a'}} 2026-06-23 11:25:05,559 - DEBUG - Created port 6e4e0317-877a-4c5d-a04d-3682f0716e03 2026-06-23 11:25:05,680 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/6e4e0317-877a-4c5d-a04d-3682f0716e03 2026-06-23 11:25:06,014 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/6e4e0317-877a-4c5d-a04d-3682f0716e03 2026-06-23 11:25:06,042 - INFO - VMI 6e4e0317-877a-4c5d-a04d-3682f0716e03 verification in API Server passed 2026-06-23 11:25:06,121 - DEBUG - Response for delete_port : () 2026-06-23 11:25:06,121 - INFO - Deleted port 6e4e0317-877a-4c5d-a04d-3682f0716e03 2026-06-23 11:25:06,121 - INFO - Deleting VN ctest-vn-20517264 2026-06-23 11:25:06,212 - DEBUG - Response for deleting network () 2026-06-23 11:25:06,466 - DEBUG - No XMPP flaps were noticed during the test 2026-06-23 11:25:06,466 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03] 2026-06-23 11:25:06,466 - INFO - -------------------------------------------------------------------------------- 2026-06-23 11:25:06,469 - INFO - ================================================================================ 2026-06-23 11:25:06,469 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-23 11:25:06,469 - 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-06-23 11:25:06,763 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2026-06-23 11:25:06,763 - INFO - Initial checks done. Running the testcase now 2026-06-23 11:25:06,763 - INFO - 2026-06-23 11:25:06,920 - DEBUG - Response for create_network : {'network': {'id': 'dd4a068a-1dfc-4141-b042-e0a73a7dbe5c', 'name': 'ctest-vn1-24660426', 'tenant_id': '702df7d93e0441eeab39f3f15a5fa95a', 'project_id': '702df7d93e0441eeab39f3f15a5fa95a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-62507726', 'ctest-vn1-24660426'], 'port_security_enabled': True, 'description': ''}} 2026-06-23 11:25:07,094 - DEBUG - Response for create_subnet : {'subnet': {'id': '6c932fe6-f621-41bf-a573-d91d182dbc95', 'name': '', 'tenant_id': '702df7d93e0441eeab39f3f15a5fa95a', 'network_id': 'dd4a068a-1dfc-4141-b042-e0a73a7dbe5c', 'ip_version': 4, 'cidr': '25.237.155.192/26', 'allocation_pools': [{'start': '25.237.155.194', 'end': '25.237.155.254'}], 'gateway_ip': '25.237.155.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '25.237.155.194', 'tags': [], 'project_id': '702df7d93e0441eeab39f3f15a5fa95a'}} 2026-06-23 11:25:07,256 - DEBUG - Response for create_subnet : {'subnet': {'id': '7c75bde6-64f3-4fee-9b82-f79787503767', 'name': '', 'tenant_id': '702df7d93e0441eeab39f3f15a5fa95a', 'network_id': 'dd4a068a-1dfc-4141-b042-e0a73a7dbe5c', 'ip_version': 4, 'cidr': '41.183.127.192/26', 'allocation_pools': [{'start': '41.183.127.194', 'end': '41.183.127.254'}], 'gateway_ip': '41.183.127.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '41.183.127.194', 'tags': [], 'project_id': '702df7d93e0441eeab39f3f15a5fa95a'}} 2026-06-23 11:25:07,272 - INFO - Created VN ctest-vn1-24660426 2026-06-23 11:25:07,324 - DEBUG - VN ctest-vn1-24660426 UUID is dd4a068a-1dfc-4141-b042-e0a73a7dbe5c 2026-06-23 11:25:07,597 - DEBUG - Response for create_port : {'port': {'name': 'd2ba1ec1-93a8-4f67-a673-aa8bade9152d', 'id': 'd2ba1ec1-93a8-4f67-a673-aa8bade9152d', 'tenant_id': '702df7d93e0441eeab39f3f15a5fa95a', 'network_id': 'dd4a068a-1dfc-4141-b042-e0a73a7dbe5c', 'mac_address': '02:d2:ba:1e:c1:93', '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': '25.237.155.197', 'subnet_id': '6c932fe6-f621-41bf-a573-d91d182dbc95'}], 'security_groups': ['f2cf0d3b-a3c8-47e2-b148-d5c66da5698b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '702df7d93e0441eeab39f3f15a5fa95a'}} 2026-06-23 11:25:07,773 - DEBUG - Response for create_port : {'port': {'name': '36350153-fc57-47f9-8fb0-079d1d0ba494', 'id': '36350153-fc57-47f9-8fb0-079d1d0ba494', 'tenant_id': '702df7d93e0441eeab39f3f15a5fa95a', 'network_id': 'dd4a068a-1dfc-4141-b042-e0a73a7dbe5c', 'mac_address': '02:36:35:01:53:fc', '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': '41.183.127.197', 'subnet_id': '7c75bde6-64f3-4fee-9b82-f79787503767'}], 'security_groups': ['f2cf0d3b-a3c8-47e2-b148-d5c66da5698b'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '702df7d93e0441eeab39f3f15a5fa95a'}} 2026-06-23 11:25:07,826 - DEBUG - Services list from nova: [, , ] 2026-06-23 11:25:08,138 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6025-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6025-1) 2026-06-23 11:25:08,500 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6025-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6025-1) 2026-06-23 11:25:08,501 - INFO - Waiting for VM ctest-vn1-vm1-00848823 to be up.. 2026-06-23 11:25:08,533 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-23 11:25:13,590 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-23 11:25:18,665 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-23 11:25:23,736 - DEBUG - VM is in ACTIVE state now 2026-06-23 11:25:23,736 - INFO - VM name : ctest-vn1-vm1-00848823 2026-06-23 11:25:23,843 - DEBUG - VM ctest-vn1-vm1-00848823 ID is bf867fa1-a956-40cb-a42a-80215745631e 2026-06-23 11:25:23,859 - DEBUG - VM ctest-vn1-vm1-00848823 launched on Node cn-jenkins-deploy-platform-ansible-os-6025-1 2026-06-23 11:25:23,924 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/bf867fa1-a956-40cb-a42a-80215745631e 2026-06-23 11:25:23,933 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/d2ba1ec1-93a8-4f67-a673-aa8bade9152d 2026-06-23 11:25:27,200 - 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 1031ms') 2026-06-23 11:25:27,200 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-00848823 failed! 2026-06-23 11:25:27,252 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-62507726:ctest-vn1-24660426 is 25.237.155.193 and allocation pool is NOT set 2026-06-23 11:25:27,252 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-62507726:ctest-vn1-24660426 is 41.183.127.193 and allocation pool is NOT set 2026-06-23 11:25:29,318 - 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=3.83 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.502 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 = 0.502/2.167/3.833/1.665 ms') 2026-06-23 11:25:29,318 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-00848823 passed 2026-06-23 11:25:29,468 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 11:25:29,468 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-00848823, IP 25.237.155.197, Port 22 2026-06-23 11:25:29,620 - DEBUG - VM ctest-vn1-vm1-00848823 is ready for SSH connections 2026-06-23 11:25:29,620 - INFO - Waiting for VM ctest-vn1-vm2-62802662 to be up.. 2026-06-23 11:25:29,696 - DEBUG - VM is in ACTIVE state now 2026-06-23 11:25:29,697 - INFO - VM name : ctest-vn1-vm2-62802662 2026-06-23 11:25:29,766 - DEBUG - VM ctest-vn1-vm2-62802662 ID is 1e1805af-af63-4cb7-9661-a404a1a679b1 2026-06-23 11:25:29,766 - DEBUG - VM ctest-vn1-vm2-62802662 launched on Node cn-jenkins-deploy-platform-ansible-os-6025-1 2026-06-23 11:25:29,834 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/1e1805af-af63-4cb7-9661-a404a1a679b1 2026-06-23 11:25:29,842 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/36350153-fc57-47f9-8fb0-079d1d0ba494 2026-06-23 11:25:31,074 - 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.02 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.364 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.364/2.190/4.016/1.826 ms') 2026-06-23 11:25:31,074 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-62802662 passed 2026-06-23 11:25:31,220 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 11:25:31,220 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-62802662, IP 41.183.127.197, Port 22 2026-06-23 11:25:31,372 - DEBUG - VM ctest-vn1-vm2-62802662 is ready for SSH connections 2026-06-23 11:25:31,373 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 11:25:31,373 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 11:25:31,373 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-23 11:25:31,373 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 25.237.155.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123 2026-06-23 11:25:31,373 - DEBUG - ping -s 56 -c 3 -W 1 25.237.155.197 2026-06-23 11:25:34,978 - DEBUG - PING 25.237.155.197 (25.237.155.197): 56 data bytes 64 bytes from 25.237.155.197: seq=0 ttl=63 time=4.080 ms 64 bytes from 25.237.155.197: seq=1 ttl=63 time=0.939 ms 64 bytes from 25.237.155.197: seq=2 ttl=63 time=1.048 ms --- 25.237.155.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.939/2.022/4.080 ms 2026-06-23 11:25:34,978 - INFO - Ping to IP 25.237.155.197 from VM ctest-vn1-vm2-62802662 passed 2026-06-23 11:25:34,978 - INFO - Detaching port 36350153-fc57-47f9-8fb0-079d1d0ba494 from VM ctest-vn1-vm2-62802662 2026-06-23 11:25:35,032 - INFO - Deleting VM ctest-vn1-vm2-62802662 2026-06-23 11:25:35,103 - INFO - Detaching port d2ba1ec1-93a8-4f67-a673-aa8bade9152d from VM ctest-vn1-vm1-00848823 2026-06-23 11:25:35,143 - INFO - Deleting VM ctest-vn1-vm1-00848823 2026-06-23 11:25:35,392 - DEBUG - Response for delete_port : () 2026-06-23 11:25:35,554 - DEBUG - Response for delete_port : () 2026-06-23 11:25:35,554 - INFO - Deleting VN ctest-vn1-24660426 2026-06-23 11:25:35,666 - DEBUG - Response for deleting network () 2026-06-23 11:25:35,916 - DEBUG - No XMPP flaps were noticed during the test 2026-06-23 11:25:35,917 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:29] 2026-06-23 11:25:35,917 - INFO - -------------------------------------------------------------------------------- 2026-06-23 11:25:36,628 - INFO - Deleted project: ctest-TestPorts-62507726, ID : 702df7d9-3e04-41ee-ab39-f3f15a5fa95a