2026-08-22 18:51:11,026 - INFO - Domain Default found not creating
2026-08-22 18:51:11,234 - INFO - Project ctest-TestPorts-64601532 not found, creating it
2026-08-22 18:51:11,791 - INFO - Created Project:ctest-TestPorts-64601532, ID : d555e8d2-149a-4d65-a92c-884e032190a2
2026-08-22 18:51:13,604 - INFO - ================================================================================
2026-08-22 18:51:13,604 - INFO - STARTING TEST : test_ports_bindings
2026-08-22 18:51:13,604 - 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-08-22 18:51:13,877 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-08-22 18:51:13,878 - INFO - Initial checks done. Running the testcase now
2026-08-22 18:51:13,878 - INFO -
2026-08-22 18:51:14,560 - DEBUG - Response for create_network : {'network': {'id': '7a6f7865-6715-4461-8844-a62aed9f65d4', 'name': 'ctest-vn-43090843', 'tenant_id': 'd555e8d2149a4d65a92c884e032190a2', 'project_id': 'd555e8d2149a4d65a92c884e032190a2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-64601532', 'ctest-vn-43090843'], 'port_security_enabled': True, 'description': ''}}
2026-08-22 18:51:14,774 - DEBUG - Response for create_subnet : {'subnet': {'id': '5ad2a7e8-9d96-4764-8f8a-15266ca6cd35', 'name': '', 'tenant_id': 'd555e8d2149a4d65a92c884e032190a2', 'network_id': '7a6f7865-6715-4461-8844-a62aed9f65d4', 'ip_version': 4, 'cidr': '49.111.241.0/26', 'allocation_pools': [{'start': '49.111.241.2', 'end': '49.111.241.62'}], 'gateway_ip': '49.111.241.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '49.111.241.2', 'tags': [], 'project_id': 'd555e8d2149a4d65a92c884e032190a2'}}
2026-08-22 18:51:14,795 - INFO - Created VN ctest-vn-43090843
2026-08-22 18:51:14,853 - DEBUG - VN ctest-vn-43090843 UUID is 7a6f7865-6715-4461-8844-a62aed9f65d4
2026-08-22 18:51:14,970 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-64601532', 'ctest-vmi-74639737']}
2026-08-22 18:51:15,301 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-74639737', 'id': '35bd0799-72dd-4beb-a5f7-63d19b7828bd', 'tenant_id': 'd555e8d2149a4d65a92c884e032190a2', 'network_id': '7a6f7865-6715-4461-8844-a62aed9f65d4', 'mac_address': '02:35:bd:07:99:72', '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': '49.111.241.3', 'subnet_id': '5ad2a7e8-9d96-4764-8f8a-15266ca6cd35'}], 'security_groups': ['6422591b-beb3-468a-820d-1e9eb3c28dd4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd555e8d2149a4d65a92c884e032190a2'}}
2026-08-22 18:51:15,301 - DEBUG - Created port 35bd0799-72dd-4beb-a5f7-63d19b7828bd
2026-08-22 18:51:15,417 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/35bd0799-72dd-4beb-a5f7-63d19b7828bd
2026-08-22 18:51:15,796 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/35bd0799-72dd-4beb-a5f7-63d19b7828bd
2026-08-22 18:51:15,834 - INFO - VMI 35bd0799-72dd-4beb-a5f7-63d19b7828bd verification in API Server passed
2026-08-22 18:51:15,963 - DEBUG - Response for delete_port : ()
2026-08-22 18:51:15,964 - INFO - Deleted port 35bd0799-72dd-4beb-a5f7-63d19b7828bd
2026-08-22 18:51:15,964 - INFO - Deleting VN ctest-vn-43090843
2026-08-22 18:51:16,121 - DEBUG - Response for deleting network ()
2026-08-22 18:51:16,393 - DEBUG - No XMPP flaps were noticed during the test
2026-08-22 18:51:16,393 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-08-22 18:51:16,393 - INFO - --------------------------------------------------------------------------------
2026-08-22 18:51:16,396 - INFO - ================================================================================
2026-08-22 18:51:16,397 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-08-22 18:51:16,397 - 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-08-22 18:51:16,688 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-08-22 18:51:16,688 - INFO - Initial checks done. Running the testcase now
2026-08-22 18:51:16,688 - INFO -
2026-08-22 18:51:16,918 - DEBUG - Response for create_network : {'network': {'id': '6b1e4ab9-6eed-41a6-b759-ab04d5333b3d', 'name': 'ctest-vn1-56153843', 'tenant_id': 'd555e8d2149a4d65a92c884e032190a2', 'project_id': 'd555e8d2149a4d65a92c884e032190a2', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-64601532', 'ctest-vn1-56153843'], 'port_security_enabled': True, 'description': ''}}
2026-08-22 18:51:17,116 - DEBUG - Response for create_subnet : {'subnet': {'id': '3980b4e9-1a7a-4f99-baa8-dfca83760d28', 'name': '', 'tenant_id': 'd555e8d2149a4d65a92c884e032190a2', 'network_id': '6b1e4ab9-6eed-41a6-b759-ab04d5333b3d', 'ip_version': 4, 'cidr': '7.90.167.128/26', 'allocation_pools': [{'start': '7.90.167.130', 'end': '7.90.167.190'}], 'gateway_ip': '7.90.167.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '7.90.167.130', 'tags': [], 'project_id': 'd555e8d2149a4d65a92c884e032190a2'}}
2026-08-22 18:51:17,351 - DEBUG - Response for create_subnet : {'subnet': {'id': '70693313-71e8-4b03-a485-cb7e121d9859', 'name': '', 'tenant_id': 'd555e8d2149a4d65a92c884e032190a2', 'network_id': '6b1e4ab9-6eed-41a6-b759-ab04d5333b3d', 'ip_version': 4, 'cidr': '88.51.73.192/26', 'allocation_pools': [{'start': '88.51.73.194', 'end': '88.51.73.254'}], 'gateway_ip': '88.51.73.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '88.51.73.194', 'tags': [], 'project_id': 'd555e8d2149a4d65a92c884e032190a2'}}
2026-08-22 18:51:17,369 - INFO - Created VN ctest-vn1-56153843
2026-08-22 18:51:17,425 - DEBUG - VN ctest-vn1-56153843 UUID is 6b1e4ab9-6eed-41a6-b759-ab04d5333b3d
2026-08-22 18:51:17,808 - DEBUG - Response for create_port : {'port': {'name': '0703f049-5ebb-46b5-acd5-d169950e0624', 'id': '0703f049-5ebb-46b5-acd5-d169950e0624', 'tenant_id': 'd555e8d2149a4d65a92c884e032190a2', 'network_id': '6b1e4ab9-6eed-41a6-b759-ab04d5333b3d', 'mac_address': '02:07:03:f0:49:5e', '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': '7.90.167.133', 'subnet_id': '3980b4e9-1a7a-4f99-baa8-dfca83760d28'}], 'security_groups': ['6422591b-beb3-468a-820d-1e9eb3c28dd4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd555e8d2149a4d65a92c884e032190a2'}}
2026-08-22 18:51:18,046 - DEBUG - Response for create_port : {'port': {'name': 'febedffd-9d40-434d-a211-591356b8f4e0', 'id': 'febedffd-9d40-434d-a211-591356b8f4e0', 'tenant_id': 'd555e8d2149a4d65a92c884e032190a2', 'network_id': '6b1e4ab9-6eed-41a6-b759-ab04d5333b3d', 'mac_address': '02:fe:be:df:fd:9d', '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': '88.51.73.197', 'subnet_id': '70693313-71e8-4b03-a485-cb7e121d9859'}], 'security_groups': ['6422591b-beb3-468a-820d-1e9eb3c28dd4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'd555e8d2149a4d65a92c884e032190a2'}}
2026-08-22 18:51:18,115 - DEBUG - Services list from nova: [, , ]
2026-08-22 18:51:18,528 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6208-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6208-1)
2026-08-22 18:51:19,052 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6208-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6208-1)
2026-08-22 18:51:19,053 - INFO - Waiting for VM ctest-vn1-vm1-07876478 to be up..
2026-08-22 18:51:19,108 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-22 18:51:24,172 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-22 18:51:29,259 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-22 18:51:34,354 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-22 18:51:39,450 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-22 18:51:44,546 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-22 18:51:49,653 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-22 18:51:54,752 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-22 18:51:59,853 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-22 18:52:04,943 - DEBUG - VM is in ACTIVE state now
2026-08-22 18:52:04,943 - INFO - VM name : ctest-vn1-vm1-07876478
2026-08-22 18:52:05,040 - DEBUG - VM ctest-vn1-vm1-07876478 ID is 37085429-660b-4a5a-9c65-fa7081508973
2026-08-22 18:52:05,064 - DEBUG - VM ctest-vn1-vm1-07876478 launched on Node cn-jenkins-deploy-platform-ansible-os-6208-1
2026-08-22 18:52:05,149 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/37085429-660b-4a5a-9c65-fa7081508973
2026-08-22 18:52:05,160 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/0703f049-5ebb-46b5-acd5-d169950e0624
2026-08-22 18:52:08,416 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 0 received, 100% packet loss, time 1012ms')
2026-08-22 18:52:08,416 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-07876478 failed!
2026-08-22 18:52:08,473 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-64601532:ctest-vn1-56153843 is 7.90.167.129 and allocation pool is NOT set
2026-08-22 18:52:08,474 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-64601532:ctest-vn1-56153843 is 88.51.73.193 and allocation pool is NOT set
2026-08-22 18:52:10,539 - DEBUG - (True, 'PING 169.254.0.4 (169.254.0.4) 56(84) bytes of data.\r\n64 bytes from 169.254.0.4: icmp_seq=1 ttl=63 time=10.7 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=1.80 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 1.798/6.238/10.678/4.440 ms')
2026-08-22 18:52:10,539 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-07876478 passed
2026-08-22 18:52:10,693 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-22 18:52:10,694 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-07876478, IP 7.90.167.133, Port 22
2026-08-22 18:52:10,761 - DEBUG - Error on ssh to cirros@169.254.0.4:22, result: /bin/bash: connect: Connection refused
/bin/bash: line 1: /dev/tcp/169.254.0.4/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.4/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.4/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''}
2026-08-22 18:52:10,858 - DEBUG - VM ctest-vn1-vm1-07876478 is NOT ready for SSH connections, VM status: ACTIVE
2026-08-22 18:52:15,859 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-22 18:52:15,859 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-07876478, IP 7.90.167.133, Port 22
2026-08-22 18:52:16,036 - DEBUG - VM ctest-vn1-vm1-07876478 is ready for SSH connections
2026-08-22 18:52:16,036 - INFO - Waiting for VM ctest-vn1-vm2-60250447 to be up..
2026-08-22 18:52:16,123 - DEBUG - VM is in ACTIVE state now
2026-08-22 18:52:16,123 - INFO - VM name : ctest-vn1-vm2-60250447
2026-08-22 18:52:16,209 - DEBUG - VM ctest-vn1-vm2-60250447 ID is 6244463c-733e-4321-ab77-f5e8d04f4e09
2026-08-22 18:52:16,209 - DEBUG - VM ctest-vn1-vm2-60250447 launched on Node cn-jenkins-deploy-platform-ansible-os-6208-1
2026-08-22 18:52:16,299 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/6244463c-733e-4321-ab77-f5e8d04f4e09
2026-08-22 18:52:16,309 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/febedffd-9d40-434d-a211-591356b8f4e0
2026-08-22 18:52:17,571 - 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.17 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.650 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.650/2.409/4.168/1.759 ms')
2026-08-22 18:52:17,572 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-60250447 passed
2026-08-22 18:52:17,725 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-22 18:52:17,725 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-60250447, IP 88.51.73.197, Port 22
2026-08-22 18:52:17,895 - DEBUG - VM ctest-vn1-vm2-60250447 is ready for SSH connections
2026-08-22 18:52:17,895 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-22 18:52:17,895 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-22 18:52:17,896 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-22 18:52:17,896 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 7.90.167.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-08-22 18:52:17,896 - DEBUG - ping -s 56 -c 3 -W 1 7.90.167.133
2026-08-22 18:52:21,976 - DEBUG - PING 7.90.167.133 (7.90.167.133): 56 data bytes
64 bytes from 7.90.167.133: seq=0 ttl=63 time=4.470 ms
64 bytes from 7.90.167.133: seq=1 ttl=63 time=1.383 ms
64 bytes from 7.90.167.133: seq=2 ttl=63 time=1.182 ms
--- 7.90.167.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.182/2.345/4.470 ms
2026-08-22 18:52:21,976 - INFO - Ping to IP 7.90.167.133 from VM ctest-vn1-vm2-60250447 passed
2026-08-22 18:52:21,976 - INFO - Detaching port febedffd-9d40-434d-a211-591356b8f4e0 from VM ctest-vn1-vm2-60250447
2026-08-22 18:52:22,036 - INFO - Deleting VM ctest-vn1-vm2-60250447
2026-08-22 18:52:22,113 - INFO - Detaching port 0703f049-5ebb-46b5-acd5-d169950e0624 from VM ctest-vn1-vm1-07876478
2026-08-22 18:52:22,152 - INFO - Deleting VM ctest-vn1-vm1-07876478
2026-08-22 18:52:22,462 - DEBUG - Response for delete_port : ()
2026-08-22 18:52:22,702 - DEBUG - Response for delete_port : ()
2026-08-22 18:52:22,702 - INFO - Deleting VN ctest-vn1-56153843
2026-08-22 18:52:22,889 - DEBUG - Response for deleting network ()
2026-08-22 18:52:23,172 - DEBUG - No XMPP flaps were noticed during the test
2026-08-22 18:52:23,172 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:01:07]
2026-08-22 18:52:23,172 - INFO - --------------------------------------------------------------------------------
2026-08-22 18:52:23,996 - INFO - Deleted project: ctest-TestPorts-64601532, ID : d555e8d2-149a-4d65-a92c-884e032190a2