2026-04-18 05:16:52,632 - INFO - Domain Default found not creating
2026-04-18 05:16:52,836 - INFO - Project ctest-TestPorts-00294042 not found, creating it
2026-04-18 05:16:53,343 - INFO - Created Project:ctest-TestPorts-00294042, ID : 4ca7be03-e050-4710-a96b-4af0c9b3f216
2026-04-18 05:16:54,937 - INFO - ================================================================================
2026-04-18 05:16:54,938 - INFO - STARTING TEST : test_ports_bindings
2026-04-18 05:16:54,938 - 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-04-18 05:16:55,196 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-04-18 05:16:55,197 - INFO - Initial checks done. Running the testcase now
2026-04-18 05:16:55,197 - INFO -
2026-04-18 05:16:55,813 - DEBUG - Response for create_network : {'network': {'id': '1c1cd2ac-4757-45e8-9b24-a4bfcd3829fa', 'name': 'ctest-vn-65496216', 'tenant_id': '4ca7be03e0504710a96b4af0c9b3f216', 'project_id': '4ca7be03e0504710a96b4af0c9b3f216', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-00294042', 'ctest-vn-65496216'], 'port_security_enabled': True, 'description': ''}}
2026-04-18 05:16:56,049 - DEBUG - Response for create_subnet : {'subnet': {'id': '034b6f29-e022-49e3-a6a8-df8554e48393', 'name': '', 'tenant_id': '4ca7be03e0504710a96b4af0c9b3f216', 'network_id': '1c1cd2ac-4757-45e8-9b24-a4bfcd3829fa', 'ip_version': 4, 'cidr': '69.158.36.64/26', 'allocation_pools': [{'start': '69.158.36.66', 'end': '69.158.36.126'}], 'gateway_ip': '69.158.36.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '69.158.36.66', 'tags': [], 'project_id': '4ca7be03e0504710a96b4af0c9b3f216'}}
2026-04-18 05:16:56,070 - INFO - Created VN ctest-vn-65496216
2026-04-18 05:16:56,126 - DEBUG - VN ctest-vn-65496216 UUID is 1c1cd2ac-4757-45e8-9b24-a4bfcd3829fa
2026-04-18 05:16:56,252 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-00294042', 'ctest-vmi-98875462']}
2026-04-18 05:16:56,506 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-98875462', 'id': 'ecfe4b20-f01d-40c1-a797-5b4b5f20f2a7', 'tenant_id': '4ca7be03e0504710a96b4af0c9b3f216', 'network_id': '1c1cd2ac-4757-45e8-9b24-a4bfcd3829fa', 'mac_address': '02:ec:fe:4b:20:f0', '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': '69.158.36.67', 'subnet_id': '034b6f29-e022-49e3-a6a8-df8554e48393'}], 'security_groups': ['5f471b56-89f6-4c5c-a10e-957fd6adc1c4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4ca7be03e0504710a96b4af0c9b3f216'}}
2026-04-18 05:16:56,506 - DEBUG - Created port ecfe4b20-f01d-40c1-a797-5b4b5f20f2a7
2026-04-18 05:16:56,614 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/ecfe4b20-f01d-40c1-a797-5b4b5f20f2a7
2026-04-18 05:16:56,915 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/ecfe4b20-f01d-40c1-a797-5b4b5f20f2a7
2026-04-18 05:16:56,962 - INFO - VMI ecfe4b20-f01d-40c1-a797-5b4b5f20f2a7 verification in API Server passed
2026-04-18 05:16:57,072 - DEBUG - Response for delete_port : ()
2026-04-18 05:16:57,072 - INFO - Deleted port ecfe4b20-f01d-40c1-a797-5b4b5f20f2a7
2026-04-18 05:16:57,072 - INFO - Deleting VN ctest-vn-65496216
2026-04-18 05:16:57,206 - DEBUG - Response for deleting network ()
2026-04-18 05:16:57,480 - DEBUG - No XMPP flaps were noticed during the test
2026-04-18 05:16:57,480 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-04-18 05:16:57,480 - INFO - --------------------------------------------------------------------------------
2026-04-18 05:16:57,484 - INFO - ================================================================================
2026-04-18 05:16:57,484 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-04-18 05:16:57,484 - 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-04-18 05:16:57,767 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with
2026-04-18 05:16:57,767 - INFO - Initial checks done. Running the testcase now
2026-04-18 05:16:57,767 - INFO -
2026-04-18 05:16:57,950 - DEBUG - Response for create_network : {'network': {'id': 'da0f2bfc-d475-4bf0-9e1c-99b59003444b', 'name': 'ctest-vn1-83582418', 'tenant_id': '4ca7be03e0504710a96b4af0c9b3f216', 'project_id': '4ca7be03e0504710a96b4af0c9b3f216', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-00294042', 'ctest-vn1-83582418'], 'port_security_enabled': True, 'description': ''}}
2026-04-18 05:16:58,138 - DEBUG - Response for create_subnet : {'subnet': {'id': '4ffe0e0c-f4e6-4690-96a5-0cc92baab049', 'name': '', 'tenant_id': '4ca7be03e0504710a96b4af0c9b3f216', 'network_id': 'da0f2bfc-d475-4bf0-9e1c-99b59003444b', 'ip_version': 4, 'cidr': '188.37.163.192/26', 'allocation_pools': [{'start': '188.37.163.194', 'end': '188.37.163.254'}], 'gateway_ip': '188.37.163.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '188.37.163.194', 'tags': [], 'project_id': '4ca7be03e0504710a96b4af0c9b3f216'}}
2026-04-18 05:16:58,325 - DEBUG - Response for create_subnet : {'subnet': {'id': '875cfbbb-a61a-4e73-9235-7833a1763dc9', 'name': '', 'tenant_id': '4ca7be03e0504710a96b4af0c9b3f216', 'network_id': 'da0f2bfc-d475-4bf0-9e1c-99b59003444b', 'ip_version': 4, 'cidr': '91.32.145.192/26', 'allocation_pools': [{'start': '91.32.145.194', 'end': '91.32.145.254'}], 'gateway_ip': '91.32.145.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '91.32.145.194', 'tags': [], 'project_id': '4ca7be03e0504710a96b4af0c9b3f216'}}
2026-04-18 05:16:58,347 - INFO - Created VN ctest-vn1-83582418
2026-04-18 05:16:58,402 - DEBUG - VN ctest-vn1-83582418 UUID is da0f2bfc-d475-4bf0-9e1c-99b59003444b
2026-04-18 05:16:58,738 - DEBUG - Response for create_port : {'port': {'name': '16ebadf8-743b-44f9-80e4-754ec34a4e66', 'id': '16ebadf8-743b-44f9-80e4-754ec34a4e66', 'tenant_id': '4ca7be03e0504710a96b4af0c9b3f216', 'network_id': 'da0f2bfc-d475-4bf0-9e1c-99b59003444b', 'mac_address': '02:16:eb:ad:f8:74', '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': '188.37.163.197', 'subnet_id': '4ffe0e0c-f4e6-4690-96a5-0cc92baab049'}], 'security_groups': ['5f471b56-89f6-4c5c-a10e-957fd6adc1c4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4ca7be03e0504710a96b4af0c9b3f216'}}
2026-04-18 05:16:58,927 - DEBUG - Response for create_port : {'port': {'name': '363e9cde-31eb-4a99-a8a5-36cb518d246e', 'id': '363e9cde-31eb-4a99-a8a5-36cb518d246e', 'tenant_id': '4ca7be03e0504710a96b4af0c9b3f216', 'network_id': 'da0f2bfc-d475-4bf0-9e1c-99b59003444b', 'mac_address': '02:36:3e:9c:de:31', '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': '91.32.145.197', 'subnet_id': '875cfbbb-a61a-4e73-9235-7833a1763dc9'}], 'security_groups': ['5f471b56-89f6-4c5c-a10e-957fd6adc1c4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4ca7be03e0504710a96b4af0c9b3f216'}}
2026-04-18 05:16:59,001 - DEBUG - Services list from nova: [, , ]
2026-04-18 05:16:59,405 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5642-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5642-1)
2026-04-18 05:16:59,866 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5642-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5642-1)
2026-04-18 05:16:59,867 - INFO - Waiting for VM ctest-vn1-vm1-01033054 to be up..
2026-04-18 05:16:59,915 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-04-18 05:17:04,996 - DEBUG - VM is in ACTIVE state now
2026-04-18 05:17:04,996 - INFO - VM name : ctest-vn1-vm1-01033054
2026-04-18 05:17:05,083 - DEBUG - VM ctest-vn1-vm1-01033054 ID is aa7dcbb0-94f9-4e4d-883c-631a3cd245cd
2026-04-18 05:17:05,107 - DEBUG - VM ctest-vn1-vm1-01033054 launched on Node cn-jenkins-deploy-platform-ansible-os-5642-1
2026-04-18 05:17:05,193 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/aa7dcbb0-94f9-4e4d-883c-631a3cd245cd
2026-04-18 05:17:05,203 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/16ebadf8-743b-44f9-80e4-754ec34a4e66
2026-04-18 05:17:08,452 - 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 1005ms')
2026-04-18 05:17:08,452 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-01033054 failed!
2026-04-18 05:17:08,510 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-00294042:ctest-vn1-83582418 is 188.37.163.193 and allocation pool is NOT set
2026-04-18 05:17:08,510 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-00294042:ctest-vn1-83582418 is 91.32.145.193 and allocation pool is NOT set
2026-04-18 05:17:12,589 - 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.81 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1008ms\r\nrtt min/avg/max/mdev = 7.811/7.811/7.811/0.000 ms')
2026-04-18 05:17:12,589 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-01033054 passed
2026-04-18 05:17:12,746 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-18 05:17:12,746 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-01033054, IP 188.37.163.197, Port 22
2026-04-18 05:17:12,921 - DEBUG - VM ctest-vn1-vm1-01033054 is ready for SSH connections
2026-04-18 05:17:12,921 - INFO - Waiting for VM ctest-vn1-vm2-68934555 to be up..
2026-04-18 05:17:13,021 - DEBUG - VM is in ACTIVE state now
2026-04-18 05:17:13,021 - INFO - VM name : ctest-vn1-vm2-68934555
2026-04-18 05:17:13,109 - DEBUG - VM ctest-vn1-vm2-68934555 ID is 2f06a200-dfbc-47d5-b2c1-2c814b22bb34
2026-04-18 05:17:13,109 - DEBUG - VM ctest-vn1-vm2-68934555 launched on Node cn-jenkins-deploy-platform-ansible-os-5642-1
2026-04-18 05:17:13,204 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/2f06a200-dfbc-47d5-b2c1-2c814b22bb34
2026-04-18 05:17:13,213 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/363e9cde-31eb-4a99-a8a5-36cb518d246e
2026-04-18 05:17:14,466 - 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=6.99 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=1.11 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1001ms\r\nrtt min/avg/max/mdev = 1.107/4.049/6.991/2.942 ms')
2026-04-18 05:17:14,466 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-68934555 passed
2026-04-18 05:17:14,618 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-18 05:17:14,620 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-68934555, IP 91.32.145.197, Port 22
2026-04-18 05:17:14,789 - DEBUG - VM ctest-vn1-vm2-68934555 is ready for SSH connections
2026-04-18 05:17:14,790 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-18 05:17:14,790 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-18 05:17:14,790 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-04-18 05:17:14,790 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 188.37.163.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123
2026-04-18 05:17:14,790 - DEBUG - ping -s 56 -c 3 -W 1 188.37.163.197
2026-04-18 05:17:17,489 - DEBUG - PING 188.37.163.197 (188.37.163.197): 56 data bytes
64 bytes from 188.37.163.197: seq=0 ttl=63 time=3.910 ms
64 bytes from 188.37.163.197: seq=1 ttl=63 time=1.294 ms
64 bytes from 188.37.163.197: seq=2 ttl=63 time=1.039 ms
--- 188.37.163.197 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 1.039/2.081/3.910 ms
2026-04-18 05:17:17,489 - INFO - Ping to IP 188.37.163.197 from VM ctest-vn1-vm2-68934555 passed
2026-04-18 05:17:17,489 - INFO - Detaching port 363e9cde-31eb-4a99-a8a5-36cb518d246e from VM ctest-vn1-vm2-68934555
2026-04-18 05:17:17,552 - INFO - Deleting VM ctest-vn1-vm2-68934555
2026-04-18 05:17:17,637 - INFO - Detaching port 16ebadf8-743b-44f9-80e4-754ec34a4e66 from VM ctest-vn1-vm1-01033054
2026-04-18 05:17:17,680 - INFO - Deleting VM ctest-vn1-vm1-01033054
2026-04-18 05:17:17,978 - DEBUG - Response for delete_port : ()
2026-04-18 05:17:18,161 - DEBUG - Response for delete_port : ()
2026-04-18 05:17:18,162 - INFO - Deleting VN ctest-vn1-83582418
2026-04-18 05:17:18,299 - DEBUG - Response for deleting network ()
2026-04-18 05:17:18,564 - DEBUG - No XMPP flaps were noticed during the test
2026-04-18 05:17:18,564 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-04-18 05:17:18,565 - INFO - --------------------------------------------------------------------------------
2026-04-18 05:17:19,286 - INFO - Deleted project: ctest-TestPorts-00294042, ID : 4ca7be03-e050-4710-a96b-4af0c9b3f216