2026-03-12 02:08:57,152 - INFO - Domain Default found not creating 2026-03-12 02:08:57,333 - INFO - Project ctest-TestPorts-19526341 not found, creating it 2026-03-12 02:08:57,781 - INFO - Created Project:ctest-TestPorts-19526341, ID : 1a937c68-6920-4039-8c16-3dbaad4afbcb 2026-03-12 02:08:59,382 - INFO - ================================================================================ 2026-03-12 02:08:59,382 - INFO - STARTING TEST : test_ports_bindings 2026-03-12 02:08:59,382 - 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-03-12 02:08:59,642 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.193': '0'}} with 2026-03-12 02:08:59,642 - INFO - Initial checks done. Running the testcase now 2026-03-12 02:08:59,642 - INFO - 2026-03-12 02:09:00,221 - DEBUG - Response for create_network : {'network': {'id': '4eaa75ad-bff9-4d6b-8019-5e98faf93d1e', 'name': 'ctest-vn-30207256', 'tenant_id': '1a937c68692040398c163dbaad4afbcb', 'project_id': '1a937c68692040398c163dbaad4afbcb', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-19526341', 'ctest-vn-30207256'], 'port_security_enabled': True, 'description': ''}} 2026-03-12 02:09:00,384 - DEBUG - Response for create_subnet : {'subnet': {'id': '3e92debe-f1e2-4682-a49a-08ded424861c', 'name': '', 'tenant_id': '1a937c68692040398c163dbaad4afbcb', 'network_id': '4eaa75ad-bff9-4d6b-8019-5e98faf93d1e', 'ip_version': 4, 'cidr': '197.50.52.64/26', 'allocation_pools': [{'start': '197.50.52.66', 'end': '197.50.52.126'}], 'gateway_ip': '197.50.52.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '197.50.52.66', 'tags': [], 'project_id': '1a937c68692040398c163dbaad4afbcb'}} 2026-03-12 02:09:00,400 - INFO - Created VN ctest-vn-30207256 2026-03-12 02:09:00,451 - DEBUG - VN ctest-vn-30207256 UUID is 4eaa75ad-bff9-4d6b-8019-5e98faf93d1e 2026-03-12 02:09:00,579 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-19526341', 'ctest-vmi-67461907']} 2026-03-12 02:09:00,826 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-67461907', 'id': 'bccf9758-32e4-4d70-8707-6d320477994a', 'tenant_id': '1a937c68692040398c163dbaad4afbcb', 'network_id': '4eaa75ad-bff9-4d6b-8019-5e98faf93d1e', 'mac_address': '02:bc:cf:97:58:32', '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': '197.50.52.67', 'subnet_id': '3e92debe-f1e2-4682-a49a-08ded424861c'}], 'security_groups': ['ce6eb0bb-e1be-4fc7-88c9-de672dc47b14'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '1a937c68692040398c163dbaad4afbcb'}} 2026-03-12 02:09:00,826 - DEBUG - Created port bccf9758-32e4-4d70-8707-6d320477994a 2026-03-12 02:09:00,931 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/bccf9758-32e4-4d70-8707-6d320477994a 2026-03-12 02:09:01,225 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/bccf9758-32e4-4d70-8707-6d320477994a 2026-03-12 02:09:01,263 - INFO - VMI bccf9758-32e4-4d70-8707-6d320477994a verification in API Server passed 2026-03-12 02:09:01,361 - DEBUG - Response for delete_port : () 2026-03-12 02:09:01,361 - INFO - Deleted port bccf9758-32e4-4d70-8707-6d320477994a 2026-03-12 02:09:01,361 - INFO - Deleting VN ctest-vn-30207256 2026-03-12 02:09:01,468 - DEBUG - Response for deleting network () 2026-03-12 02:09:01,728 - DEBUG - No XMPP flaps were noticed during the test 2026-03-12 02:09:01,728 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-03-12 02:09:01,728 - INFO - -------------------------------------------------------------------------------- 2026-03-12 02:09:01,730 - INFO - ================================================================================ 2026-03-12 02:09:01,731 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-03-12 02:09:01,731 - 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-03-12 02:09:02,028 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.193': '0'}} with 2026-03-12 02:09:02,028 - INFO - Initial checks done. Running the testcase now 2026-03-12 02:09:02,028 - INFO - 2026-03-12 02:09:02,211 - DEBUG - Response for create_network : {'network': {'id': '0ed733a3-838a-467f-a314-5f9f48c53e20', 'name': 'ctest-vn1-46836603', 'tenant_id': '1a937c68692040398c163dbaad4afbcb', 'project_id': '1a937c68692040398c163dbaad4afbcb', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-19526341', 'ctest-vn1-46836603'], 'port_security_enabled': True, 'description': ''}} 2026-03-12 02:09:02,352 - DEBUG - Response for create_subnet : {'subnet': {'id': 'c4bab645-96c9-441f-8412-86df3d8cc080', 'name': '', 'tenant_id': '1a937c68692040398c163dbaad4afbcb', 'network_id': '0ed733a3-838a-467f-a314-5f9f48c53e20', 'ip_version': 4, 'cidr': '136.185.68.128/26', 'allocation_pools': [{'start': '136.185.68.130', 'end': '136.185.68.190'}], 'gateway_ip': '136.185.68.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '136.185.68.130', 'tags': [], 'project_id': '1a937c68692040398c163dbaad4afbcb'}} 2026-03-12 02:09:02,563 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b88bb94e-d2e3-431a-998d-d5c23d5a2d37', 'name': '', 'tenant_id': '1a937c68692040398c163dbaad4afbcb', 'network_id': '0ed733a3-838a-467f-a314-5f9f48c53e20', 'ip_version': 4, 'cidr': '54.110.124.64/26', 'allocation_pools': [{'start': '54.110.124.66', 'end': '54.110.124.126'}], 'gateway_ip': '54.110.124.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '54.110.124.66', 'tags': [], 'project_id': '1a937c68692040398c163dbaad4afbcb'}} 2026-03-12 02:09:02,582 - INFO - Created VN ctest-vn1-46836603 2026-03-12 02:09:02,635 - DEBUG - VN ctest-vn1-46836603 UUID is 0ed733a3-838a-467f-a314-5f9f48c53e20 2026-03-12 02:09:02,913 - DEBUG - Response for create_port : {'port': {'name': '7f7d8ae0-475d-4d12-8d51-f4111d447028', 'id': '7f7d8ae0-475d-4d12-8d51-f4111d447028', 'tenant_id': '1a937c68692040398c163dbaad4afbcb', 'network_id': '0ed733a3-838a-467f-a314-5f9f48c53e20', 'mac_address': '02:7f:7d:8a:e0:47', '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': '136.185.68.133', 'subnet_id': 'c4bab645-96c9-441f-8412-86df3d8cc080'}], 'security_groups': ['ce6eb0bb-e1be-4fc7-88c9-de672dc47b14'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '1a937c68692040398c163dbaad4afbcb'}} 2026-03-12 02:09:03,070 - DEBUG - Response for create_port : {'port': {'name': '3ccebe2f-2abb-43c3-bdf6-52c78e3645fb', 'id': '3ccebe2f-2abb-43c3-bdf6-52c78e3645fb', 'tenant_id': '1a937c68692040398c163dbaad4afbcb', 'network_id': '0ed733a3-838a-467f-a314-5f9f48c53e20', 'mac_address': '02:3c:ce:be:2f:2a', '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': '54.110.124.69', 'subnet_id': 'b88bb94e-d2e3-431a-998d-d5c23d5a2d37'}], 'security_groups': ['ce6eb0bb-e1be-4fc7-88c9-de672dc47b14'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '1a937c68692040398c163dbaad4afbcb'}} 2026-03-12 02:09:03,127 - DEBUG - Services list from nova: [, , ] 2026-03-12 02:09:03,476 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5461-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5461-1) 2026-03-12 02:09:03,899 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5461-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5461-1) 2026-03-12 02:09:03,899 - INFO - Waiting for VM ctest-vn1-vm1-52667072 to be up.. 2026-03-12 02:09:03,939 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-03-12 02:09:09,017 - DEBUG - VM is in ACTIVE state now 2026-03-12 02:09:09,017 - INFO - VM name : ctest-vn1-vm1-52667072 2026-03-12 02:09:09,089 - DEBUG - VM ctest-vn1-vm1-52667072 ID is 600f8e90-c2d0-464c-8e9f-3d54fedab155 2026-03-12 02:09:09,109 - DEBUG - VM ctest-vn1-vm1-52667072 launched on Node cn-jenkins-deploy-platform-ansible-os-5461-1 2026-03-12 02:09:09,185 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine/600f8e90-c2d0-464c-8e9f-3d54fedab155 2026-03-12 02:09:09,193 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/7f7d8ae0-475d-4d12-8d51-f4111d447028 2026-03-12 02:09:12,460 - 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 1030ms') 2026-03-12 02:09:12,460 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-52667072 failed! 2026-03-12 02:09:12,515 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-19526341:ctest-vn1-46836603 is 136.185.68.129 and allocation pool is NOT set 2026-03-12 02:09:12,515 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-19526341:ctest-vn1-46836603 is 54.110.124.65 and allocation pool is NOT set 2026-03-12 02:09:14,580 - 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=12.4 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=2.66 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 = 2.661/7.539/12.417/4.878 ms') 2026-03-12 02:09:14,580 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-52667072 passed 2026-03-12 02:09:14,731 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:14,731 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-52667072, IP 136.185.68.133, Port 22 2026-03-12 02:09:14,786 - DEBUG - Error on ssh to cirros@169.254.0.4:22, result: /bin/bash: connect: Connection refused /bin/bash: line 1: /dev/tcp/169.254.0.4/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.4/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.4/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''} 2026-03-12 02:09:14,861 - DEBUG - VM ctest-vn1-vm1-52667072 is NOT ready for SSH connections, VM status: ACTIVE 2026-03-12 02:09:19,862 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:19,862 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-52667072, IP 136.185.68.133, Port 22 2026-03-12 02:09:20,023 - DEBUG - VM ctest-vn1-vm1-52667072 is ready for SSH connections 2026-03-12 02:09:20,023 - INFO - Waiting for VM ctest-vn1-vm2-98286129 to be up.. 2026-03-12 02:09:20,095 - DEBUG - VM is in ACTIVE state now 2026-03-12 02:09:20,095 - INFO - VM name : ctest-vn1-vm2-98286129 2026-03-12 02:09:20,173 - DEBUG - VM ctest-vn1-vm2-98286129 ID is f63bacca-6099-42b9-8abb-313d03e13d3e 2026-03-12 02:09:20,173 - DEBUG - VM ctest-vn1-vm2-98286129 launched on Node cn-jenkins-deploy-platform-ansible-os-5461-1 2026-03-12 02:09:20,248 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine/f63bacca-6099-42b9-8abb-313d03e13d3e 2026-03-12 02:09:20,256 - DEBUG - Requesting: http://10.0.0.19:8082/virtual-machine-interface/3ccebe2f-2abb-43c3-bdf6-52c78e3645fb 2026-03-12 02:09:21,491 - 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=2.68 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.422 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.422/1.549/2.676/1.127 ms') 2026-03-12 02:09:21,491 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-98286129 passed 2026-03-12 02:09:21,647 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:21,647 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-98286129, IP 54.110.124.69, Port 22 2026-03-12 02:09:21,806 - DEBUG - VM ctest-vn1-vm2-98286129 is ready for SSH connections 2026-03-12 02:09:21,807 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:21,807 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:21,807 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-12 02:09:21,807 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 136.185.68.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.19, gateway password: c0ntrail123 2026-03-12 02:09:21,807 - DEBUG - ping -s 56 -c 3 -W 1 136.185.68.133 2026-03-12 02:09:25,498 - DEBUG - PING 136.185.68.133 (136.185.68.133): 56 data bytes 64 bytes from 136.185.68.133: seq=0 ttl=63 time=3.552 ms 64 bytes from 136.185.68.133: seq=1 ttl=63 time=1.251 ms 64 bytes from 136.185.68.133: seq=2 ttl=63 time=0.935 ms --- 136.185.68.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.935/1.912/3.552 ms 2026-03-12 02:09:25,498 - INFO - Ping to IP 136.185.68.133 from VM ctest-vn1-vm2-98286129 passed 2026-03-12 02:09:25,498 - INFO - Detaching port 3ccebe2f-2abb-43c3-bdf6-52c78e3645fb from VM ctest-vn1-vm2-98286129 2026-03-12 02:09:25,551 - INFO - Deleting VM ctest-vn1-vm2-98286129 2026-03-12 02:09:25,632 - INFO - Detaching port 7f7d8ae0-475d-4d12-8d51-f4111d447028 from VM ctest-vn1-vm1-52667072 2026-03-12 02:09:25,672 - INFO - Deleting VM ctest-vn1-vm1-52667072 2026-03-12 02:09:25,897 - DEBUG - Response for delete_port : () 2026-03-12 02:09:26,056 - DEBUG - Response for delete_port : () 2026-03-12 02:09:26,057 - INFO - Deleting VN ctest-vn1-46836603 2026-03-12 02:09:26,186 - DEBUG - Response for deleting network () 2026-03-12 02:09:26,441 - DEBUG - No XMPP flaps were noticed during the test 2026-03-12 02:09:26,441 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:25] 2026-03-12 02:09:26,441 - INFO - -------------------------------------------------------------------------------- 2026-03-12 02:09:27,113 - INFO - Deleted project: ctest-TestPorts-19526341, ID : 1a937c68-6920-4039-8c16-3dbaad4afbcb