2026-07-06 15:23:52,529 - INFO - Domain Default found not creating 2026-07-06 15:23:52,672 - INFO - Project ctest-TestPorts-96390508 not found, creating it 2026-07-06 15:23:53,274 - INFO - Created Project:ctest-TestPorts-96390508, ID : 53e0586f-5c12-4a7c-ac08-b2fc855af067 2026-07-06 15:23:54,797 - INFO - ================================================================================ 2026-07-06 15:23:54,798 - INFO - STARTING TEST : test_ports_bindings 2026-07-06 15:23:54,798 - 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-07-06 15:23:56,071 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.25': '0', '10.20.0.254': '0'}, '10.0.0.57': {'10.20.0.193': '0', '10.20.0.254': '0'}} with 2026-07-06 15:23:56,071 - INFO - Initial checks done. Running the testcase now 2026-07-06 15:23:56,071 - INFO - 2026-07-06 15:23:56,752 - DEBUG - Response for create_network : {'network': {'id': '1f197911-d933-41fe-9f05-5ed08ebfefce', 'name': 'ctest-vn-42283979', 'tenant_id': '53e0586f5c124a7cac08b2fc855af067', 'project_id': '53e0586f5c124a7cac08b2fc855af067', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-96390508', 'ctest-vn-42283979'], 'port_security_enabled': True, 'description': ''}} 2026-07-06 15:23:57,008 - DEBUG - Response for create_subnet : {'subnet': {'id': 'bd608586-b071-426d-a957-3918519bdb4a', 'name': '', 'tenant_id': '53e0586f5c124a7cac08b2fc855af067', 'network_id': '1f197911-d933-41fe-9f05-5ed08ebfefce', 'ip_version': 4, 'cidr': '97.122.48.0/26', 'allocation_pools': [{'start': '97.122.48.2', 'end': '97.122.48.62'}], 'gateway_ip': '97.122.48.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '97.122.48.2', 'tags': [], 'project_id': '53e0586f5c124a7cac08b2fc855af067'}} 2026-07-06 15:23:57,030 - INFO - Created VN ctest-vn-42283979 2026-07-06 15:23:57,042 - DEBUG - VN ctest-vn-42283979 UUID is 1f197911-d933-41fe-9f05-5ed08ebfefce 2026-07-06 15:23:57,113 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-96390508', 'ctest-vmi-97474985']} 2026-07-06 15:23:57,447 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-97474985', 'id': '3e5d4394-6112-4a65-9b77-e07de10c3bf9', 'tenant_id': '53e0586f5c124a7cac08b2fc855af067', 'network_id': '1f197911-d933-41fe-9f05-5ed08ebfefce', 'mac_address': '02:3e:5d:43:94:61', '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': '97.122.48.3', 'subnet_id': 'bd608586-b071-426d-a957-3918519bdb4a'}], 'security_groups': ['d4c74afc-9a42-45da-bf7f-374227b1da2d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '53e0586f5c124a7cac08b2fc855af067'}} 2026-07-06 15:23:57,447 - DEBUG - Created port 3e5d4394-6112-4a65-9b77-e07de10c3bf9 2026-07-06 15:23:57,563 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/3e5d4394-6112-4a65-9b77-e07de10c3bf9 2026-07-06 15:23:57,884 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/3e5d4394-6112-4a65-9b77-e07de10c3bf9 2026-07-06 15:23:57,910 - INFO - VMI 3e5d4394-6112-4a65-9b77-e07de10c3bf9 verification in API Server passed 2026-07-06 15:23:58,061 - DEBUG - Response for delete_port : () 2026-07-06 15:23:58,061 - INFO - Deleted port 3e5d4394-6112-4a65-9b77-e07de10c3bf9 2026-07-06 15:23:58,061 - INFO - Deleting VN ctest-vn-42283979 2026-07-06 15:23:58,224 - DEBUG - Response for deleting network () 2026-07-06 15:23:59,517 - DEBUG - No XMPP flaps were noticed during the test
2026-07-06 15:23:59,518 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2026-07-06 15:23:59,518 - INFO - -------------------------------------------------------------------------------- 2026-07-06 15:23:59,520 - INFO - ================================================================================ 2026-07-06 15:23:59,520 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-07-06 15:23:59,521 - 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-07-06 15:24:00,832 - DEBUG - Nothing to compare xmpp stats {'10.0.0.19': {'10.20.0.25': '0', '10.20.0.254': '0'}, '10.0.0.57': {'10.20.0.193': '0', '10.20.0.254': '0'}} with 2026-07-06 15:24:00,832 - INFO - Initial checks done. Running the testcase now 2026-07-06 15:24:00,832 - INFO - 2026-07-06 15:24:01,114 - DEBUG - Response for create_network : {'network': {'id': '18c1af24-c889-4be0-8146-065e983575f4', 'name': 'ctest-vn1-13082760', 'tenant_id': '53e0586f5c124a7cac08b2fc855af067', 'project_id': '53e0586f5c124a7cac08b2fc855af067', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-96390508', 'ctest-vn1-13082760'], 'port_security_enabled': True, 'description': ''}} 2026-07-06 15:24:01,351 - DEBUG - Response for create_subnet : {'subnet': {'id': '1dcba4bc-9b21-472d-8d8b-32e776f05812', 'name': '', 'tenant_id': '53e0586f5c124a7cac08b2fc855af067', 'network_id': '18c1af24-c889-4be0-8146-065e983575f4', 'ip_version': 4, 'cidr': '32.242.59.128/26', 'allocation_pools': [{'start': '32.242.59.130', 'end': '32.242.59.190'}], 'gateway_ip': '32.242.59.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '32.242.59.130', 'tags': [], 'project_id': '53e0586f5c124a7cac08b2fc855af067'}} 2026-07-06 15:24:01,602 - DEBUG - Response for create_subnet : {'subnet': {'id': '9f881bab-9404-4a21-bb1c-370575da8b91', 'name': '', 'tenant_id': '53e0586f5c124a7cac08b2fc855af067', 'network_id': '18c1af24-c889-4be0-8146-065e983575f4', 'ip_version': 4, 'cidr': '47.228.177.128/26', 'allocation_pools': [{'start': '47.228.177.130', 'end': '47.228.177.190'}], 'gateway_ip': '47.228.177.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '47.228.177.130', 'tags': [], 'project_id': '53e0586f5c124a7cac08b2fc855af067'}} 2026-07-06 15:24:01,629 - INFO - Created VN ctest-vn1-13082760 2026-07-06 15:24:01,643 - DEBUG - VN ctest-vn1-13082760 UUID is 18c1af24-c889-4be0-8146-065e983575f4 2026-07-06 15:24:02,026 - DEBUG - Response for create_port : {'port': {'name': 'f9b47627-0f30-46c0-bede-bcbabb238716', 'id': 'f9b47627-0f30-46c0-bede-bcbabb238716', 'tenant_id': '53e0586f5c124a7cac08b2fc855af067', 'network_id': '18c1af24-c889-4be0-8146-065e983575f4', 'mac_address': '02:f9:b4:76:27:0f', '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': '32.242.59.133', 'subnet_id': '1dcba4bc-9b21-472d-8d8b-32e776f05812'}], 'security_groups': ['d4c74afc-9a42-45da-bf7f-374227b1da2d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '53e0586f5c124a7cac08b2fc855af067'}} 2026-07-06 15:24:02,318 - DEBUG - Response for create_port : {'port': {'name': '03adfbdc-47d7-4d65-b4f2-3287a10b215f', 'id': '03adfbdc-47d7-4d65-b4f2-3287a10b215f', 'tenant_id': '53e0586f5c124a7cac08b2fc855af067', 'network_id': '18c1af24-c889-4be0-8146-065e983575f4', 'mac_address': '02:03:ad:fb:dc: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': '47.228.177.133', 'subnet_id': '9f881bab-9404-4a21-bb1c-370575da8b91'}], 'security_groups': ['d4c74afc-9a42-45da-bf7f-374227b1da2d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '53e0586f5c124a7cac08b2fc855af067'}} 2026-07-06 15:24:02,368 - DEBUG - Services list from nova: [, , , ] 2026-07-06 15:24:02,824 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-6083-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-6083-1) 2026-07-06 15:24:03,345 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-6083-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-6083-2) 2026-07-06 15:24:03,345 - INFO - Waiting for VM ctest-vn1-vm1-75213077 to be up.. 2026-07-06 15:24:03,392 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-06 15:24:08,486 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-06 15:24:13,573 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-07-06 15:24:18,663 - DEBUG - VM is in ACTIVE state now 2026-07-06 15:24:18,663 - INFO - VM name : ctest-vn1-vm1-75213077 2026-07-06 15:24:18,753 - DEBUG - VM ctest-vn1-vm1-75213077 ID is 4c8535d5-4d99-466b-9620-e7dc9225132d 2026-07-06 15:24:18,787 - DEBUG - VM ctest-vn1-vm1-75213077 launched on Node an-jenkins-deploy-platform-ansible-os-6083-1 2026-07-06 15:24:18,875 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/4c8535d5-4d99-466b-9620-e7dc9225132d 2026-07-06 15:24:19,220 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/4c8535d5-4d99-466b-9620-e7dc9225132d 2026-07-06 15:24:19,252 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/f9b47627-0f30-46c0-bede-bcbabb238716 2026-07-06 15:24:20,427 - 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=9.39 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.413 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.413/4.902/9.392/4.489 ms') 2026-07-06 15:24:20,428 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-75213077 passed 2026-07-06 15:24:20,496 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-06 15:24:20,496 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-75213077, IP 32.242.59.133, Port 22 2026-07-06 15:24:20,652 - DEBUG - VM ctest-vn1-vm1-75213077 is ready for SSH connections 2026-07-06 15:24:20,652 - INFO - Waiting for VM ctest-vn1-vm2-08812195 to be up.. 2026-07-06 15:24:20,726 - DEBUG - VM is in ACTIVE state now 2026-07-06 15:24:20,726 - INFO - VM name : ctest-vn1-vm2-08812195 2026-07-06 15:24:20,800 - DEBUG - VM ctest-vn1-vm2-08812195 ID is 6a5adc3b-0e1b-412a-b3e5-43f598d4ae02 2026-07-06 15:24:20,800 - DEBUG - VM ctest-vn1-vm2-08812195 launched on Node an-jenkins-deploy-platform-ansible-os-6083-2 2026-07-06 15:24:20,880 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/6a5adc3b-0e1b-412a-b3e5-43f598d4ae02 2026-07-06 15:24:20,891 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/03adfbdc-47d7-4d65-b4f2-3287a10b215f 2026-07-06 15:24:22,061 - 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.68 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.524 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.524/2.602/4.681/2.078 ms') 2026-07-06 15:24:22,061 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-08812195 passed 2026-07-06 15:24:22,132 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-06 15:24:22,132 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-08812195, IP 47.228.177.133, Port 22 2026-07-06 15:24:22,308 - DEBUG - VM ctest-vn1-vm2-08812195 is ready for SSH connections 2026-07-06 15:24:22,308 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-06 15:24:22,308 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-06 15:24:22,308 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-07-06 15:24:22,308 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 32.242.59.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.57, gateway password: c0ntrail123 2026-07-06 15:24:22,308 - DEBUG - ping -s 56 -c 3 -W 1 32.242.59.133 2026-07-06 15:24:25,287 - DEBUG - PING 32.242.59.133 (32.242.59.133): 56 data bytes 64 bytes from 32.242.59.133: seq=0 ttl=63 time=12.133 ms 64 bytes from 32.242.59.133: seq=1 ttl=63 time=1.271 ms 64 bytes from 32.242.59.133: seq=2 ttl=63 time=1.276 ms --- 32.242.59.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.271/4.893/12.133 ms 2026-07-06 15:24:25,288 - INFO - Ping to IP 32.242.59.133 from VM ctest-vn1-vm2-08812195 passed 2026-07-06 15:24:25,288 - INFO - Detaching port 03adfbdc-47d7-4d65-b4f2-3287a10b215f from VM ctest-vn1-vm2-08812195 2026-07-06 15:24:25,335 - INFO - Deleting VM ctest-vn1-vm2-08812195 2026-07-06 15:24:25,395 - INFO - Detaching port f9b47627-0f30-46c0-bede-bcbabb238716 from VM ctest-vn1-vm1-75213077 2026-07-06 15:24:25,425 - INFO - Deleting VM ctest-vn1-vm1-75213077 2026-07-06 15:24:25,747 - DEBUG - Response for delete_port : () 2026-07-06 15:24:25,996 - DEBUG - Response for delete_port : () 2026-07-06 15:24:25,996 - INFO - Deleting VN ctest-vn1-13082760 2026-07-06 15:24:26,198 - DEBUG - Response for deleting network () 2026-07-06 15:24:27,497 - DEBUG - No XMPP flaps were noticed during the test
2026-07-06 15:24:27,497 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:28]
2026-07-06 15:24:27,498 - INFO - -------------------------------------------------------------------------------- 2026-07-06 15:24:28,250 - INFO - Deleted project: ctest-TestPorts-96390508, ID : 53e0586f-5c12-4a7c-ac08-b2fc855af067