2026-05-27 16:23:23,594 - INFO - Domain Default found not creating 2026-05-27 16:23:23,792 - INFO - Project ctest-TestPorts-66392456 not found, creating it 2026-05-27 16:23:24,365 - INFO - Created Project:ctest-TestPorts-66392456, ID : d6311899-6a78-4b3a-a2de-b3840d2fc767 2026-05-27 16:23:26,239 - INFO - ================================================================================ 2026-05-27 16:23:26,239 - INFO - STARTING TEST : test_ports_bindings 2026-05-27 16:23:26,239 - 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-27 16:23:27,531 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.20.0.254': '0', '10.20.0.25': '0'}, '10.0.0.242': {'10.20.0.254': '0', '10.20.0.25': '0'}} with 2026-05-27 16:23:27,532 - INFO - Initial checks done. Running the testcase now 2026-05-27 16:23:27,532 - INFO - 2026-05-27 16:23:28,341 - DEBUG - Response for create_network : {'network': {'id': '26d2c73c-e4a5-443e-b9c0-b250a6851b58', 'name': 'ctest-vn-58983349', 'tenant_id': 'd63118996a784b3aa2deb3840d2fc767', 'project_id': 'd63118996a784b3aa2deb3840d2fc767', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-66392456', 'ctest-vn-58983349'], 'port_security_enabled': True, 'description': ''}} 2026-05-27 16:23:28,700 - DEBUG - Response for create_subnet : {'subnet': {'id': '1433ec53-c72c-472d-84d3-33d605dd9a10', 'name': '', 'tenant_id': 'd63118996a784b3aa2deb3840d2fc767', 'network_id': '26d2c73c-e4a5-443e-b9c0-b250a6851b58', 'ip_version': 4, 'cidr': '120.5.210.64/26', 'allocation_pools': [{'start': '120.5.210.66', 'end': '120.5.210.126'}], 'gateway_ip': '120.5.210.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '120.5.210.66', 'tags': [], 'project_id': 'd63118996a784b3aa2deb3840d2fc767'}} 2026-05-27 16:23:28,723 - INFO - Created VN ctest-vn-58983349 2026-05-27 16:23:28,736 - DEBUG - VN ctest-vn-58983349 UUID is 26d2c73c-e4a5-443e-b9c0-b250a6851b58 2026-05-27 16:23:28,823 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-66392456', 'ctest-vmi-59256031']} 2026-05-27 16:23:29,169 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-59256031', 'id': '01e44d9b-79f9-49e0-8947-c58165c9b95f', 'tenant_id': 'd63118996a784b3aa2deb3840d2fc767', 'network_id': '26d2c73c-e4a5-443e-b9c0-b250a6851b58', 'mac_address': '02:01:e4:4d:9b:79', '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': '120.5.210.67', 'subnet_id': '1433ec53-c72c-472d-84d3-33d605dd9a10'}], 'security_groups': ['b363a30b-0275-413d-b066-74b52cceb22c'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd63118996a784b3aa2deb3840d2fc767'}} 2026-05-27 16:23:29,169 - DEBUG - Created port 01e44d9b-79f9-49e0-8947-c58165c9b95f 2026-05-27 16:23:29,248 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/01e44d9b-79f9-49e0-8947-c58165c9b95f 2026-05-27 16:23:29,558 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/01e44d9b-79f9-49e0-8947-c58165c9b95f 2026-05-27 16:23:29,612 - INFO - VMI 01e44d9b-79f9-49e0-8947-c58165c9b95f verification in API Server passed 2026-05-27 16:23:29,790 - DEBUG - Response for delete_port : () 2026-05-27 16:23:29,790 - INFO - Deleted port 01e44d9b-79f9-49e0-8947-c58165c9b95f 2026-05-27 16:23:29,790 - INFO - Deleting VN ctest-vn-58983349 2026-05-27 16:23:29,978 - DEBUG - Response for deleting network () 2026-05-27 16:23:31,267 - DEBUG - No XMPP flaps were noticed during the test 2026-05-27 16:23:31,267 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05] 2026-05-27 16:23:31,267 - INFO - -------------------------------------------------------------------------------- 2026-05-27 16:23:31,269 - INFO - ================================================================================ 2026-05-27 16:23:31,269 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-27 16:23:31,269 - 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-27 16:23:32,567 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.20.0.254': '0', '10.20.0.25': '0'}, '10.0.0.242': {'10.20.0.254': '0', '10.20.0.25': '0'}} with 2026-05-27 16:23:32,567 - INFO - Initial checks done. Running the testcase now 2026-05-27 16:23:32,567 - INFO - 2026-05-27 16:23:32,875 - DEBUG - Response for create_network : {'network': {'id': '09dda01d-eccd-4a6f-8daa-873b22af4a3e', 'name': 'ctest-vn1-87489406', 'tenant_id': 'd63118996a784b3aa2deb3840d2fc767', 'project_id': 'd63118996a784b3aa2deb3840d2fc767', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-66392456', 'ctest-vn1-87489406'], 'port_security_enabled': True, 'description': ''}} 2026-05-27 16:23:33,126 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e1585246-b3f8-428e-8ed2-4b46324e7ae4', 'name': '', 'tenant_id': 'd63118996a784b3aa2deb3840d2fc767', 'network_id': '09dda01d-eccd-4a6f-8daa-873b22af4a3e', 'ip_version': 4, 'cidr': '208.83.212.192/26', 'allocation_pools': [{'start': '208.83.212.194', 'end': '208.83.212.254'}], 'gateway_ip': '208.83.212.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '208.83.212.194', 'tags': [], 'project_id': 'd63118996a784b3aa2deb3840d2fc767'}} 2026-05-27 16:23:33,427 - DEBUG - Response for create_subnet : {'subnet': {'id': 'becaa4ab-bcfc-44b6-b293-b51760eba820', 'name': '', 'tenant_id': 'd63118996a784b3aa2deb3840d2fc767', 'network_id': '09dda01d-eccd-4a6f-8daa-873b22af4a3e', 'ip_version': 4, 'cidr': '51.34.180.128/26', 'allocation_pools': [{'start': '51.34.180.130', 'end': '51.34.180.190'}], 'gateway_ip': '51.34.180.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '51.34.180.130', 'tags': [], 'project_id': 'd63118996a784b3aa2deb3840d2fc767'}} 2026-05-27 16:23:33,456 - INFO - Created VN ctest-vn1-87489406 2026-05-27 16:23:33,472 - DEBUG - VN ctest-vn1-87489406 UUID is 09dda01d-eccd-4a6f-8daa-873b22af4a3e 2026-05-27 16:23:33,888 - DEBUG - Response for create_port : {'port': {'name': '3891e449-ba69-4e25-9741-391ea19bcf86', 'id': '3891e449-ba69-4e25-9741-391ea19bcf86', 'tenant_id': 'd63118996a784b3aa2deb3840d2fc767', 'network_id': '09dda01d-eccd-4a6f-8daa-873b22af4a3e', 'mac_address': '02:38:91:e4:49:ba', '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': '208.83.212.197', 'subnet_id': 'e1585246-b3f8-428e-8ed2-4b46324e7ae4'}], 'security_groups': ['b363a30b-0275-413d-b066-74b52cceb22c'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd63118996a784b3aa2deb3840d2fc767'}} 2026-05-27 16:23:34,246 - DEBUG - Response for create_port : {'port': {'name': '04c8c709-91c6-4b2f-bf29-7f321f06a19e', 'id': '04c8c709-91c6-4b2f-bf29-7f321f06a19e', 'tenant_id': 'd63118996a784b3aa2deb3840d2fc767', 'network_id': '09dda01d-eccd-4a6f-8daa-873b22af4a3e', 'mac_address': '02:04:c8:c7:09:91', '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': '51.34.180.133', 'subnet_id': 'becaa4ab-bcfc-44b6-b293-b51760eba820'}], 'security_groups': ['b363a30b-0275-413d-b066-74b52cceb22c'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd63118996a784b3aa2deb3840d2fc767'}} 2026-05-27 16:23:34,315 - DEBUG - Services list from nova: [, , , ] 2026-05-27 16:23:34,903 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5832-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5832-2) 2026-05-27 16:23:35,555 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5832-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5832-1) 2026-05-27 16:23:35,555 - INFO - Waiting for VM ctest-vn1-vm1-05561792 to be up.. 2026-05-27 16:23:35,605 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-27 16:23:40,705 - DEBUG - VM is in ACTIVE state now 2026-05-27 16:23:40,706 - INFO - VM name : ctest-vn1-vm1-05561792 2026-05-27 16:23:40,798 - DEBUG - VM ctest-vn1-vm1-05561792 ID is 67dfbf58-f807-4f94-a6e4-aca2177e6984 2026-05-27 16:23:40,827 - DEBUG - VM ctest-vn1-vm1-05561792 launched on Node an-jenkins-deploy-platform-ansible-os-5832-2 2026-05-27 16:23:40,921 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine/67dfbf58-f807-4f94-a6e4-aca2177e6984 2026-05-27 16:23:41,225 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine/67dfbf58-f807-4f94-a6e4-aca2177e6984 2026-05-27 16:23:41,272 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine-interface/3891e449-ba69-4e25-9741-391ea19bcf86 2026-05-27 16:23:44,445 - 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 1007ms') 2026-05-27 16:23:44,445 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-05561792 failed! 2026-05-27 16:23:44,462 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-66392456:ctest-vn1-87489406 is 208.83.212.193 and allocation pool is NOT set 2026-05-27 16:23:44,462 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-66392456:ctest-vn1-87489406 is 51.34.180.129 and allocation pool is NOT set 2026-05-27 16:23:46,533 - 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.22 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=2.67 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 = 2.674/3.446/4.219/0.772 ms') 2026-05-27 16:23:46,533 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-05561792 passed 2026-05-27 16:23:46,617 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-27 16:23:46,617 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-05561792, IP 208.83.212.197, Port 22 2026-05-27 16:23:46,687 - 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-27 16:23:46,797 - DEBUG - VM ctest-vn1-vm1-05561792 is NOT ready for SSH connections, VM status: ACTIVE 2026-05-27 16:23:51,798 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-27 16:23:51,798 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-05561792, IP 208.83.212.197, Port 22 2026-05-27 16:23:51,983 - DEBUG - VM ctest-vn1-vm1-05561792 is ready for SSH connections 2026-05-27 16:23:51,984 - INFO - Waiting for VM ctest-vn1-vm2-63369117 to be up.. 2026-05-27 16:23:52,211 - DEBUG - VM is in ACTIVE state now 2026-05-27 16:23:52,211 - INFO - VM name : ctest-vn1-vm2-63369117 2026-05-27 16:23:52,737 - DEBUG - VM ctest-vn1-vm2-63369117 ID is 69f70e6b-10b5-4070-8e5c-c0e0a0a76e82 2026-05-27 16:23:52,738 - DEBUG - VM ctest-vn1-vm2-63369117 launched on Node an-jenkins-deploy-platform-ansible-os-5832-1 2026-05-27 16:23:52,866 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine/69f70e6b-10b5-4070-8e5c-c0e0a0a76e82 2026-05-27 16:23:52,885 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine-interface/04c8c709-91c6-4b2f-bf29-7f321f06a19e 2026-05-27 16:23:54,070 - 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.15 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.512 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\r\nrtt min/avg/max/mdev = 0.512/1.831/3.151/1.319 ms') 2026-05-27 16:23:54,070 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-63369117 passed 2026-05-27 16:23:54,143 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-27 16:23:54,143 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-63369117, IP 51.34.180.133, Port 22 2026-05-27 16:23:54,310 - DEBUG - VM ctest-vn1-vm2-63369117 is ready for SSH connections 2026-05-27 16:23:54,310 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-27 16:23:54,310 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-27 16:23:54,310 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-27 16:23:54,310 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 208.83.212.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.241, gateway password: c0ntrail123 2026-05-27 16:23:54,310 - DEBUG - ping -s 56 -c 3 -W 1 208.83.212.197 2026-05-27 16:23:57,367 - DEBUG - PING 208.83.212.197 (208.83.212.197): 56 data bytes 64 bytes from 208.83.212.197: seq=0 ttl=63 time=6.037 ms 64 bytes from 208.83.212.197: seq=1 ttl=63 time=2.226 ms 64 bytes from 208.83.212.197: seq=2 ttl=63 time=1.734 ms --- 208.83.212.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.734/3.332/6.037 ms 2026-05-27 16:23:57,367 - INFO - Ping to IP 208.83.212.197 from VM ctest-vn1-vm2-63369117 passed 2026-05-27 16:23:57,368 - INFO - Detaching port 04c8c709-91c6-4b2f-bf29-7f321f06a19e from VM ctest-vn1-vm2-63369117 2026-05-27 16:23:57,434 - INFO - Deleting VM ctest-vn1-vm2-63369117 2026-05-27 16:23:57,537 - INFO - Detaching port 3891e449-ba69-4e25-9741-391ea19bcf86 from VM ctest-vn1-vm1-05561792 2026-05-27 16:23:57,576 - INFO - Deleting VM ctest-vn1-vm1-05561792 2026-05-27 16:23:57,943 - DEBUG - Response for delete_port : () 2026-05-27 16:23:58,247 - DEBUG - Response for delete_port : () 2026-05-27 16:23:58,247 - INFO - Deleting VN ctest-vn1-87489406 2026-05-27 16:23:58,478 - DEBUG - Response for deleting network () 2026-05-27 16:23:59,799 - DEBUG - No XMPP flaps were noticed during the test 2026-05-27 16:23:59,799 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:28] 2026-05-27 16:23:59,799 - INFO - -------------------------------------------------------------------------------- 2026-05-27 16:24:00,653 - INFO - Deleted project: ctest-TestPorts-66392456, ID : d6311899-6a78-4b3a-a2de-b3840d2fc767