2026-08-26 12:42:00,490 - INFO - Domain Default found not creating
2026-08-26 12:42:00,670 - INFO - Project ctest-TestPorts-82538345 not found, creating it
2026-08-26 12:42:01,180 - INFO - Created Project:ctest-TestPorts-82538345, ID : 6ae7055a-dfbc-40b2-82f5-882bb84b4357
2026-08-26 12:42:02,814 - INFO - ================================================================================
2026-08-26 12:42:02,814 - INFO - STARTING TEST : test_ports_bindings
2026-08-26 12:42:02,814 - 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-26 12:42:03,075 - DEBUG - Nothing to compare xmpp stats {'10.0.0.177': {'10.20.0.17': '0'}} with
2026-08-26 12:42:03,075 - INFO - Initial checks done. Running the testcase now
2026-08-26 12:42:03,075 - INFO -
2026-08-26 12:42:03,681 - DEBUG - Response for create_network : {'network': {'id': '04261271-7429-4266-a223-dd3bbb447498', 'name': 'ctest-vn-50422552', 'tenant_id': '6ae7055adfbc40b282f5882bb84b4357', 'project_id': '6ae7055adfbc40b282f5882bb84b4357', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-82538345', 'ctest-vn-50422552'], 'port_security_enabled': True, 'description': ''}}
2026-08-26 12:42:03,850 - DEBUG - Response for create_subnet : {'subnet': {'id': '98fde885-b081-4ad6-b84c-c5b9fd024831', 'name': '', 'tenant_id': '6ae7055adfbc40b282f5882bb84b4357', 'network_id': '04261271-7429-4266-a223-dd3bbb447498', 'ip_version': 4, 'cidr': '46.54.125.128/26', 'allocation_pools': [{'start': '46.54.125.130', 'end': '46.54.125.190'}], 'gateway_ip': '46.54.125.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '46.54.125.130', 'tags': [], 'project_id': '6ae7055adfbc40b282f5882bb84b4357'}}
2026-08-26 12:42:03,867 - INFO - Created VN ctest-vn-50422552
2026-08-26 12:42:03,920 - DEBUG - VN ctest-vn-50422552 UUID is 04261271-7429-4266-a223-dd3bbb447498
2026-08-26 12:42:04,029 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-82538345', 'ctest-vmi-44775960']}
2026-08-26 12:42:04,297 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-44775960', 'id': 'd79d8b3b-bda2-4a77-97c9-6d345eaa4620', 'tenant_id': '6ae7055adfbc40b282f5882bb84b4357', 'network_id': '04261271-7429-4266-a223-dd3bbb447498', 'mac_address': '02:d7:9d:8b:3b:bd', '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': '46.54.125.131', 'subnet_id': '98fde885-b081-4ad6-b84c-c5b9fd024831'}], 'security_groups': ['df8219bc-73c2-4ac1-8481-5bc318c72854'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '6ae7055adfbc40b282f5882bb84b4357'}}
2026-08-26 12:42:04,298 - DEBUG - Created port d79d8b3b-bda2-4a77-97c9-6d345eaa4620
2026-08-26 12:42:04,404 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine-interface/d79d8b3b-bda2-4a77-97c9-6d345eaa4620
2026-08-26 12:42:04,761 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine-interface/d79d8b3b-bda2-4a77-97c9-6d345eaa4620
2026-08-26 12:42:04,795 - INFO - VMI d79d8b3b-bda2-4a77-97c9-6d345eaa4620 verification in API Server passed
2026-08-26 12:42:04,906 - DEBUG - Response for delete_port : ()
2026-08-26 12:42:04,906 - INFO - Deleted port d79d8b3b-bda2-4a77-97c9-6d345eaa4620
2026-08-26 12:42:04,906 - INFO - Deleting VN ctest-vn-50422552
2026-08-26 12:42:05,034 - DEBUG - Response for deleting network ()
2026-08-26 12:42:05,295 - DEBUG - No XMPP flaps were noticed during the test
2026-08-26 12:42:05,295 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-08-26 12:42:05,295 - INFO - --------------------------------------------------------------------------------
2026-08-26 12:42:05,297 - INFO - ================================================================================
2026-08-26 12:42:05,298 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-08-26 12:42:05,298 - 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-26 12:42:05,590 - DEBUG - Nothing to compare xmpp stats {'10.0.0.177': {'10.20.0.17': '0'}} with
2026-08-26 12:42:05,590 - INFO - Initial checks done. Running the testcase now
2026-08-26 12:42:05,590 - INFO -
2026-08-26 12:42:05,783 - DEBUG - Response for create_network : {'network': {'id': '93e05259-9515-4030-8bb0-8f22c73bb3d5', 'name': 'ctest-vn1-50384486', 'tenant_id': '6ae7055adfbc40b282f5882bb84b4357', 'project_id': '6ae7055adfbc40b282f5882bb84b4357', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'tags': [], 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-82538345', 'ctest-vn1-50384486'], 'port_security_enabled': True, 'description': ''}}
2026-08-26 12:42:06,016 - DEBUG - Response for create_subnet : {'subnet': {'id': 'adce8e6c-a95c-473b-8445-2b8f4f751a4a', 'name': '', 'tenant_id': '6ae7055adfbc40b282f5882bb84b4357', 'network_id': '93e05259-9515-4030-8bb0-8f22c73bb3d5', 'ip_version': 4, 'cidr': '139.184.93.128/26', 'allocation_pools': [{'start': '139.184.93.130', 'end': '139.184.93.190'}], 'gateway_ip': '139.184.93.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '139.184.93.130', 'tags': [], 'project_id': '6ae7055adfbc40b282f5882bb84b4357'}}
2026-08-26 12:42:06,250 - DEBUG - Response for create_subnet : {'subnet': {'id': '90e34e94-db51-4091-b967-4a59f2278f4d', 'name': '', 'tenant_id': '6ae7055adfbc40b282f5882bb84b4357', 'network_id': '93e05259-9515-4030-8bb0-8f22c73bb3d5', 'ip_version': 4, 'cidr': '116.52.73.128/26', 'allocation_pools': [{'start': '116.52.73.130', 'end': '116.52.73.190'}], 'gateway_ip': '116.52.73.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '116.52.73.130', 'tags': [], 'project_id': '6ae7055adfbc40b282f5882bb84b4357'}}
2026-08-26 12:42:06,271 - INFO - Created VN ctest-vn1-50384486
2026-08-26 12:42:06,324 - DEBUG - VN ctest-vn1-50384486 UUID is 93e05259-9515-4030-8bb0-8f22c73bb3d5
2026-08-26 12:42:06,670 - DEBUG - Response for create_port : {'port': {'name': 'c99e3161-a378-4edf-9919-8246910a6f70', 'id': 'c99e3161-a378-4edf-9919-8246910a6f70', 'tenant_id': '6ae7055adfbc40b282f5882bb84b4357', 'network_id': '93e05259-9515-4030-8bb0-8f22c73bb3d5', 'mac_address': '02:c9:9e:31:61:a3', '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': '139.184.93.133', 'subnet_id': 'adce8e6c-a95c-473b-8445-2b8f4f751a4a'}], 'security_groups': ['df8219bc-73c2-4ac1-8481-5bc318c72854'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '6ae7055adfbc40b282f5882bb84b4357'}}
2026-08-26 12:42:06,878 - DEBUG - Response for create_port : {'port': {'name': '565fd514-f02a-4803-a0e0-cd02dc410831', 'id': '565fd514-f02a-4803-a0e0-cd02dc410831', 'tenant_id': '6ae7055adfbc40b282f5882bb84b4357', 'network_id': '93e05259-9515-4030-8bb0-8f22c73bb3d5', 'mac_address': '02:56:5f:d5:14:f0', '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': '116.52.73.133', 'subnet_id': '90e34e94-db51-4091-b967-4a59f2278f4d'}], 'security_groups': ['df8219bc-73c2-4ac1-8481-5bc318c72854'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'tags': [], 'port_security_enabled': True, 'description': '', 'project_id': '6ae7055adfbc40b282f5882bb84b4357'}}
2026-08-26 12:42:06,941 - DEBUG - Services list from nova: [, , ]
2026-08-26 12:42:07,320 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6233-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6233-1)
2026-08-26 12:42:07,725 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6233-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6233-1)
2026-08-26 12:42:07,726 - INFO - Waiting for VM ctest-vn1-vm1-57311627 to be up..
2026-08-26 12:42:07,771 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-26 12:42:12,831 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-26 12:42:17,924 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-26 12:42:23,008 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-26 12:42:28,085 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-26 12:42:33,165 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-26 12:42:38,254 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-26 12:42:43,356 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-26 12:42:48,450 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-08-26 12:42:53,538 - DEBUG - VM is in ACTIVE state now
2026-08-26 12:42:53,538 - INFO - VM name : ctest-vn1-vm1-57311627
2026-08-26 12:42:53,619 - DEBUG - VM ctest-vn1-vm1-57311627 ID is fa0fbd8b-1d11-4869-8d99-299a7e8f78f7
2026-08-26 12:42:53,641 - DEBUG - VM ctest-vn1-vm1-57311627 launched on Node cn-jenkins-deploy-platform-ansible-os-6233-1
2026-08-26 12:42:53,719 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine/fa0fbd8b-1d11-4869-8d99-299a7e8f78f7
2026-08-26 12:42:53,729 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine-interface/c99e3161-a378-4edf-9919-8246910a6f70
2026-08-26 12:42:56,990 - 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=2 ttl=63 time=10.7 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1015ms\r\nrtt min/avg/max/mdev = 10.684/10.684/10.684/0.000 ms')
2026-08-26 12:42:56,990 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-57311627 passed
2026-08-26 12:42:57,148 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-26 12:42:57,148 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-57311627, IP 139.184.93.133, Port 22
2026-08-26 12:42:57,317 - DEBUG - VM ctest-vn1-vm1-57311627 is ready for SSH connections
2026-08-26 12:42:57,318 - INFO - Waiting for VM ctest-vn1-vm2-70395513 to be up..
2026-08-26 12:42:57,403 - DEBUG - VM is in ACTIVE state now
2026-08-26 12:42:57,403 - INFO - VM name : ctest-vn1-vm2-70395513
2026-08-26 12:42:57,477 - DEBUG - VM ctest-vn1-vm2-70395513 ID is 1ce9a01d-de9c-4606-83bb-358f5178ae85
2026-08-26 12:42:57,477 - DEBUG - VM ctest-vn1-vm2-70395513 launched on Node cn-jenkins-deploy-platform-ansible-os-6233-1
2026-08-26 12:42:57,555 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine/1ce9a01d-de9c-4606-83bb-358f5178ae85
2026-08-26 12:42:57,565 - DEBUG - Requesting: http://10.0.0.177:8082/virtual-machine-interface/565fd514-f02a-4803-a0e0-cd02dc410831
2026-08-26 12:42:58,813 - 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.95 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.449 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.449/2.198/3.947/1.749 ms')
2026-08-26 12:42:58,813 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-70395513 passed
2026-08-26 12:42:58,964 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-26 12:42:58,964 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-70395513, IP 116.52.73.133, Port 22
2026-08-26 12:42:59,123 - DEBUG - VM ctest-vn1-vm2-70395513 is ready for SSH connections
2026-08-26 12:42:59,123 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-26 12:42:59,123 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-26 12:42:59,124 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-08-26 12:42:59,124 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 139.184.93.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.177, gateway password: c0ntrail123
2026-08-26 12:42:59,124 - DEBUG - ping -s 56 -c 3 -W 1 139.184.93.133
2026-08-26 12:43:03,161 - DEBUG - PING 139.184.93.133 (139.184.93.133): 56 data bytes
64 bytes from 139.184.93.133: seq=0 ttl=63 time=4.624 ms
64 bytes from 139.184.93.133: seq=1 ttl=63 time=1.050 ms
64 bytes from 139.184.93.133: seq=2 ttl=63 time=1.010 ms
--- 139.184.93.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.010/2.228/4.624 ms
2026-08-26 12:43:03,161 - INFO - Ping to IP 139.184.93.133 from VM ctest-vn1-vm2-70395513 passed
2026-08-26 12:43:03,161 - INFO - Detaching port 565fd514-f02a-4803-a0e0-cd02dc410831 from VM ctest-vn1-vm2-70395513
2026-08-26 12:43:03,222 - INFO - Deleting VM ctest-vn1-vm2-70395513
2026-08-26 12:43:03,296 - INFO - Detaching port c99e3161-a378-4edf-9919-8246910a6f70 from VM ctest-vn1-vm1-57311627
2026-08-26 12:43:03,332 - INFO - Deleting VM ctest-vn1-vm1-57311627
2026-08-26 12:43:03,567 - DEBUG - Response for delete_port : ()
2026-08-26 12:43:03,743 - DEBUG - Response for delete_port : ()
2026-08-26 12:43:03,743 - INFO - Deleting VN ctest-vn1-50384486
2026-08-26 12:43:03,882 - DEBUG - Response for deleting network ()
2026-08-26 12:43:04,147 - DEBUG - No XMPP flaps were noticed during the test
2026-08-26 12:43:04,147 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:59]
2026-08-26 12:43:04,147 - INFO - --------------------------------------------------------------------------------
2026-08-26 12:43:04,932 - INFO - Deleted project: ctest-TestPorts-82538345, ID : 6ae7055a-dfbc-40b2-82f5-882bb84b4357