2026-06-04 02:46:56,894 - INFO - Domain Default found not creating 2026-06-04 02:46:57,139 - INFO - Project ctest-TestPorts-93412862 not found, creating it 2026-06-04 02:46:57,688 - INFO - Created Project:ctest-TestPorts-93412862, ID : d0328836-664c-478f-8f3a-050958bb4f79 2026-06-04 02:46:59,517 - INFO - ================================================================================ 2026-06-04 02:46:59,517 - INFO - STARTING TEST : test_ports_bindings 2026-06-04 02:46:59,518 - 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-04 02:47:00,842 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.25': '0', '10.20.0.193': '0'}, '10.0.0.23': {'10.20.0.25': '0', '10.20.0.193': '0'}} with 2026-06-04 02:47:00,842 - INFO - Initial checks done. Running the testcase now 2026-06-04 02:47:00,842 - INFO - 2026-06-04 02:47:01,611 - DEBUG - Response for create_network : {'network': {'id': 'a4bec88b-c50f-4cd5-b63e-de8d8cab77a9', 'name': 'ctest-vn-92462156', 'tenant_id': 'd0328836664c478f8f3a050958bb4f79', 'project_id': 'd0328836664c478f8f3a050958bb4f79', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-93412862', 'ctest-vn-92462156'], 'port_security_enabled': True, 'description': ''}} 2026-06-04 02:47:01,947 - DEBUG - Response for create_subnet : {'subnet': {'id': '02949b4a-f04c-47c1-ab98-503ce2e303af', 'name': '', 'tenant_id': 'd0328836664c478f8f3a050958bb4f79', 'network_id': 'a4bec88b-c50f-4cd5-b63e-de8d8cab77a9', 'ip_version': 4, 'cidr': '16.175.86.64/26', 'allocation_pools': [{'start': '16.175.86.66', 'end': '16.175.86.126'}], 'gateway_ip': '16.175.86.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '16.175.86.66', 'tags': [], 'project_id': 'd0328836664c478f8f3a050958bb4f79'}} 2026-06-04 02:47:01,987 - INFO - Created VN ctest-vn-92462156 2026-06-04 02:47:01,999 - DEBUG - VN ctest-vn-92462156 UUID is a4bec88b-c50f-4cd5-b63e-de8d8cab77a9 2026-06-04 02:47:02,133 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-93412862', 'ctest-vmi-20783474']} 2026-06-04 02:47:02,480 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-20783474', 'id': 'de07a1f9-4647-494f-9498-f2467cf3db03', 'tenant_id': 'd0328836664c478f8f3a050958bb4f79', 'network_id': 'a4bec88b-c50f-4cd5-b63e-de8d8cab77a9', 'mac_address': '02:de:07:a1:f9:46', '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': '16.175.86.67', 'subnet_id': '02949b4a-f04c-47c1-ab98-503ce2e303af'}], 'security_groups': ['c50ac10c-b8b5-4e10-885f-8f68104b5f11'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd0328836664c478f8f3a050958bb4f79'}} 2026-06-04 02:47:02,480 - DEBUG - Created port de07a1f9-4647-494f-9498-f2467cf3db03 2026-06-04 02:47:02,594 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/de07a1f9-4647-494f-9498-f2467cf3db03 2026-06-04 02:47:02,927 - DEBUG - Requesting: http://10.0.0.242:8082/virtual-machine-interface/de07a1f9-4647-494f-9498-f2467cf3db03 2026-06-04 02:47:02,980 - INFO - VMI de07a1f9-4647-494f-9498-f2467cf3db03 verification in API Server passed 2026-06-04 02:47:03,156 - DEBUG - Response for delete_port : () 2026-06-04 02:47:03,158 - INFO - Deleted port de07a1f9-4647-494f-9498-f2467cf3db03 2026-06-04 02:47:03,158 - INFO - Deleting VN ctest-vn-92462156 2026-06-04 02:47:03,355 - DEBUG - Response for deleting network () 2026-06-04 02:47:04,651 - DEBUG - No XMPP flaps were noticed during the test 2026-06-04 02:47:04,652 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05] 2026-06-04 02:47:04,652 - INFO - -------------------------------------------------------------------------------- 2026-06-04 02:47:04,655 - INFO - ================================================================================ 2026-06-04 02:47:04,655 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-04 02:47:04,655 - 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-04 02:47:06,004 - DEBUG - Nothing to compare xmpp stats {'10.0.0.41': {'10.20.0.25': '0', '10.20.0.193': '0'}, '10.0.0.23': {'10.20.0.25': '0', '10.20.0.193': '0'}} with 2026-06-04 02:47:06,004 - INFO - Initial checks done. Running the testcase now 2026-06-04 02:47:06,004 - INFO - 2026-06-04 02:47:06,313 - DEBUG - Response for create_network : {'network': {'id': '13e83f43-27d9-40fa-9b59-aba685cce62a', 'name': 'ctest-vn1-45589293', 'tenant_id': 'd0328836664c478f8f3a050958bb4f79', 'project_id': 'd0328836664c478f8f3a050958bb4f79', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-93412862', 'ctest-vn1-45589293'], 'port_security_enabled': True, 'description': ''}} 2026-06-04 02:47:06,601 - DEBUG - Response for create_subnet : {'subnet': {'id': 'a46b5587-93a0-4d11-ba45-04368b1bc600', 'name': '', 'tenant_id': 'd0328836664c478f8f3a050958bb4f79', 'network_id': '13e83f43-27d9-40fa-9b59-aba685cce62a', 'ip_version': 4, 'cidr': '75.117.37.192/26', 'allocation_pools': [{'start': '75.117.37.194', 'end': '75.117.37.254'}], 'gateway_ip': '75.117.37.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '75.117.37.194', 'tags': [], 'project_id': 'd0328836664c478f8f3a050958bb4f79'}} 2026-06-04 02:47:06,851 - DEBUG - Response for create_subnet : {'subnet': {'id': '0a3866ed-baa9-41d9-8dc7-d708fc6309eb', 'name': '', 'tenant_id': 'd0328836664c478f8f3a050958bb4f79', 'network_id': '13e83f43-27d9-40fa-9b59-aba685cce62a', 'ip_version': 4, 'cidr': '36.187.33.192/26', 'allocation_pools': [{'start': '36.187.33.194', 'end': '36.187.33.254'}], 'gateway_ip': '36.187.33.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '36.187.33.194', 'tags': [], 'project_id': 'd0328836664c478f8f3a050958bb4f79'}} 2026-06-04 02:47:06,881 - INFO - Created VN ctest-vn1-45589293 2026-06-04 02:47:06,896 - DEBUG - VN ctest-vn1-45589293 UUID is 13e83f43-27d9-40fa-9b59-aba685cce62a 2026-06-04 02:47:07,344 - DEBUG - Response for create_port : {'port': {'name': '14f364f4-8d98-46fe-a3f6-b2320297d7c9', 'id': '14f364f4-8d98-46fe-a3f6-b2320297d7c9', 'tenant_id': 'd0328836664c478f8f3a050958bb4f79', 'network_id': '13e83f43-27d9-40fa-9b59-aba685cce62a', 'mac_address': '02:14:f3:64:f4:8d', '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': '75.117.37.197', 'subnet_id': 'a46b5587-93a0-4d11-ba45-04368b1bc600'}], 'security_groups': ['c50ac10c-b8b5-4e10-885f-8f68104b5f11'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd0328836664c478f8f3a050958bb4f79'}} 2026-06-04 02:47:07,644 - DEBUG - Response for create_port : {'port': {'name': '561d151e-148d-4cc7-b3ec-9229d5b4fe73', 'id': '561d151e-148d-4cc7-b3ec-9229d5b4fe73', 'tenant_id': 'd0328836664c478f8f3a050958bb4f79', 'network_id': '13e83f43-27d9-40fa-9b59-aba685cce62a', 'mac_address': '02:56:1d:15:1e:14', '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': '36.187.33.197', 'subnet_id': '0a3866ed-baa9-41d9-8dc7-d708fc6309eb'}], 'security_groups': ['c50ac10c-b8b5-4e10-885f-8f68104b5f11'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd0328836664c478f8f3a050958bb4f79'}} 2026-06-04 02:47:07,723 - DEBUG - Services list from nova: [, , , ] 2026-06-04 02:47:08,381 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5884-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5884-2) 2026-06-04 02:47:08,960 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5884-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5884-1) 2026-06-04 02:47:08,960 - INFO - Waiting for VM ctest-vn1-vm1-62305373 to be up.. 2026-06-04 02:47:09,016 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-04 02:47:14,146 - DEBUG - VM is in ACTIVE state now 2026-06-04 02:47:14,146 - INFO - VM name : ctest-vn1-vm1-62305373 2026-06-04 02:47:14,246 - DEBUG - VM ctest-vn1-vm1-62305373 ID is af53f1b3-80c7-4bbf-af74-fc3b16dd0e80 2026-06-04 02:47:14,281 - DEBUG - VM ctest-vn1-vm1-62305373 launched on Node an-jenkins-deploy-platform-ansible-os-5884-2 2026-06-04 02:47:14,380 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/af53f1b3-80c7-4bbf-af74-fc3b16dd0e80 2026-06-04 02:47:14,691 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/af53f1b3-80c7-4bbf-af74-fc3b16dd0e80 2026-06-04 02:47:14,736 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/14f364f4-8d98-46fe-a3f6-b2320297d7c9 2026-06-04 02:47:17,928 - 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-04 02:47:17,928 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-62305373 failed! 2026-06-04 02:47:17,943 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-93412862:ctest-vn1-45589293 is 75.117.37.193 and allocation pool is NOT set 2026-06-04 02:47:17,944 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-93412862:ctest-vn1-45589293 is 36.187.33.193 and allocation pool is NOT set 2026-06-04 02:47:22,014 - 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=2 ttl=63 time=7.13 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1014ms\r\nrtt min/avg/max/mdev = 7.127/7.127/7.127/0.000 ms') 2026-06-04 02:47:22,015 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-62305373 passed 2026-06-04 02:47:22,086 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 02:47:22,086 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-62305373, IP 75.117.37.197, Port 22 2026-06-04 02:47:22,241 - DEBUG - VM ctest-vn1-vm1-62305373 is ready for SSH connections 2026-06-04 02:47:22,241 - INFO - Waiting for VM ctest-vn1-vm2-57830110 to be up.. 2026-06-04 02:47:22,358 - DEBUG - VM is in ACTIVE state now 2026-06-04 02:47:22,358 - INFO - VM name : ctest-vn1-vm2-57830110 2026-06-04 02:47:22,461 - DEBUG - VM ctest-vn1-vm2-57830110 ID is d0c91614-73f0-4654-b581-7100cd970e5d 2026-06-04 02:47:22,461 - DEBUG - VM ctest-vn1-vm2-57830110 launched on Node an-jenkins-deploy-platform-ansible-os-5884-1 2026-06-04 02:47:22,694 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine/d0c91614-73f0-4654-b581-7100cd970e5d 2026-06-04 02:47:22,708 - DEBUG - Requesting: http://10.0.0.27:8082/virtual-machine-interface/561d151e-148d-4cc7-b3ec-9229d5b4fe73 2026-06-04 02:47:23,881 - 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.89 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.682 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.682/2.283/3.885/1.601 ms') 2026-06-04 02:47:23,881 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-57830110 passed 2026-06-04 02:47:23,956 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 02:47:23,956 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-57830110, IP 36.187.33.197, Port 22 2026-06-04 02:47:24,123 - DEBUG - VM ctest-vn1-vm2-57830110 is ready for SSH connections 2026-06-04 02:47:24,123 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 02:47:24,123 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 02:47:24,123 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-04 02:47:24,123 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 75.117.37.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.41, gateway password: c0ntrail123 2026-06-04 02:47:24,123 - DEBUG - ping -s 56 -c 3 -W 1 75.117.37.197 2026-06-04 02:47:27,192 - DEBUG - PING 75.117.37.197 (75.117.37.197): 56 data bytes 64 bytes from 75.117.37.197: seq=0 ttl=63 time=6.681 ms 64 bytes from 75.117.37.197: seq=1 ttl=63 time=1.631 ms 64 bytes from 75.117.37.197: seq=2 ttl=63 time=1.455 ms --- 75.117.37.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.455/3.255/6.681 ms 2026-06-04 02:47:27,192 - INFO - Ping to IP 75.117.37.197 from VM ctest-vn1-vm2-57830110 passed 2026-06-04 02:47:27,193 - INFO - Detaching port 561d151e-148d-4cc7-b3ec-9229d5b4fe73 from VM ctest-vn1-vm2-57830110 2026-06-04 02:47:27,389 - INFO - Deleting VM ctest-vn1-vm2-57830110 2026-06-04 02:47:27,555 - INFO - Detaching port 14f364f4-8d98-46fe-a3f6-b2320297d7c9 from VM ctest-vn1-vm1-62305373 2026-06-04 02:47:27,598 - INFO - Deleting VM ctest-vn1-vm1-62305373 2026-06-04 02:47:27,993 - DEBUG - Response for delete_port : () 2026-06-04 02:47:28,270 - DEBUG - Response for delete_port : () 2026-06-04 02:47:28,270 - INFO - Deleting VN ctest-vn1-45589293 2026-06-04 02:47:28,506 - DEBUG - Response for deleting network () 2026-06-04 02:47:29,847 - DEBUG - No XMPP flaps were noticed during the test 2026-06-04 02:47:29,847 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:25] 2026-06-04 02:47:29,847 - INFO - -------------------------------------------------------------------------------- 2026-06-04 02:47:30,666 - INFO - Deleted project: ctest-TestPorts-93412862, ID : d0328836-664c-478f-8f3a-050958bb4f79