2026-02-25 16:50:49,495 - INFO - Domain Default found not creating 2026-02-25 16:50:49,627 - INFO - Project ctest-TestPorts-74773169 not found, creating it 2026-02-25 16:50:50,049 - INFO - Created Project:ctest-TestPorts-74773169, ID : ffab229e-b84f-4ed4-a58b-d4f64b8410e5 2026-02-25 16:50:51,455 - INFO - ================================================================================ 2026-02-25 16:50:51,456 - INFO - STARTING TEST : test_ports_bindings 2026-02-25 16:50:51,456 - 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-25 16:50:51,707 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.17': '0'}} with 2026-02-25 16:50:51,707 - INFO - Initial checks done. Running the testcase now 2026-02-25 16:50:51,707 - INFO - 2026-02-25 16:50:52,218 - DEBUG - Response for create_network : {'network': {'id': 'd40c27e4-5c1e-4942-be29-81e61d0062b5', 'name': 'ctest-vn-73254761', 'tenant_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'project_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-74773169', 'ctest-vn-73254761'], 'port_security_enabled': True, 'description': ''}} 2026-02-25 16:50:52,421 - DEBUG - Response for create_subnet : {'subnet': {'id': 'c5c8d684-ce21-4b64-af45-4429837ee623', 'name': '', 'tenant_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'network_id': 'd40c27e4-5c1e-4942-be29-81e61d0062b5', 'ip_version': 4, 'cidr': '59.226.194.128/26', 'allocation_pools': [{'start': '59.226.194.130', 'end': '59.226.194.190'}], 'gateway_ip': '59.226.194.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '59.226.194.130', 'tags': [], 'project_id': 'ffab229eb84f4ed4a58bd4f64b8410e5'}} 2026-02-25 16:50:52,435 - INFO - Created VN ctest-vn-73254761 2026-02-25 16:50:52,486 - DEBUG - VN ctest-vn-73254761 UUID is d40c27e4-5c1e-4942-be29-81e61d0062b5 2026-02-25 16:50:52,581 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-74773169', 'ctest-vmi-20202466']} 2026-02-25 16:50:52,836 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-20202466', 'id': 'f2bda59b-9b7a-4a3c-8757-a25b0f505d0a', 'tenant_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'network_id': 'd40c27e4-5c1e-4942-be29-81e61d0062b5', 'mac_address': '02:f2:bd:a5:9b:9b', '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': '59.226.194.131', 'subnet_id': 'c5c8d684-ce21-4b64-af45-4429837ee623'}], 'security_groups': ['15f86b0c-208d-4516-8f34-513200993c18'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'ffab229eb84f4ed4a58bd4f64b8410e5'}} 2026-02-25 16:50:52,836 - DEBUG - Created port f2bda59b-9b7a-4a3c-8757-a25b0f505d0a 2026-02-25 16:50:52,938 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/f2bda59b-9b7a-4a3c-8757-a25b0f505d0a 2026-02-25 16:50:53,226 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/f2bda59b-9b7a-4a3c-8757-a25b0f505d0a 2026-02-25 16:50:53,256 - INFO - VMI f2bda59b-9b7a-4a3c-8757-a25b0f505d0a verification in API Server passed 2026-02-25 16:50:53,335 - DEBUG - Response for delete_port : () 2026-02-25 16:50:53,335 - INFO - Deleted port f2bda59b-9b7a-4a3c-8757-a25b0f505d0a 2026-02-25 16:50:53,335 - INFO - Deleting VN ctest-vn-73254761 2026-02-25 16:50:53,432 - DEBUG - Response for deleting network () 2026-02-25 16:50:53,687 - DEBUG - No XMPP flaps were noticed during the test
2026-02-25 16:50:53,687 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-02-25 16:50:53,687 - INFO - -------------------------------------------------------------------------------- 2026-02-25 16:50:53,690 - INFO - ================================================================================ 2026-02-25 16:50:53,690 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-02-25 16:50:53,690 - 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-25 16:50:53,979 - DEBUG - Nothing to compare xmpp stats {'10.0.0.22': {'10.20.0.17': '0'}} with 2026-02-25 16:50:53,979 - INFO - Initial checks done. Running the testcase now 2026-02-25 16:50:53,979 - INFO - 2026-02-25 16:50:54,138 - DEBUG - Response for create_network : {'network': {'id': '054bb72d-d2dd-4a7c-831d-6d42a672e9f8', 'name': 'ctest-vn1-58215720', 'tenant_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'project_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-74773169', 'ctest-vn1-58215720'], 'port_security_enabled': True, 'description': ''}} 2026-02-25 16:50:54,286 - DEBUG - Response for create_subnet : {'subnet': {'id': 'af751bdd-97e4-433f-98ee-364b6a64a395', 'name': '', 'tenant_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'network_id': '054bb72d-d2dd-4a7c-831d-6d42a672e9f8', 'ip_version': 4, 'cidr': '153.246.159.64/26', 'allocation_pools': [{'start': '153.246.159.66', 'end': '153.246.159.126'}], 'gateway_ip': '153.246.159.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '153.246.159.66', 'tags': [], 'project_id': 'ffab229eb84f4ed4a58bd4f64b8410e5'}} 2026-02-25 16:50:54,423 - DEBUG - Response for create_subnet : {'subnet': {'id': '677400a0-0f1c-4e99-a526-a5a86b9a7ef8', 'name': '', 'tenant_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'network_id': '054bb72d-d2dd-4a7c-831d-6d42a672e9f8', 'ip_version': 4, 'cidr': '14.80.118.0/26', 'allocation_pools': [{'start': '14.80.118.2', 'end': '14.80.118.62'}], 'gateway_ip': '14.80.118.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '14.80.118.2', 'tags': [], 'project_id': 'ffab229eb84f4ed4a58bd4f64b8410e5'}} 2026-02-25 16:50:54,439 - INFO - Created VN ctest-vn1-58215720 2026-02-25 16:50:54,494 - DEBUG - VN ctest-vn1-58215720 UUID is 054bb72d-d2dd-4a7c-831d-6d42a672e9f8 2026-02-25 16:50:54,764 - DEBUG - Response for create_port : {'port': {'name': '7d16c64e-ae78-4b24-949e-cd463fd53bfc', 'id': '7d16c64e-ae78-4b24-949e-cd463fd53bfc', 'tenant_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'network_id': '054bb72d-d2dd-4a7c-831d-6d42a672e9f8', 'mac_address': '02:7d:16:c6:4e:ae', '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': '153.246.159.69', 'subnet_id': 'af751bdd-97e4-433f-98ee-364b6a64a395'}], 'security_groups': ['15f86b0c-208d-4516-8f34-513200993c18'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'ffab229eb84f4ed4a58bd4f64b8410e5'}} 2026-02-25 16:50:54,933 - DEBUG - Response for create_port : {'port': {'name': '62cdc72b-6623-4024-9b4a-3c8355113432', 'id': '62cdc72b-6623-4024-9b4a-3c8355113432', 'tenant_id': 'ffab229eb84f4ed4a58bd4f64b8410e5', 'network_id': '054bb72d-d2dd-4a7c-831d-6d42a672e9f8', 'mac_address': '02:62:cd:c7:2b:66', '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': '14.80.118.5', 'subnet_id': '677400a0-0f1c-4e99-a526-a5a86b9a7ef8'}], 'security_groups': ['15f86b0c-208d-4516-8f34-513200993c18'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'ffab229eb84f4ed4a58bd4f64b8410e5'}} 2026-02-25 16:50:54,982 - DEBUG - Services list from nova: [, , ] 2026-02-25 16:50:55,270 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5397-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5397-1) 2026-02-25 16:50:55,615 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5397-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5397-1) 2026-02-25 16:50:55,616 - INFO - Waiting for VM ctest-vn1-vm1-06572444 to be up.. 2026-02-25 16:50:55,650 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-02-25 16:51:00,724 - DEBUG - VM is in ACTIVE state now 2026-02-25 16:51:00,725 - INFO - VM name : ctest-vn1-vm1-06572444 2026-02-25 16:51:00,792 - DEBUG - VM ctest-vn1-vm1-06572444 ID is c2216915-29cb-4d99-9c39-c7608231fb91 2026-02-25 16:51:00,809 - DEBUG - VM ctest-vn1-vm1-06572444 launched on Node cn-jenkins-deploy-platform-ansible-os-5397-1 2026-02-25 16:51:00,869 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/c2216915-29cb-4d99-9c39-c7608231fb91 2026-02-25 16:51:00,876 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/7d16c64e-ae78-4b24-949e-cd463fd53bfc 2026-02-25 16:51:04,132 - 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 1031ms') 2026-02-25 16:51:04,132 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-06572444 failed! 2026-02-25 16:51:04,182 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-74773169:ctest-vn1-58215720 is 153.246.159.65 and allocation pool is NOT set 2026-02-25 16:51:04,182 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-74773169:ctest-vn1-58215720 is 14.80.118.1 and allocation pool is NOT set 2026-02-25 16:51:06,246 - 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.86 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.712 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.712/2.286/3.861/1.574 ms') 2026-02-25 16:51:06,246 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-06572444 passed 2026-02-25 16:51:06,394 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 16:51:06,394 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-06572444, IP 153.246.159.69, Port 22 2026-02-25 16:51:06,546 - DEBUG - VM ctest-vn1-vm1-06572444 is ready for SSH connections 2026-02-25 16:51:06,546 - INFO - Waiting for VM ctest-vn1-vm2-62321018 to be up.. 2026-02-25 16:51:06,619 - DEBUG - VM is in ACTIVE state now 2026-02-25 16:51:06,619 - INFO - VM name : ctest-vn1-vm2-62321018 2026-02-25 16:51:06,681 - DEBUG - VM ctest-vn1-vm2-62321018 ID is 6faffc00-3015-48c6-8bb9-079dbec975f4 2026-02-25 16:51:06,681 - DEBUG - VM ctest-vn1-vm2-62321018 launched on Node cn-jenkins-deploy-platform-ansible-os-5397-1 2026-02-25 16:51:06,746 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine/6faffc00-3015-48c6-8bb9-079dbec975f4 2026-02-25 16:51:06,752 - DEBUG - Requesting: http://10.0.0.22:8082/virtual-machine-interface/62cdc72b-6623-4024-9b4a-3c8355113432 2026-02-25 16:51:07,981 - 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.99 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.320 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.320/1.657/2.994/1.337 ms') 2026-02-25 16:51:07,981 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-62321018 passed 2026-02-25 16:51:08,122 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 16:51:08,122 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-62321018, IP 14.80.118.5, Port 22 2026-02-25 16:51:08,278 - DEBUG - VM ctest-vn1-vm2-62321018 is ready for SSH connections 2026-02-25 16:51:08,278 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 16:51:08,278 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 16:51:08,278 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-02-25 16:51:08,278 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 153.246.159.69, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.22, gateway password: c0ntrail123 2026-02-25 16:51:08,278 - DEBUG - ping -s 56 -c 3 -W 1 153.246.159.69 2026-02-25 16:51:11,232 - DEBUG - PING 153.246.159.69 (153.246.159.69): 56 data bytes 64 bytes from 153.246.159.69: seq=0 ttl=63 time=4.047 ms 64 bytes from 153.246.159.69: seq=1 ttl=63 time=0.709 ms 64 bytes from 153.246.159.69: seq=2 ttl=63 time=0.706 ms --- 153.246.159.69 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.706/1.820/4.047 ms 2026-02-25 16:51:11,232 - INFO - Ping to IP 153.246.159.69 from VM ctest-vn1-vm2-62321018 passed 2026-02-25 16:51:11,232 - INFO - Detaching port 62cdc72b-6623-4024-9b4a-3c8355113432 from VM ctest-vn1-vm2-62321018 2026-02-25 16:51:11,275 - INFO - Deleting VM ctest-vn1-vm2-62321018 2026-02-25 16:51:11,343 - INFO - Detaching port 7d16c64e-ae78-4b24-949e-cd463fd53bfc from VM ctest-vn1-vm1-06572444 2026-02-25 16:51:11,377 - INFO - Deleting VM ctest-vn1-vm1-06572444 2026-02-25 16:51:11,579 - DEBUG - Response for delete_port : () 2026-02-25 16:51:11,742 - DEBUG - Response for delete_port : () 2026-02-25 16:51:11,742 - INFO - Deleting VN ctest-vn1-58215720 2026-02-25 16:51:11,837 - DEBUG - Response for deleting network () 2026-02-25 16:51:12,094 - DEBUG - No XMPP flaps were noticed during the test
2026-02-25 16:51:12,094 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19]
2026-02-25 16:51:12,094 - INFO - -------------------------------------------------------------------------------- 2026-02-25 16:51:12,753 - INFO - Deleted project: ctest-TestPorts-74773169, ID : ffab229e-b84f-4ed4-a58b-d4f64b8410e5