2026-05-14 02:45:27,658 - INFO - Domain Default found not creating 2026-05-14 02:45:27,857 - INFO - Project ctest-TestPorts-63502942 not found, creating it 2026-05-14 02:45:28,467 - INFO - Created Project:ctest-TestPorts-63502942, ID : 6ceac350-a7fd-4bcf-852d-f99ab58441aa 2026-05-14 02:45:30,201 - INFO - ================================================================================ 2026-05-14 02:45:30,202 - INFO - STARTING TEST : test_ports_bindings 2026-05-14 02:45:30,202 - 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-05-14 02:45:31,495 - DEBUG - Nothing to compare xmpp stats {'10.0.0.240': {'10.20.0.18': '0', '10.20.0.129': '0'}, '10.0.0.65': {'10.20.0.18': '0', '10.20.0.129': '0'}} with 2026-05-14 02:45:31,496 - INFO - Initial checks done. Running the testcase now 2026-05-14 02:45:31,496 - INFO - 2026-05-14 02:45:32,282 - DEBUG - Response for create_network : {'network': {'id': '16d4da8d-2d8f-4f6a-8686-5230aadd9c70', 'name': 'ctest-vn-43921768', 'tenant_id': '6ceac350a7fd4bcf852df99ab58441aa', 'project_id': '6ceac350a7fd4bcf852df99ab58441aa', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-63502942', 'ctest-vn-43921768'], 'port_security_enabled': True, 'description': ''}} 2026-05-14 02:45:32,578 - DEBUG - Response for create_subnet : {'subnet': {'id': '9a261bf0-be4f-4f61-8134-0b514ccdd512', 'name': '', 'tenant_id': '6ceac350a7fd4bcf852df99ab58441aa', 'network_id': '16d4da8d-2d8f-4f6a-8686-5230aadd9c70', 'ip_version': 4, 'cidr': '128.26.173.192/26', 'allocation_pools': [{'start': '128.26.173.194', 'end': '128.26.173.254'}], 'gateway_ip': '128.26.173.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '128.26.173.194', 'tags': [], 'project_id': '6ceac350a7fd4bcf852df99ab58441aa'}} 2026-05-14 02:45:32,604 - INFO - Created VN ctest-vn-43921768 2026-05-14 02:45:32,621 - DEBUG - VN ctest-vn-43921768 UUID is 16d4da8d-2d8f-4f6a-8686-5230aadd9c70 2026-05-14 02:45:32,710 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-63502942', 'ctest-vmi-41652536']} 2026-05-14 02:45:33,045 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-41652536', 'id': '0752e309-345d-4baf-83cd-4cf9278d6d6c', 'tenant_id': '6ceac350a7fd4bcf852df99ab58441aa', 'network_id': '16d4da8d-2d8f-4f6a-8686-5230aadd9c70', 'mac_address': '02:07:52:e3:09:34', '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': '128.26.173.195', 'subnet_id': '9a261bf0-be4f-4f61-8134-0b514ccdd512'}], 'security_groups': ['10a0f9bc-b575-4c6e-a422-fb736930430d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6ceac350a7fd4bcf852df99ab58441aa'}} 2026-05-14 02:45:33,045 - DEBUG - Created port 0752e309-345d-4baf-83cd-4cf9278d6d6c 2026-05-14 02:45:33,120 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/0752e309-345d-4baf-83cd-4cf9278d6d6c 2026-05-14 02:45:33,478 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/0752e309-345d-4baf-83cd-4cf9278d6d6c 2026-05-14 02:45:33,525 - INFO - VMI 0752e309-345d-4baf-83cd-4cf9278d6d6c verification in API Server passed 2026-05-14 02:45:33,708 - DEBUG - Response for delete_port : () 2026-05-14 02:45:33,708 - INFO - Deleted port 0752e309-345d-4baf-83cd-4cf9278d6d6c 2026-05-14 02:45:33,708 - INFO - Deleting VN ctest-vn-43921768 2026-05-14 02:45:33,882 - DEBUG - Response for deleting network () 2026-05-14 02:45:35,166 - DEBUG - No XMPP flaps were noticed during the test 2026-05-14 02:45:35,167 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05] 2026-05-14 02:45:35,167 - INFO - -------------------------------------------------------------------------------- 2026-05-14 02:45:35,172 - INFO - ================================================================================ 2026-05-14 02:45:35,172 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-14 02:45:35,172 - 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-05-14 02:45:36,516 - DEBUG - Nothing to compare xmpp stats {'10.0.0.240': {'10.20.0.18': '0', '10.20.0.129': '0'}, '10.0.0.65': {'10.20.0.18': '0', '10.20.0.129': '0'}} with 2026-05-14 02:45:36,516 - INFO - Initial checks done. Running the testcase now 2026-05-14 02:45:36,516 - INFO - 2026-05-14 02:45:37,143 - DEBUG - Response for create_network : {'network': {'id': 'e6080a8c-7304-4f38-a2bf-7317230bba69', 'name': 'ctest-vn1-40723940', 'tenant_id': '6ceac350a7fd4bcf852df99ab58441aa', 'project_id': '6ceac350a7fd4bcf852df99ab58441aa', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-63502942', 'ctest-vn1-40723940'], 'port_security_enabled': True, 'description': ''}} 2026-05-14 02:45:37,429 - DEBUG - Response for create_subnet : {'subnet': {'id': '39297bbf-7f8c-47bd-88be-76949821c5b0', 'name': '', 'tenant_id': '6ceac350a7fd4bcf852df99ab58441aa', 'network_id': 'e6080a8c-7304-4f38-a2bf-7317230bba69', 'ip_version': 4, 'cidr': '38.107.138.128/26', 'allocation_pools': [{'start': '38.107.138.130', 'end': '38.107.138.190'}], 'gateway_ip': '38.107.138.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '38.107.138.130', 'tags': [], 'project_id': '6ceac350a7fd4bcf852df99ab58441aa'}} 2026-05-14 02:45:37,688 - DEBUG - Response for create_subnet : {'subnet': {'id': '05ebd6f0-63fa-460b-87bd-d547b16cd52a', 'name': '', 'tenant_id': '6ceac350a7fd4bcf852df99ab58441aa', 'network_id': 'e6080a8c-7304-4f38-a2bf-7317230bba69', 'ip_version': 4, 'cidr': '152.216.198.128/26', 'allocation_pools': [{'start': '152.216.198.130', 'end': '152.216.198.190'}], 'gateway_ip': '152.216.198.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '152.216.198.130', 'tags': [], 'project_id': '6ceac350a7fd4bcf852df99ab58441aa'}} 2026-05-14 02:45:37,721 - INFO - Created VN ctest-vn1-40723940 2026-05-14 02:45:37,752 - DEBUG - VN ctest-vn1-40723940 UUID is e6080a8c-7304-4f38-a2bf-7317230bba69 2026-05-14 02:45:38,196 - DEBUG - Response for create_port : {'port': {'name': '1e32a1e1-9c11-4728-9b4f-186bde097632', 'id': '1e32a1e1-9c11-4728-9b4f-186bde097632', 'tenant_id': '6ceac350a7fd4bcf852df99ab58441aa', 'network_id': 'e6080a8c-7304-4f38-a2bf-7317230bba69', 'mac_address': '02:1e:32:a1:e1:9c', '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': '38.107.138.133', 'subnet_id': '39297bbf-7f8c-47bd-88be-76949821c5b0'}], 'security_groups': ['10a0f9bc-b575-4c6e-a422-fb736930430d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6ceac350a7fd4bcf852df99ab58441aa'}} 2026-05-14 02:45:38,522 - DEBUG - Response for create_port : {'port': {'name': 'def6fe1c-8f49-4092-8f84-193520ab816d', 'id': 'def6fe1c-8f49-4092-8f84-193520ab816d', 'tenant_id': '6ceac350a7fd4bcf852df99ab58441aa', 'network_id': 'e6080a8c-7304-4f38-a2bf-7317230bba69', 'mac_address': '02:de:f6:fe:1c:8f', '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': '152.216.198.133', 'subnet_id': '05ebd6f0-63fa-460b-87bd-d547b16cd52a'}], 'security_groups': ['10a0f9bc-b575-4c6e-a422-fb736930430d'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '6ceac350a7fd4bcf852df99ab58441aa'}} 2026-05-14 02:45:38,673 - DEBUG - Services list from nova: [, , , ] 2026-05-14 02:45:39,908 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5780-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5780-1) 2026-05-14 02:45:40,888 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5780-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5780-2) 2026-05-14 02:45:40,888 - INFO - Waiting for VM ctest-vn1-vm1-96980682 to be up.. 2026-05-14 02:45:40,949 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-14 02:45:46,053 - DEBUG - VM is in ACTIVE state now 2026-05-14 02:45:46,053 - INFO - VM name : ctest-vn1-vm1-96980682 2026-05-14 02:45:46,144 - DEBUG - VM ctest-vn1-vm1-96980682 ID is b51d0bbf-ad16-4da6-a2ed-389591e1f63c 2026-05-14 02:45:46,171 - DEBUG - VM ctest-vn1-vm1-96980682 launched on Node an-jenkins-deploy-platform-ansible-os-5780-1 2026-05-14 02:45:46,265 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/b51d0bbf-ad16-4da6-a2ed-389591e1f63c 2026-05-14 02:45:46,604 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/b51d0bbf-ad16-4da6-a2ed-389591e1f63c 2026-05-14 02:45:46,648 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/1e32a1e1-9c11-4728-9b4f-186bde097632 2026-05-14 02:45:49,843 - 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 1027ms') 2026-05-14 02:45:49,843 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-96980682 failed! 2026-05-14 02:45:49,863 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-63502942:ctest-vn1-40723940 is 38.107.138.129 and allocation pool is NOT set 2026-05-14 02:45:49,863 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-63502942:ctest-vn1-40723940 is 152.216.198.129 and allocation pool is NOT set 2026-05-14 02:45:51,932 - 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=12.3 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.426 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.426/6.379/12.332/5.953 ms') 2026-05-14 02:45:51,933 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-96980682 passed 2026-05-14 02:45:52,005 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-14 02:45:52,005 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-96980682, IP 38.107.138.133, Port 22 2026-05-14 02:45:52,061 - DEBUG - Error on ssh to cirros@169.254.0.3:22, result: /bin/bash: connect: Connection refused /bin/bash: line 1: /dev/tcp/169.254.0.3/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.3/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.3/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''} 2026-05-14 02:45:52,154 - DEBUG - VM ctest-vn1-vm1-96980682 is NOT ready for SSH connections, VM status: ACTIVE 2026-05-14 02:45:57,155 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-14 02:45:57,156 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-96980682, IP 38.107.138.133, Port 22 2026-05-14 02:45:57,323 - DEBUG - VM ctest-vn1-vm1-96980682 is ready for SSH connections 2026-05-14 02:45:57,323 - INFO - Waiting for VM ctest-vn1-vm2-90319908 to be up.. 2026-05-14 02:45:57,430 - DEBUG - VM is in ACTIVE state now 2026-05-14 02:45:57,431 - INFO - VM name : ctest-vn1-vm2-90319908 2026-05-14 02:45:57,653 - DEBUG - VM ctest-vn1-vm2-90319908 ID is 177d5f1f-091f-48f9-bc79-7098e844310a 2026-05-14 02:45:57,653 - DEBUG - VM ctest-vn1-vm2-90319908 launched on Node an-jenkins-deploy-platform-ansible-os-5780-2 2026-05-14 02:45:57,754 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine/177d5f1f-091f-48f9-bc79-7098e844310a 2026-05-14 02:45:57,767 - DEBUG - Requesting: http://10.0.0.23:8082/virtual-machine-interface/def6fe1c-8f49-4092-8f84-193520ab816d 2026-05-14 02:45:58,937 - 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.11 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.416 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.416/1.762/3.108/1.346 ms') 2026-05-14 02:45:58,937 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-90319908 passed 2026-05-14 02:45:59,011 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-14 02:45:59,011 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-90319908, IP 152.216.198.133, Port 22 2026-05-14 02:45:59,182 - DEBUG - VM ctest-vn1-vm2-90319908 is ready for SSH connections 2026-05-14 02:45:59,182 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-14 02:45:59,182 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-14 02:45:59,182 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-14 02:45:59,182 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 38.107.138.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.65, gateway password: c0ntrail123 2026-05-14 02:45:59,182 - DEBUG - ping -s 56 -c 3 -W 1 38.107.138.133 2026-05-14 02:46:02,176 - DEBUG - PING 38.107.138.133 (38.107.138.133): 56 data bytes 64 bytes from 38.107.138.133: seq=0 ttl=63 time=5.727 ms 64 bytes from 38.107.138.133: seq=1 ttl=63 time=1.842 ms 64 bytes from 38.107.138.133: seq=2 ttl=63 time=1.512 ms --- 38.107.138.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.512/3.027/5.727 ms 2026-05-14 02:46:02,176 - INFO - Ping to IP 38.107.138.133 from VM ctest-vn1-vm2-90319908 passed 2026-05-14 02:46:02,176 - INFO - Detaching port def6fe1c-8f49-4092-8f84-193520ab816d from VM ctest-vn1-vm2-90319908 2026-05-14 02:46:02,232 - INFO - Deleting VM ctest-vn1-vm2-90319908 2026-05-14 02:46:02,310 - INFO - Detaching port 1e32a1e1-9c11-4728-9b4f-186bde097632 from VM ctest-vn1-vm1-96980682 2026-05-14 02:46:02,346 - INFO - Deleting VM ctest-vn1-vm1-96980682 2026-05-14 02:46:02,887 - DEBUG - Response for delete_port : () 2026-05-14 02:46:03,153 - DEBUG - Response for delete_port : () 2026-05-14 02:46:03,154 - INFO - Deleting VN ctest-vn1-40723940 2026-05-14 02:46:03,332 - DEBUG - Response for deleting network () 2026-05-14 02:46:04,639 - DEBUG - No XMPP flaps were noticed during the test 2026-05-14 02:46:04,639 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:29] 2026-05-14 02:46:04,639 - INFO - -------------------------------------------------------------------------------- 2026-05-14 02:46:05,457 - INFO - Deleted project: ctest-TestPorts-63502942, ID : 6ceac350-a7fd-4bcf-852d-f99ab58441aa