2026-06-19 14:18:52,448 - INFO - Domain Default found not creating
2026-06-19 14:18:52,581 - INFO - Project ctest-TestPorts-77904050 not found, creating it
2026-06-19 14:18:53,137 - INFO - Created Project:ctest-TestPorts-77904050, ID : bca6d8ea-c35b-43b7-9404-15e5d95d0bf6
2026-06-19 14:18:54,560 - INFO - ================================================================================
2026-06-19 14:18:54,560 - INFO - STARTING TEST : test_ports_bindings
2026-06-19 14:18:54,560 - 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-19 14:18:55,837 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.20.0.25': '0', '10.20.0.193': '0'}, '10.0.0.242': {'10.20.0.25': '0', '10.20.0.193': '0'}} with
2026-06-19 14:18:55,837 - INFO - Initial checks done. Running the testcase now
2026-06-19 14:18:55,837 - INFO -
2026-06-19 14:18:56,588 - DEBUG - Response for create_network : {'network': {'id': 'a713e05f-9330-428c-816a-53113247ab1c', 'name': 'ctest-vn-82071879', 'tenant_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'project_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-77904050', 'ctest-vn-82071879'], 'port_security_enabled': True, 'description': ''}}
2026-06-19 14:18:56,874 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e0d2ae65-ddb3-44de-94d6-4db360777bbe', 'name': '', 'tenant_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'network_id': 'a713e05f-9330-428c-816a-53113247ab1c', 'ip_version': 4, 'cidr': '25.79.172.64/26', 'allocation_pools': [{'start': '25.79.172.66', 'end': '25.79.172.126'}], 'gateway_ip': '25.79.172.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '25.79.172.66', 'tags': [], 'project_id': 'bca6d8eac35b43b7940415e5d95d0bf6'}}
2026-06-19 14:18:56,907 - INFO - Created VN ctest-vn-82071879
2026-06-19 14:18:56,926 - DEBUG - VN ctest-vn-82071879 UUID is a713e05f-9330-428c-816a-53113247ab1c
2026-06-19 14:18:56,995 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-77904050', 'ctest-vmi-09546437']}
2026-06-19 14:18:57,335 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-09546437', 'id': 'b61ca688-b3e9-4db9-ae9e-52ab7636e670', 'tenant_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'network_id': 'a713e05f-9330-428c-816a-53113247ab1c', 'mac_address': '02:b6:1c:a6:88:b3', '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': '25.79.172.67', 'subnet_id': 'e0d2ae65-ddb3-44de-94d6-4db360777bbe'}], 'security_groups': ['ca6152ce-2f2a-4659-bb32-041f8219b477'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bca6d8eac35b43b7940415e5d95d0bf6'}}
2026-06-19 14:18:57,335 - DEBUG - Created port b61ca688-b3e9-4db9-ae9e-52ab7636e670
2026-06-19 14:18:57,399 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/b61ca688-b3e9-4db9-ae9e-52ab7636e670
2026-06-19 14:18:57,736 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/b61ca688-b3e9-4db9-ae9e-52ab7636e670
2026-06-19 14:18:57,780 - INFO - VMI b61ca688-b3e9-4db9-ae9e-52ab7636e670 verification in API Server passed
2026-06-19 14:18:57,919 - DEBUG - Response for delete_port : ()
2026-06-19 14:18:57,919 - INFO - Deleted port b61ca688-b3e9-4db9-ae9e-52ab7636e670
2026-06-19 14:18:57,920 - INFO - Deleting VN ctest-vn-82071879
2026-06-19 14:18:58,103 - DEBUG - Response for deleting network ()
2026-06-19 14:18:59,382 - DEBUG - No XMPP flaps were noticed during the test
2026-06-19 14:18:59,382 - INFO - END TEST : test_ports_bindings : PASSED[0:00:05]
2026-06-19 14:18:59,382 - INFO - --------------------------------------------------------------------------------
2026-06-19 14:18:59,385 - INFO - ================================================================================
2026-06-19 14:18:59,385 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-19 14:18:59,386 - 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-19 14:19:00,666 - DEBUG - Nothing to compare xmpp stats {'10.0.0.241': {'10.20.0.25': '0', '10.20.0.193': '0'}, '10.0.0.242': {'10.20.0.25': '0', '10.20.0.193': '0'}} with
2026-06-19 14:19:00,666 - INFO - Initial checks done. Running the testcase now
2026-06-19 14:19:00,666 - INFO -
2026-06-19 14:19:00,932 - DEBUG - Response for create_network : {'network': {'id': 'dea1947a-3c7e-4b5d-8c1e-40f87d958e59', 'name': 'ctest-vn1-70714521', 'tenant_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'project_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-77904050', 'ctest-vn1-70714521'], 'port_security_enabled': True, 'description': ''}}
2026-06-19 14:19:01,128 - DEBUG - Response for create_subnet : {'subnet': {'id': '3e95c299-e460-433b-b49e-f7974f0605b2', 'name': '', 'tenant_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'network_id': 'dea1947a-3c7e-4b5d-8c1e-40f87d958e59', 'ip_version': 4, 'cidr': '55.25.126.64/26', 'allocation_pools': [{'start': '55.25.126.66', 'end': '55.25.126.126'}], 'gateway_ip': '55.25.126.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '55.25.126.66', 'tags': [], 'project_id': 'bca6d8eac35b43b7940415e5d95d0bf6'}}
2026-06-19 14:19:01,386 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fe7d8763-baa0-4c89-a21f-97a9f7689316', 'name': '', 'tenant_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'network_id': 'dea1947a-3c7e-4b5d-8c1e-40f87d958e59', 'ip_version': 4, 'cidr': '100.175.231.128/26', 'allocation_pools': [{'start': '100.175.231.130', 'end': '100.175.231.190'}], 'gateway_ip': '100.175.231.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '100.175.231.130', 'tags': [], 'project_id': 'bca6d8eac35b43b7940415e5d95d0bf6'}}
2026-06-19 14:19:01,407 - INFO - Created VN ctest-vn1-70714521
2026-06-19 14:19:01,425 - DEBUG - VN ctest-vn1-70714521 UUID is dea1947a-3c7e-4b5d-8c1e-40f87d958e59
2026-06-19 14:19:01,755 - DEBUG - Response for create_port : {'port': {'name': 'd840c310-7aaf-46c3-b5e3-b2ae1b1647e0', 'id': 'd840c310-7aaf-46c3-b5e3-b2ae1b1647e0', 'tenant_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'network_id': 'dea1947a-3c7e-4b5d-8c1e-40f87d958e59', 'mac_address': '02:d8:40:c3:10:7a', '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': '55.25.126.69', 'subnet_id': '3e95c299-e460-433b-b49e-f7974f0605b2'}], 'security_groups': ['ca6152ce-2f2a-4659-bb32-041f8219b477'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bca6d8eac35b43b7940415e5d95d0bf6'}}
2026-06-19 14:19:02,040 - DEBUG - Response for create_port : {'port': {'name': '73fd93c3-b793-409e-8647-e3f9eb545a27', 'id': '73fd93c3-b793-409e-8647-e3f9eb545a27', 'tenant_id': 'bca6d8eac35b43b7940415e5d95d0bf6', 'network_id': 'dea1947a-3c7e-4b5d-8c1e-40f87d958e59', 'mac_address': '02:73:fd:93:c3:b7', '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': '100.175.231.133', 'subnet_id': 'fe7d8763-baa0-4c89-a21f-97a9f7689316'}], 'security_groups': ['ca6152ce-2f2a-4659-bb32-041f8219b477'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'bca6d8eac35b43b7940415e5d95d0bf6'}}
2026-06-19 14:19:02,088 - DEBUG - Services list from nova: [, , , ]
2026-06-19 14:19:02,445 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5994-1), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5994-1)
2026-06-19 14:19:03,057 - INFO - VM ([]) created on node: (an-jenkins-deploy-platform-ansible-os-5994-2), Zone: (nova:an-jenkins-deploy-platform-ansible-os-5994-2)
2026-06-19 14:19:03,057 - INFO - Waiting for VM ctest-vn1-vm1-00717327 to be up..
2026-06-19 14:19:03,094 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-19 14:19:08,169 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-19 14:19:13,242 - DEBUG - VM is in ACTIVE state now
2026-06-19 14:19:13,242 - INFO - VM name : ctest-vn1-vm1-00717327
2026-06-19 14:19:13,314 - DEBUG - VM ctest-vn1-vm1-00717327 ID is d67a948e-ef4d-4c71-954b-d43380de230b
2026-06-19 14:19:13,334 - DEBUG - VM ctest-vn1-vm1-00717327 launched on Node an-jenkins-deploy-platform-ansible-os-5994-1
2026-06-19 14:19:13,399 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine/d67a948e-ef4d-4c71-954b-d43380de230b
2026-06-19 14:19:13,720 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine/d67a948e-ef4d-4c71-954b-d43380de230b
2026-06-19 14:19:13,750 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine-interface/d840c310-7aaf-46c3-b5e3-b2ae1b1647e0
2026-06-19 14:19:16,931 - 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 1030ms')
2026-06-19 14:19:16,931 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-00717327 failed!
2026-06-19 14:19:16,945 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-77904050:ctest-vn1-70714521 is 55.25.126.65 and allocation pool is NOT set
2026-06-19 14:19:16,945 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-77904050:ctest-vn1-70714521 is 100.175.231.129 and allocation pool is NOT set
2026-06-19 14:19:19,007 - 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=7.71 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.404 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.404/4.057/7.711/3.653 ms')
2026-06-19 14:19:19,007 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-00717327 passed
2026-06-19 14:19:19,081 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 14:19:19,081 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-00717327, IP 55.25.126.69, Port 22
2026-06-19 14:19:19,246 - DEBUG - VM ctest-vn1-vm1-00717327 is ready for SSH connections
2026-06-19 14:19:19,246 - INFO - Waiting for VM ctest-vn1-vm2-22060233 to be up..
2026-06-19 14:19:19,318 - DEBUG - VM is in ACTIVE state now
2026-06-19 14:19:19,318 - INFO - VM name : ctest-vn1-vm2-22060233
2026-06-19 14:19:19,394 - DEBUG - VM ctest-vn1-vm2-22060233 ID is 5b90a6a7-b9e0-41f0-b90d-fcf61465a1af
2026-06-19 14:19:19,394 - DEBUG - VM ctest-vn1-vm2-22060233 launched on Node an-jenkins-deploy-platform-ansible-os-5994-2
2026-06-19 14:19:19,465 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine/5b90a6a7-b9e0-41f0-b90d-fcf61465a1af
2026-06-19 14:19:19,478 - DEBUG - Requesting: http://10.0.0.129:8082/virtual-machine-interface/73fd93c3-b793-409e-8647-e3f9eb545a27
2026-06-19 14:19:20,707 - 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=6.78 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.501 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.501/3.638/6.775/3.137 ms')
2026-06-19 14:19:20,707 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-22060233 passed
2026-06-19 14:19:20,782 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 14:19:20,782 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-22060233, IP 100.175.231.133, Port 22
2026-06-19 14:19:20,954 - DEBUG - VM ctest-vn1-vm2-22060233 is ready for SSH connections
2026-06-19 14:19:20,954 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 14:19:20,954 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 14:19:20,954 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-19 14:19:20,954 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 55.25.126.69, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.242, gateway password: c0ntrail123
2026-06-19 14:19:20,954 - DEBUG - ping -s 56 -c 3 -W 1 55.25.126.69
2026-06-19 14:19:23,889 - DEBUG - PING 55.25.126.69 (55.25.126.69): 56 data bytes
64 bytes from 55.25.126.69: seq=0 ttl=63 time=6.493 ms
64 bytes from 55.25.126.69: seq=1 ttl=63 time=1.349 ms
64 bytes from 55.25.126.69: seq=2 ttl=63 time=1.453 ms
--- 55.25.126.69 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.349/3.098/6.493 ms
2026-06-19 14:19:23,889 - INFO - Ping to IP 55.25.126.69 from VM ctest-vn1-vm2-22060233 passed
2026-06-19 14:19:23,889 - INFO - Detaching port 73fd93c3-b793-409e-8647-e3f9eb545a27 from VM ctest-vn1-vm2-22060233
2026-06-19 14:19:23,936 - INFO - Deleting VM ctest-vn1-vm2-22060233
2026-06-19 14:19:24,008 - INFO - Detaching port d840c310-7aaf-46c3-b5e3-b2ae1b1647e0 from VM ctest-vn1-vm1-00717327
2026-06-19 14:19:24,038 - INFO - Deleting VM ctest-vn1-vm1-00717327
2026-06-19 14:19:24,321 - DEBUG - Response for delete_port : ()
2026-06-19 14:19:24,554 - DEBUG - Response for delete_port : ()
2026-06-19 14:19:24,555 - INFO - Deleting VN ctest-vn1-70714521
2026-06-19 14:19:24,704 - DEBUG - Response for deleting network ()
2026-06-19 14:19:25,989 - DEBUG - No XMPP flaps were noticed during the test
2026-06-19 14:19:25,989 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:26]
2026-06-19 14:19:25,989 - INFO - --------------------------------------------------------------------------------
2026-06-19 14:19:26,737 - INFO - Deleted project: ctest-TestPorts-77904050, ID : bca6d8ea-c35b-43b7-9404-15e5d95d0bf6