2026-02-24 16:37:36,090 - INFO - Domain Default found not creating 2026-02-24 16:37:36,229 - INFO - Project ctest-TestPorts-41588374 not found, creating it 2026-02-24 16:37:36,658 - INFO - Created Project:ctest-TestPorts-41588374, ID : 4ae2a14a-816d-4f59-a483-3753ec8d70b6 2026-02-24 16:37:38,139 - INFO - ================================================================================ 2026-02-24 16:37:38,139 - INFO - STARTING TEST : test_ports_bindings 2026-02-24 16:37:38,139 - 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-02-24 16:37:38,396 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-02-24 16:37:38,396 - INFO - Initial checks done. Running the testcase now 2026-02-24 16:37:38,396 - INFO - 2026-02-24 16:37:38,926 - DEBUG - Response for create_network : {'network': {'id': 'e079e20e-9251-48d4-a053-3b25a2ee5b5e', 'name': 'ctest-vn-27053466', 'tenant_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'project_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-41588374', 'ctest-vn-27053466'], 'port_security_enabled': True, 'description': ''}} 2026-02-24 16:37:39,112 - DEBUG - Response for create_subnet : {'subnet': {'id': '17a21c4c-f5e8-4301-b950-a7da4cb60767', 'name': '', 'tenant_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'network_id': 'e079e20e-9251-48d4-a053-3b25a2ee5b5e', 'ip_version': 4, 'cidr': '58.214.22.192/26', 'allocation_pools': [{'start': '58.214.22.194', 'end': '58.214.22.254'}], 'gateway_ip': '58.214.22.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '58.214.22.194', 'tags': [], 'project_id': '4ae2a14a816d4f59a4833753ec8d70b6'}} 2026-02-24 16:37:39,128 - INFO - Created VN ctest-vn-27053466 2026-02-24 16:37:39,180 - DEBUG - VN ctest-vn-27053466 UUID is e079e20e-9251-48d4-a053-3b25a2ee5b5e 2026-02-24 16:37:39,281 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-41588374', 'ctest-vmi-18296558']} 2026-02-24 16:37:39,542 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-18296558', 'id': 'ad6c86d2-f801-4a0b-b016-2b09ca3d3c13', 'tenant_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'network_id': 'e079e20e-9251-48d4-a053-3b25a2ee5b5e', 'mac_address': '02:ad:6c:86:d2:f8', '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': '58.214.22.195', 'subnet_id': '17a21c4c-f5e8-4301-b950-a7da4cb60767'}], 'security_groups': ['d4cbc807-2534-4dce-8e2f-2c7cfda69cb2'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4ae2a14a816d4f59a4833753ec8d70b6'}} 2026-02-24 16:37:39,542 - DEBUG - Created port ad6c86d2-f801-4a0b-b016-2b09ca3d3c13 2026-02-24 16:37:39,644 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/ad6c86d2-f801-4a0b-b016-2b09ca3d3c13 2026-02-24 16:37:39,932 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/ad6c86d2-f801-4a0b-b016-2b09ca3d3c13 2026-02-24 16:37:39,963 - INFO - VMI ad6c86d2-f801-4a0b-b016-2b09ca3d3c13 verification in API Server passed 2026-02-24 16:37:40,034 - DEBUG - Response for delete_port : () 2026-02-24 16:37:40,034 - INFO - Deleted port ad6c86d2-f801-4a0b-b016-2b09ca3d3c13 2026-02-24 16:37:40,034 - INFO - Deleting VN ctest-vn-27053466 2026-02-24 16:37:40,119 - DEBUG - Response for deleting network () 2026-02-24 16:37:40,377 - DEBUG - No XMPP flaps were noticed during the test 2026-02-24 16:37:40,377 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-02-24 16:37:40,377 - INFO - -------------------------------------------------------------------------------- 2026-02-24 16:37:40,380 - INFO - ================================================================================ 2026-02-24 16:37:40,380 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-02-24 16:37:40,380 - 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-02-24 16:37:40,672 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.17': '0'}} with 2026-02-24 16:37:40,673 - INFO - Initial checks done. Running the testcase now 2026-02-24 16:37:40,673 - INFO - 2026-02-24 16:37:40,851 - DEBUG - Response for create_network : {'network': {'id': '0afaca11-7944-4d3a-b39d-662272200613', 'name': 'ctest-vn1-72507184', 'tenant_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'project_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-41588374', 'ctest-vn1-72507184'], 'port_security_enabled': True, 'description': ''}} 2026-02-24 16:37:41,033 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ffb5fe99-7b8c-46f2-81af-0fb8f08a8f90', 'name': '', 'tenant_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'network_id': '0afaca11-7944-4d3a-b39d-662272200613', 'ip_version': 4, 'cidr': '183.97.40.128/26', 'allocation_pools': [{'start': '183.97.40.130', 'end': '183.97.40.190'}], 'gateway_ip': '183.97.40.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '183.97.40.130', 'tags': [], 'project_id': '4ae2a14a816d4f59a4833753ec8d70b6'}} 2026-02-24 16:37:41,210 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e3ee420d-bd63-400b-86c4-9682a69526e7', 'name': '', 'tenant_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'network_id': '0afaca11-7944-4d3a-b39d-662272200613', 'ip_version': 4, 'cidr': '47.247.188.128/26', 'allocation_pools': [{'start': '47.247.188.130', 'end': '47.247.188.190'}], 'gateway_ip': '47.247.188.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '47.247.188.130', 'tags': [], 'project_id': '4ae2a14a816d4f59a4833753ec8d70b6'}} 2026-02-24 16:37:41,228 - INFO - Created VN ctest-vn1-72507184 2026-02-24 16:37:41,280 - DEBUG - VN ctest-vn1-72507184 UUID is 0afaca11-7944-4d3a-b39d-662272200613 2026-02-24 16:37:41,565 - DEBUG - Response for create_port : {'port': {'name': '380258bf-b6c4-4122-a882-486eb687a4c1', 'id': '380258bf-b6c4-4122-a882-486eb687a4c1', 'tenant_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'network_id': '0afaca11-7944-4d3a-b39d-662272200613', 'mac_address': '02:38:02:58:bf:b6', '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': '183.97.40.133', 'subnet_id': 'ffb5fe99-7b8c-46f2-81af-0fb8f08a8f90'}], 'security_groups': ['d4cbc807-2534-4dce-8e2f-2c7cfda69cb2'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4ae2a14a816d4f59a4833753ec8d70b6'}} 2026-02-24 16:37:41,717 - DEBUG - Response for create_port : {'port': {'name': '3e4a3c68-7611-4bbd-8a15-fea0b368cb2b', 'id': '3e4a3c68-7611-4bbd-8a15-fea0b368cb2b', 'tenant_id': '4ae2a14a816d4f59a4833753ec8d70b6', 'network_id': '0afaca11-7944-4d3a-b39d-662272200613', 'mac_address': '02:3e:4a:3c:68:76', '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': '47.247.188.133', 'subnet_id': 'e3ee420d-bd63-400b-86c4-9682a69526e7'}], 'security_groups': ['d4cbc807-2534-4dce-8e2f-2c7cfda69cb2'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4ae2a14a816d4f59a4833753ec8d70b6'}} 2026-02-24 16:37:41,767 - DEBUG - Services list from nova: [, , ] 2026-02-24 16:37:42,091 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5394-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5394-1) 2026-02-24 16:37:42,495 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5394-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5394-1) 2026-02-24 16:37:42,496 - INFO - Waiting for VM ctest-vn1-vm1-45950575 to be up.. 2026-02-24 16:37:42,652 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-02-24 16:37:47,720 - DEBUG - VM is in ACTIVE state now 2026-02-24 16:37:47,720 - INFO - VM name : ctest-vn1-vm1-45950575 2026-02-24 16:37:47,785 - DEBUG - VM ctest-vn1-vm1-45950575 ID is df3b65a8-db16-42c2-b7c3-6123a7a3c57e 2026-02-24 16:37:47,800 - DEBUG - VM ctest-vn1-vm1-45950575 launched on Node cn-jenkins-deploy-platform-ansible-os-5394-1 2026-02-24 16:37:47,859 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/df3b65a8-db16-42c2-b7c3-6123a7a3c57e 2026-02-24 16:37:47,866 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/380258bf-b6c4-4122-a882-486eb687a4c1 2026-02-24 16:37:51,126 - DEBUG - (True, 'PING 169.254.0.3 (169.254.0.3) 56(84) bytes of data.\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 0 received, 100% packet loss, time 1035ms') 2026-02-24 16:37:51,126 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-45950575 failed! 2026-02-24 16:37:51,180 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-41588374:ctest-vn1-72507184 is 183.97.40.129 and allocation pool is NOT set 2026-02-24 16:37:51,180 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-41588374:ctest-vn1-72507184 is 47.247.188.129 and allocation pool is NOT set 2026-02-24 16:37:53,239 - 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.82 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.846 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.846/2.333/3.820/1.487 ms') 2026-02-24 16:37:53,239 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-45950575 passed 2026-02-24 16:37:53,388 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-24 16:37:53,388 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-45950575, IP 183.97.40.133, Port 22 2026-02-24 16:37:53,543 - DEBUG - VM ctest-vn1-vm1-45950575 is ready for SSH connections 2026-02-24 16:37:53,543 - INFO - Waiting for VM ctest-vn1-vm2-15888760 to be up.. 2026-02-24 16:37:53,610 - DEBUG - VM is in ACTIVE state now 2026-02-24 16:37:53,610 - INFO - VM name : ctest-vn1-vm2-15888760 2026-02-24 16:37:53,670 - DEBUG - VM ctest-vn1-vm2-15888760 ID is 260e7793-4787-4d95-b229-4bd3fd76a87d 2026-02-24 16:37:53,670 - DEBUG - VM ctest-vn1-vm2-15888760 launched on Node cn-jenkins-deploy-platform-ansible-os-5394-1 2026-02-24 16:37:53,735 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/260e7793-4787-4d95-b229-4bd3fd76a87d 2026-02-24 16:37:53,742 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/3e4a3c68-7611-4bbd-8a15-fea0b368cb2b 2026-02-24 16:37:54,966 - 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=2.63 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.402 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.402/1.516/2.631/1.114 ms') 2026-02-24 16:37:54,966 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-15888760 passed 2026-02-24 16:37:55,112 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-24 16:37:55,112 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-15888760, IP 47.247.188.133, Port 22 2026-02-24 16:37:55,263 - DEBUG - VM ctest-vn1-vm2-15888760 is ready for SSH connections 2026-02-24 16:37:55,263 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-24 16:37:55,263 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-24 16:37:55,263 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-24 16:37:55,264 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 183.97.40.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123 2026-02-24 16:37:55,264 - DEBUG - ping -s 56 -c 3 -W 1 183.97.40.133 2026-02-24 16:37:58,184 - DEBUG - PING 183.97.40.133 (183.97.40.133): 56 data bytes 64 bytes from 183.97.40.133: seq=0 ttl=63 time=3.394 ms 64 bytes from 183.97.40.133: seq=1 ttl=63 time=0.748 ms 64 bytes from 183.97.40.133: seq=2 ttl=63 time=0.677 ms --- 183.97.40.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.677/1.606/3.394 ms 2026-02-24 16:37:58,184 - INFO - Ping to IP 183.97.40.133 from VM ctest-vn1-vm2-15888760 passed 2026-02-24 16:37:58,184 - INFO - Detaching port 3e4a3c68-7611-4bbd-8a15-fea0b368cb2b from VM ctest-vn1-vm2-15888760 2026-02-24 16:37:58,227 - INFO - Deleting VM ctest-vn1-vm2-15888760 2026-02-24 16:37:58,288 - INFO - Detaching port 380258bf-b6c4-4122-a882-486eb687a4c1 from VM ctest-vn1-vm1-45950575 2026-02-24 16:37:58,318 - INFO - Deleting VM ctest-vn1-vm1-45950575 2026-02-24 16:37:58,524 - DEBUG - Response for delete_port : () 2026-02-24 16:37:58,681 - DEBUG - Response for delete_port : () 2026-02-24 16:37:58,681 - INFO - Deleting VN ctest-vn1-72507184 2026-02-24 16:37:58,844 - DEBUG - Response for deleting network () 2026-02-24 16:37:59,116 - DEBUG - No XMPP flaps were noticed during the test 2026-02-24 16:37:59,116 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19] 2026-02-24 16:37:59,116 - INFO - -------------------------------------------------------------------------------- 2026-02-24 16:37:59,760 - INFO - Deleted project: ctest-TestPorts-41588374, ID : 4ae2a14a-816d-4f59-a483-3753ec8d70b6