2026-06-22 02:07:12,959 - INFO - Domain Default found not creating
2026-06-22 02:07:13,135 - INFO - Project ctest-TestPorts-44323500 not found, creating it
2026-06-22 02:07:13,629 - INFO - Created Project:ctest-TestPorts-44323500, ID : 95832763-6cf5-4c3b-a967-54a836c12254
2026-06-22 02:07:15,112 - INFO - ================================================================================
2026-06-22 02:07:15,112 - INFO - STARTING TEST : test_ports_bindings
2026-06-22 02:07:15,113 - 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-22 02:07:15,367 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.254': '0'}} with
2026-06-22 02:07:15,367 - INFO - Initial checks done. Running the testcase now
2026-06-22 02:07:15,367 - INFO -
2026-06-22 02:07:15,926 - DEBUG - Response for create_network : {'network': {'id': '3b4cbb65-9858-4945-9f17-6e7ab6a1c2aa', 'name': 'ctest-vn-65071864', 'tenant_id': '958327636cf54c3ba96754a836c12254', 'project_id': '958327636cf54c3ba96754a836c12254', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-44323500', 'ctest-vn-65071864'], 'port_security_enabled': True, 'description': ''}}
2026-06-22 02:07:16,136 - DEBUG - Response for create_subnet : {'subnet': {'id': 'e3e13f47-f8de-4b1a-b689-a6b68b5bb205', 'name': '', 'tenant_id': '958327636cf54c3ba96754a836c12254', 'network_id': '3b4cbb65-9858-4945-9f17-6e7ab6a1c2aa', 'ip_version': 4, 'cidr': '71.13.101.128/26', 'allocation_pools': [{'start': '71.13.101.130', 'end': '71.13.101.190'}], 'gateway_ip': '71.13.101.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '71.13.101.130', 'tags': [], 'project_id': '958327636cf54c3ba96754a836c12254'}}
2026-06-22 02:07:16,154 - INFO - Created VN ctest-vn-65071864
2026-06-22 02:07:16,206 - DEBUG - VN ctest-vn-65071864 UUID is 3b4cbb65-9858-4945-9f17-6e7ab6a1c2aa
2026-06-22 02:07:16,310 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-44323500', 'ctest-vmi-58638768']}
2026-06-22 02:07:16,590 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-58638768', 'id': 'e70aa498-3e20-4186-9434-71c8d8643f0d', 'tenant_id': '958327636cf54c3ba96754a836c12254', 'network_id': '3b4cbb65-9858-4945-9f17-6e7ab6a1c2aa', 'mac_address': '02:e7:0a:a4:98:3e', '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': '71.13.101.131', 'subnet_id': 'e3e13f47-f8de-4b1a-b689-a6b68b5bb205'}], 'security_groups': ['12656f7a-460f-41e5-821a-c9e6d222cae9'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '958327636cf54c3ba96754a836c12254'}}
2026-06-22 02:07:16,590 - DEBUG - Created port e70aa498-3e20-4186-9434-71c8d8643f0d
2026-06-22 02:07:16,694 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/e70aa498-3e20-4186-9434-71c8d8643f0d
2026-06-22 02:07:17,018 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/e70aa498-3e20-4186-9434-71c8d8643f0d
2026-06-22 02:07:17,044 - INFO - VMI e70aa498-3e20-4186-9434-71c8d8643f0d verification in API Server passed
2026-06-22 02:07:17,134 - DEBUG - Response for delete_port : ()
2026-06-22 02:07:17,134 - INFO - Deleted port e70aa498-3e20-4186-9434-71c8d8643f0d
2026-06-22 02:07:17,134 - INFO - Deleting VN ctest-vn-65071864
2026-06-22 02:07:17,223 - DEBUG - Response for deleting network ()
2026-06-22 02:07:17,479 - DEBUG - No XMPP flaps were noticed during the test
2026-06-22 02:07:17,479 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-06-22 02:07:17,479 - INFO - --------------------------------------------------------------------------------
2026-06-22 02:07:17,481 - INFO - ================================================================================
2026-06-22 02:07:17,481 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-22 02:07:17,481 - 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-22 02:07:17,766 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.254': '0'}} with
2026-06-22 02:07:17,767 - INFO - Initial checks done. Running the testcase now
2026-06-22 02:07:17,767 - INFO -
2026-06-22 02:07:17,932 - DEBUG - Response for create_network : {'network': {'id': '2a40acac-659e-4840-97db-4ce8a8d2392d', 'name': 'ctest-vn1-68287014', 'tenant_id': '958327636cf54c3ba96754a836c12254', 'project_id': '958327636cf54c3ba96754a836c12254', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-44323500', 'ctest-vn1-68287014'], 'port_security_enabled': True, 'description': ''}}
2026-06-22 02:07:18,144 - DEBUG - Response for create_subnet : {'subnet': {'id': '140ebb51-8fa1-437e-a424-0e89838ff9fe', 'name': '', 'tenant_id': '958327636cf54c3ba96754a836c12254', 'network_id': '2a40acac-659e-4840-97db-4ce8a8d2392d', 'ip_version': 4, 'cidr': '141.37.195.128/26', 'allocation_pools': [{'start': '141.37.195.130', 'end': '141.37.195.190'}], 'gateway_ip': '141.37.195.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '141.37.195.130', 'tags': [], 'project_id': '958327636cf54c3ba96754a836c12254'}}
2026-06-22 02:07:18,321 - DEBUG - Response for create_subnet : {'subnet': {'id': 'cd3574f3-660a-4521-b085-c7f1064f0a8f', 'name': '', 'tenant_id': '958327636cf54c3ba96754a836c12254', 'network_id': '2a40acac-659e-4840-97db-4ce8a8d2392d', 'ip_version': 4, 'cidr': '62.226.114.192/26', 'allocation_pools': [{'start': '62.226.114.194', 'end': '62.226.114.254'}], 'gateway_ip': '62.226.114.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '62.226.114.194', 'tags': [], 'project_id': '958327636cf54c3ba96754a836c12254'}}
2026-06-22 02:07:18,337 - INFO - Created VN ctest-vn1-68287014
2026-06-22 02:07:18,390 - DEBUG - VN ctest-vn1-68287014 UUID is 2a40acac-659e-4840-97db-4ce8a8d2392d
2026-06-22 02:07:18,701 - DEBUG - Response for create_port : {'port': {'name': '51e8bae9-1753-4708-903f-06054dbb17d4', 'id': '51e8bae9-1753-4708-903f-06054dbb17d4', 'tenant_id': '958327636cf54c3ba96754a836c12254', 'network_id': '2a40acac-659e-4840-97db-4ce8a8d2392d', 'mac_address': '02:51:e8:ba:e9:17', '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': '141.37.195.133', 'subnet_id': '140ebb51-8fa1-437e-a424-0e89838ff9fe'}], 'security_groups': ['12656f7a-460f-41e5-821a-c9e6d222cae9'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '958327636cf54c3ba96754a836c12254'}}
2026-06-22 02:07:18,875 - DEBUG - Response for create_port : {'port': {'name': 'e4637ac2-3fa3-493c-9bc2-43a28c46cbac', 'id': 'e4637ac2-3fa3-493c-9bc2-43a28c46cbac', 'tenant_id': '958327636cf54c3ba96754a836c12254', 'network_id': '2a40acac-659e-4840-97db-4ce8a8d2392d', 'mac_address': '02:e4:63:7a:c2:3f', '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': '62.226.114.197', 'subnet_id': 'cd3574f3-660a-4521-b085-c7f1064f0a8f'}], 'security_groups': ['12656f7a-460f-41e5-821a-c9e6d222cae9'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '958327636cf54c3ba96754a836c12254'}}
2026-06-22 02:07:18,930 - DEBUG - Services list from nova: [, , ]
2026-06-22 02:07:19,252 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6018-30), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6018-30)
2026-06-22 02:07:19,639 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6018-30), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6018-30)
2026-06-22 02:07:19,640 - INFO - Waiting for VM ctest-vn1-vm1-13884336 to be up..
2026-06-22 02:07:19,687 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-22 02:07:24,742 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-22 02:07:29,812 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-22 02:07:34,882 - DEBUG - VM is in ACTIVE state now
2026-06-22 02:07:34,882 - INFO - VM name : ctest-vn1-vm1-13884336
2026-06-22 02:07:34,951 - DEBUG - VM ctest-vn1-vm1-13884336 ID is 1bd5c46d-3b18-4ae9-8c89-c2a73bae6c06
2026-06-22 02:07:34,968 - DEBUG - VM ctest-vn1-vm1-13884336 launched on Node cn-jenkins-deploy-platform-ansible-os-6018-30
2026-06-22 02:07:35,035 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/1bd5c46d-3b18-4ae9-8c89-c2a73bae6c06
2026-06-22 02:07:35,044 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/51e8bae9-1753-4708-903f-06054dbb17d4
2026-06-22 02:07:38,301 - 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 1026ms')
2026-06-22 02:07:38,301 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-13884336 failed!
2026-06-22 02:07:38,354 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-44323500:ctest-vn1-68287014 is 141.37.195.129 and allocation pool is NOT set
2026-06-22 02:07:38,354 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-44323500:ctest-vn1-68287014 is 62.226.114.193 and allocation pool is NOT set
2026-06-22 02:07:40,415 - 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=3.73 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.516 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 = 0.516/2.125/3.734/1.609 ms')
2026-06-22 02:07:40,415 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-13884336 passed
2026-06-22 02:07:40,566 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 02:07:40,566 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-13884336, IP 141.37.195.133, Port 22
2026-06-22 02:07:40,734 - DEBUG - VM ctest-vn1-vm1-13884336 is ready for SSH connections
2026-06-22 02:07:40,734 - INFO - Waiting for VM ctest-vn1-vm2-06765142 to be up..
2026-06-22 02:07:40,805 - DEBUG - VM is in ACTIVE state now
2026-06-22 02:07:40,805 - INFO - VM name : ctest-vn1-vm2-06765142
2026-06-22 02:07:40,879 - DEBUG - VM ctest-vn1-vm2-06765142 ID is eb1e2f75-5e4f-4039-b5b7-70b8187013dc
2026-06-22 02:07:40,879 - DEBUG - VM ctest-vn1-vm2-06765142 launched on Node cn-jenkins-deploy-platform-ansible-os-6018-30
2026-06-22 02:07:40,952 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/eb1e2f75-5e4f-4039-b5b7-70b8187013dc
2026-06-22 02:07:40,961 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/e4637ac2-3fa3-493c-9bc2-43a28c46cbac
2026-06-22 02:07:42,198 - 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.03 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.378 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.378/2.205/4.033/1.827 ms')
2026-06-22 02:07:42,198 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-06765142 passed
2026-06-22 02:07:42,350 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 02:07:42,350 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-06765142, IP 62.226.114.197, Port 22
2026-06-22 02:07:42,505 - DEBUG - VM ctest-vn1-vm2-06765142 is ready for SSH connections
2026-06-22 02:07:42,505 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 02:07:42,505 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 02:07:42,505 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-22 02:07:42,505 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 141.37.195.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-06-22 02:07:42,506 - DEBUG - ping -s 56 -c 3 -W 1 141.37.195.133
2026-06-22 02:07:46,132 - DEBUG - PING 141.37.195.133 (141.37.195.133): 56 data bytes
64 bytes from 141.37.195.133: seq=0 ttl=63 time=3.972 ms
64 bytes from 141.37.195.133: seq=1 ttl=63 time=0.837 ms
64 bytes from 141.37.195.133: seq=2 ttl=63 time=0.808 ms
--- 141.37.195.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.808/1.872/3.972 ms
2026-06-22 02:07:46,132 - INFO - Ping to IP 141.37.195.133 from VM ctest-vn1-vm2-06765142 passed
2026-06-22 02:07:46,132 - INFO - Detaching port e4637ac2-3fa3-493c-9bc2-43a28c46cbac from VM ctest-vn1-vm2-06765142
2026-06-22 02:07:46,180 - INFO - Deleting VM ctest-vn1-vm2-06765142
2026-06-22 02:07:46,248 - INFO - Detaching port 51e8bae9-1753-4708-903f-06054dbb17d4 from VM ctest-vn1-vm1-13884336
2026-06-22 02:07:46,283 - INFO - Deleting VM ctest-vn1-vm1-13884336
2026-06-22 02:07:46,510 - DEBUG - Response for delete_port : ()
2026-06-22 02:07:46,649 - DEBUG - Response for delete_port : ()
2026-06-22 02:07:46,650 - INFO - Deleting VN ctest-vn1-68287014
2026-06-22 02:07:46,789 - DEBUG - Response for deleting network ()
2026-06-22 02:07:47,058 - DEBUG - No XMPP flaps were noticed during the test
2026-06-22 02:07:47,058 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:30]
2026-06-22 02:07:47,058 - INFO - --------------------------------------------------------------------------------
2026-06-22 02:07:47,781 - INFO - Deleted project: ctest-TestPorts-44323500, ID : 95832763-6cf5-4c3b-a967-54a836c12254