2026-06-08 10:50:34,190 - INFO - Domain Default found not creating 2026-06-08 10:50:34,377 - INFO - Project ctest-TestPorts-53810756 not found, creating it 2026-06-08 10:50:34,950 - INFO - Created Project:ctest-TestPorts-53810756, ID : 125726aa-5e13-4afa-b54c-826d227301e2 2026-06-08 10:50:36,378 - INFO - ================================================================================ 2026-06-08 10:50:36,378 - INFO - STARTING TEST : test_ports_bindings 2026-06-08 10:50:36,378 - 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-08 10:50:37,667 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.14': '0', '10.20.0.25': '0'}, '10.0.0.19': {'10.20.0.254': '0', '10.20.0.25': '0'}} with 2026-06-08 10:50:37,667 - INFO - Initial checks done. Running the testcase now 2026-06-08 10:50:37,667 - INFO - 2026-06-08 10:50:38,326 - DEBUG - Response for create_network : {'network': {'id': '8122deb9-bb23-456f-a4f7-5a499cd13e96', 'name': 'ctest-vn-02283642', 'tenant_id': '125726aa5e134afab54c826d227301e2', 'project_id': '125726aa5e134afab54c826d227301e2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-53810756', 'ctest-vn-02283642'], 'port_security_enabled': True, 'description': ''}} 2026-06-08 10:50:38,645 - DEBUG - Response for create_subnet : {'subnet': {'id': '634f136f-cb85-4142-8233-677cc6abd3af', 'name': '', 'tenant_id': '125726aa5e134afab54c826d227301e2', 'network_id': '8122deb9-bb23-456f-a4f7-5a499cd13e96', 'ip_version': 4, 'cidr': '45.233.48.64/26', 'allocation_pools': [{'start': '45.233.48.66', 'end': '45.233.48.126'}], 'gateway_ip': '45.233.48.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '45.233.48.66', 'tags': [], 'project_id': '125726aa5e134afab54c826d227301e2'}} 2026-06-08 10:50:38,674 - INFO - Created VN ctest-vn-02283642 2026-06-08 10:50:38,688 - DEBUG - VN ctest-vn-02283642 UUID is 8122deb9-bb23-456f-a4f7-5a499cd13e96 2026-06-08 10:50:38,758 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-53810756', 'ctest-vmi-03319001']} 2026-06-08 10:50:39,103 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-03319001', 'id': 'a79ebcac-c74c-48c8-9c2a-c3613c2d6e2d', 'tenant_id': '125726aa5e134afab54c826d227301e2', 'network_id': '8122deb9-bb23-456f-a4f7-5a499cd13e96', 'mac_address': '02:a7:9e:bc:ac:c7', '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': '45.233.48.67', 'subnet_id': '634f136f-cb85-4142-8233-677cc6abd3af'}], 'security_groups': ['465c1060-4ac3-4cbd-8eb7-7e39e858df2a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '125726aa5e134afab54c826d227301e2'}} 2026-06-08 10:50:39,104 - DEBUG - Created port a79ebcac-c74c-48c8-9c2a-c3613c2d6e2d 2026-06-08 10:50:39,171 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/a79ebcac-c74c-48c8-9c2a-c3613c2d6e2d 2026-06-08 10:50:39,466 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/a79ebcac-c74c-48c8-9c2a-c3613c2d6e2d 2026-06-08 10:50:39,502 - INFO - VMI a79ebcac-c74c-48c8-9c2a-c3613c2d6e2d verification in API Server passed 2026-06-08 10:50:39,676 - DEBUG - Response for delete_port : () 2026-06-08 10:50:39,676 - INFO - Deleted port a79ebcac-c74c-48c8-9c2a-c3613c2d6e2d 2026-06-08 10:50:39,676 - INFO - Deleting VN ctest-vn-02283642 2026-06-08 10:50:39,854 - DEBUG - Response for deleting network () 2026-06-08 10:50:41,147 - DEBUG - No XMPP flaps were noticed during the test 2026-06-08 10:50:41,147 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05] 2026-06-08 10:50:41,147 - INFO - -------------------------------------------------------------------------------- 2026-06-08 10:50:41,149 - INFO - ================================================================================ 2026-06-08 10:50:41,150 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-08 10:50:41,150 - 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-08 10:50:42,420 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.14': '0', '10.20.0.25': '0'}, '10.0.0.19': {'10.20.0.254': '0', '10.20.0.25': '0'}} with 2026-06-08 10:50:42,420 - INFO - Initial checks done. Running the testcase now 2026-06-08 10:50:42,420 - INFO - 2026-06-08 10:50:42,686 - DEBUG - Response for create_network : {'network': {'id': '7fa23c4b-8097-489f-9261-186aab969d80', 'name': 'ctest-vn1-64047764', 'tenant_id': '125726aa5e134afab54c826d227301e2', 'project_id': '125726aa5e134afab54c826d227301e2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-53810756', 'ctest-vn1-64047764'], 'port_security_enabled': True, 'description': ''}} 2026-06-08 10:50:42,962 - DEBUG - Response for create_subnet : {'subnet': {'id': '2f948a85-56db-4b68-a98b-d6196c47e4a5', 'name': '', 'tenant_id': '125726aa5e134afab54c826d227301e2', 'network_id': '7fa23c4b-8097-489f-9261-186aab969d80', 'ip_version': 4, 'cidr': '201.110.222.128/26', 'allocation_pools': [{'start': '201.110.222.130', 'end': '201.110.222.190'}], 'gateway_ip': '201.110.222.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '201.110.222.130', 'tags': [], 'project_id': '125726aa5e134afab54c826d227301e2'}} 2026-06-08 10:50:43,175 - DEBUG - Response for create_subnet : {'subnet': {'id': '7ae5c3ea-4ead-4b45-b429-a95cf92f344f', 'name': '', 'tenant_id': '125726aa5e134afab54c826d227301e2', 'network_id': '7fa23c4b-8097-489f-9261-186aab969d80', 'ip_version': 4, 'cidr': '13.197.199.0/26', 'allocation_pools': [{'start': '13.197.199.2', 'end': '13.197.199.62'}], 'gateway_ip': '13.197.199.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '13.197.199.2', 'tags': [], 'project_id': '125726aa5e134afab54c826d227301e2'}} 2026-06-08 10:50:43,198 - INFO - Created VN ctest-vn1-64047764 2026-06-08 10:50:43,208 - DEBUG - VN ctest-vn1-64047764 UUID is 7fa23c4b-8097-489f-9261-186aab969d80 2026-06-08 10:50:43,572 - DEBUG - Response for create_port : {'port': {'name': 'e7029100-db1d-4f9e-95d6-c05353353db2', 'id': 'e7029100-db1d-4f9e-95d6-c05353353db2', 'tenant_id': '125726aa5e134afab54c826d227301e2', 'network_id': '7fa23c4b-8097-489f-9261-186aab969d80', 'mac_address': '02:e7:02:91:00:db', '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': '201.110.222.133', 'subnet_id': '2f948a85-56db-4b68-a98b-d6196c47e4a5'}], 'security_groups': ['465c1060-4ac3-4cbd-8eb7-7e39e858df2a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '125726aa5e134afab54c826d227301e2'}} 2026-06-08 10:50:43,865 - DEBUG - Response for create_port : {'port': {'name': 'e603153c-5e67-4894-b2e6-42662c4d978c', 'id': 'e603153c-5e67-4894-b2e6-42662c4d978c', 'tenant_id': '125726aa5e134afab54c826d227301e2', 'network_id': '7fa23c4b-8097-489f-9261-186aab969d80', 'mac_address': '02:e6:03:15:3c:5e', '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': '13.197.199.5', 'subnet_id': '7ae5c3ea-4ead-4b45-b429-a95cf92f344f'}], 'security_groups': ['465c1060-4ac3-4cbd-8eb7-7e39e858df2a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '125726aa5e134afab54c826d227301e2'}} 2026-06-08 10:50:43,918 - DEBUG - Services list from nova: [, , , ] 2026-06-08 10:50:44,393 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5904-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5904-2) 2026-06-08 10:50:44,878 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5904-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5904-1) 2026-06-08 10:50:44,879 - INFO - Waiting for VM ctest-vn1-vm1-14904453 to be up.. 2026-06-08 10:50:44,921 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-08 10:50:50,080 - DEBUG - VM is in ACTIVE state now 2026-06-08 10:50:50,080 - INFO - VM name : ctest-vn1-vm1-14904453 2026-06-08 10:50:50,533 - DEBUG - VM ctest-vn1-vm1-14904453 ID is 1252834a-2713-4bf2-868d-0c07882c4249 2026-06-08 10:50:50,585 - DEBUG - VM ctest-vn1-vm1-14904453 launched on Node an-jenkins-deploy-platform-ansible-os-5904-2 2026-06-08 10:50:50,826 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/1252834a-2713-4bf2-868d-0c07882c4249 2026-06-08 10:50:51,310 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/1252834a-2713-4bf2-868d-0c07882c4249 2026-06-08 10:50:51,350 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/e7029100-db1d-4f9e-95d6-c05353353db2 2026-06-08 10:50:54,527 - 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 1016ms') 2026-06-08 10:50:54,527 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-14904453 failed! 2026-06-08 10:50:54,541 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-53810756:ctest-vn1-64047764 is 201.110.222.129 and allocation pool is NOT set 2026-06-08 10:50:54,541 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-53810756:ctest-vn1-64047764 is 13.197.199.1 and allocation pool is NOT set 2026-06-08 10:50:56,610 - 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=8.67 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.500 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.500/4.584/8.669/4.084 ms') 2026-06-08 10:50:56,610 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-14904453 passed 2026-06-08 10:50:56,685 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-08 10:50:56,685 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-14904453, IP 201.110.222.133, Port 22 2026-06-08 10:50:56,851 - DEBUG - VM ctest-vn1-vm1-14904453 is ready for SSH connections 2026-06-08 10:50:56,851 - INFO - Waiting for VM ctest-vn1-vm2-43122692 to be up.. 2026-06-08 10:50:56,936 - DEBUG - VM is in ACTIVE state now 2026-06-08 10:50:56,937 - INFO - VM name : ctest-vn1-vm2-43122692 2026-06-08 10:50:57,018 - DEBUG - VM ctest-vn1-vm2-43122692 ID is b2a51829-7970-4089-abb8-efa983e7b85e 2026-06-08 10:50:57,019 - DEBUG - VM ctest-vn1-vm2-43122692 launched on Node an-jenkins-deploy-platform-ansible-os-5904-1 2026-06-08 10:50:57,102 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine/b2a51829-7970-4089-abb8-efa983e7b85e 2026-06-08 10:50:57,112 - DEBUG - Requesting: http://10.0.0.249:8082/virtual-machine-interface/e603153c-5e67-4894-b2e6-42662c4d978c 2026-06-08 10:50:58,273 - 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.93 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.570 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.570/1.750/2.930/1.180 ms') 2026-06-08 10:50:58,273 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-43122692 passed 2026-06-08 10:50:58,345 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-08 10:50:58,346 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-43122692, IP 13.197.199.5, Port 22 2026-06-08 10:50:58,528 - DEBUG - VM ctest-vn1-vm2-43122692 is ready for SSH connections 2026-06-08 10:50:58,528 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-08 10:50:58,528 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-08 10:50:58,528 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-08 10:50:58,528 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 201.110.222.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.22, gateway password: c0ntrail123 2026-06-08 10:50:58,528 - DEBUG - ping -s 56 -c 3 -W 1 201.110.222.133 2026-06-08 10:51:01,477 - DEBUG - PING 201.110.222.133 (201.110.222.133): 56 data bytes 64 bytes from 201.110.222.133: seq=0 ttl=63 time=5.979 ms 64 bytes from 201.110.222.133: seq=1 ttl=63 time=1.426 ms 64 bytes from 201.110.222.133: seq=2 ttl=63 time=1.375 ms --- 201.110.222.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.375/2.926/5.979 ms 2026-06-08 10:51:01,477 - INFO - Ping to IP 201.110.222.133 from VM ctest-vn1-vm2-43122692 passed 2026-06-08 10:51:01,478 - INFO - Detaching port e603153c-5e67-4894-b2e6-42662c4d978c from VM ctest-vn1-vm2-43122692 2026-06-08 10:51:01,527 - INFO - Deleting VM ctest-vn1-vm2-43122692 2026-06-08 10:51:01,585 - INFO - Detaching port e7029100-db1d-4f9e-95d6-c05353353db2 from VM ctest-vn1-vm1-14904453 2026-06-08 10:51:01,614 - INFO - Deleting VM ctest-vn1-vm1-14904453 2026-06-08 10:51:01,926 - DEBUG - Response for delete_port : () 2026-06-08 10:51:02,218 - DEBUG - Response for delete_port : () 2026-06-08 10:51:02,218 - INFO - Deleting VN ctest-vn1-64047764 2026-06-08 10:51:02,427 - DEBUG - Response for deleting network () 2026-06-08 10:51:03,735 - DEBUG - No XMPP flaps were noticed during the test 2026-06-08 10:51:03,735 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:22] 2026-06-08 10:51:03,735 - INFO - -------------------------------------------------------------------------------- 2026-06-08 10:51:04,510 - INFO - Deleted project: ctest-TestPorts-53810756, ID : 125726aa-5e13-4afa-b54c-826d227301e2