2026-06-11 21:11:18,234 - INFO - Domain Default found not creating
2026-06-11 21:11:18,381 - INFO - Project ctest-TestPorts-78069607 not found, creating it
2026-06-11 21:11:18,820 - INFO - Created Project:ctest-TestPorts-78069607, ID : a6236e01-1ac8-47ae-800a-9bf38c037819
2026-06-11 21:11:20,303 - INFO - ================================================================================
2026-06-11 21:11:20,303 - INFO - STARTING TEST : test_ports_bindings
2026-06-11 21:11:20,303 - 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-11 21:11:20,559 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.254': '0'}} with
2026-06-11 21:11:20,559 - INFO - Initial checks done. Running the testcase now
2026-06-11 21:11:20,559 - INFO -
2026-06-11 21:11:21,112 - DEBUG - Response for create_network : {'network': {'id': '1305f6ac-7611-4ac1-93b3-d542c24291aa', 'name': 'ctest-vn-81419965', 'tenant_id': 'a6236e011ac847ae800a9bf38c037819', 'project_id': 'a6236e011ac847ae800a9bf38c037819', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-78069607', 'ctest-vn-81419965'], 'port_security_enabled': True, 'description': ''}}
2026-06-11 21:11:21,281 - DEBUG - Response for create_subnet : {'subnet': {'id': 'dc99f24b-64c3-4447-9734-b758652b0cbe', 'name': '', 'tenant_id': 'a6236e011ac847ae800a9bf38c037819', 'network_id': '1305f6ac-7611-4ac1-93b3-d542c24291aa', 'ip_version': 4, 'cidr': '192.240.75.0/26', 'allocation_pools': [{'start': '192.240.75.2', 'end': '192.240.75.62'}], 'gateway_ip': '192.240.75.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '192.240.75.2', 'tags': [], 'project_id': 'a6236e011ac847ae800a9bf38c037819'}}
2026-06-11 21:11:21,296 - INFO - Created VN ctest-vn-81419965
2026-06-11 21:11:21,349 - DEBUG - VN ctest-vn-81419965 UUID is 1305f6ac-7611-4ac1-93b3-d542c24291aa
2026-06-11 21:11:21,441 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-78069607', 'ctest-vmi-17636140']}
2026-06-11 21:11:21,726 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-17636140', 'id': 'c8a84b1e-94ca-44b4-8832-1c04da75856e', 'tenant_id': 'a6236e011ac847ae800a9bf38c037819', 'network_id': '1305f6ac-7611-4ac1-93b3-d542c24291aa', 'mac_address': '02:c8:a8:4b:1e:94', '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': '192.240.75.3', 'subnet_id': 'dc99f24b-64c3-4447-9734-b758652b0cbe'}], 'security_groups': ['0af3a2c1-475f-4424-a093-1b91dc54bf80'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'a6236e011ac847ae800a9bf38c037819'}}
2026-06-11 21:11:21,726 - DEBUG - Created port c8a84b1e-94ca-44b4-8832-1c04da75856e
2026-06-11 21:11:21,829 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/c8a84b1e-94ca-44b4-8832-1c04da75856e
2026-06-11 21:11:22,151 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/c8a84b1e-94ca-44b4-8832-1c04da75856e
2026-06-11 21:11:22,183 - INFO - VMI c8a84b1e-94ca-44b4-8832-1c04da75856e verification in API Server passed
2026-06-11 21:11:22,271 - DEBUG - Response for delete_port : ()
2026-06-11 21:11:22,272 - INFO - Deleted port c8a84b1e-94ca-44b4-8832-1c04da75856e
2026-06-11 21:11:22,272 - INFO - Deleting VN ctest-vn-81419965
2026-06-11 21:11:22,364 - DEBUG - Response for deleting network ()
2026-06-11 21:11:22,616 - DEBUG - No XMPP flaps were noticed during the test
2026-06-11 21:11:22,617 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-06-11 21:11:22,617 - INFO - --------------------------------------------------------------------------------
2026-06-11 21:11:22,619 - INFO - ================================================================================
2026-06-11 21:11:22,620 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-06-11 21:11:22,620 - 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-11 21:11:22,905 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.254': '0'}} with
2026-06-11 21:11:22,906 - INFO - Initial checks done. Running the testcase now
2026-06-11 21:11:22,906 - INFO -
2026-06-11 21:11:23,070 - DEBUG - Response for create_network : {'network': {'id': 'ebda27b1-65a9-43a6-93cc-aca52d866917', 'name': 'ctest-vn1-43485483', 'tenant_id': 'a6236e011ac847ae800a9bf38c037819', 'project_id': 'a6236e011ac847ae800a9bf38c037819', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-78069607', 'ctest-vn1-43485483'], 'port_security_enabled': True, 'description': ''}}
2026-06-11 21:11:23,210 - DEBUG - Response for create_subnet : {'subnet': {'id': 'f557c3ad-fc9a-4c76-b42c-f3986b9592ff', 'name': '', 'tenant_id': 'a6236e011ac847ae800a9bf38c037819', 'network_id': 'ebda27b1-65a9-43a6-93cc-aca52d866917', 'ip_version': 4, 'cidr': '20.89.100.128/26', 'allocation_pools': [{'start': '20.89.100.130', 'end': '20.89.100.190'}], 'gateway_ip': '20.89.100.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '20.89.100.130', 'tags': [], 'project_id': 'a6236e011ac847ae800a9bf38c037819'}}
2026-06-11 21:11:23,403 - DEBUG - Response for create_subnet : {'subnet': {'id': 'fb13985e-d1ed-4985-86f9-10a87af6c6f1', 'name': '', 'tenant_id': 'a6236e011ac847ae800a9bf38c037819', 'network_id': 'ebda27b1-65a9-43a6-93cc-aca52d866917', 'ip_version': 4, 'cidr': '214.245.12.0/26', 'allocation_pools': [{'start': '214.245.12.2', 'end': '214.245.12.62'}], 'gateway_ip': '214.245.12.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '214.245.12.2', 'tags': [], 'project_id': 'a6236e011ac847ae800a9bf38c037819'}}
2026-06-11 21:11:23,418 - INFO - Created VN ctest-vn1-43485483
2026-06-11 21:11:23,469 - DEBUG - VN ctest-vn1-43485483 UUID is ebda27b1-65a9-43a6-93cc-aca52d866917
2026-06-11 21:11:23,735 - DEBUG - Response for create_port : {'port': {'name': '9b9f349f-9e77-47ee-be15-5d19446cd2aa', 'id': '9b9f349f-9e77-47ee-be15-5d19446cd2aa', 'tenant_id': 'a6236e011ac847ae800a9bf38c037819', 'network_id': 'ebda27b1-65a9-43a6-93cc-aca52d866917', 'mac_address': '02:9b:9f:34:9f:9e', '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': '20.89.100.133', 'subnet_id': 'f557c3ad-fc9a-4c76-b42c-f3986b9592ff'}], 'security_groups': ['0af3a2c1-475f-4424-a093-1b91dc54bf80'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'a6236e011ac847ae800a9bf38c037819'}}
2026-06-11 21:11:23,890 - DEBUG - Response for create_port : {'port': {'name': 'a18ddad7-0f69-4901-bd38-dd5ac2a5ed8d', 'id': 'a18ddad7-0f69-4901-bd38-dd5ac2a5ed8d', 'tenant_id': 'a6236e011ac847ae800a9bf38c037819', 'network_id': 'ebda27b1-65a9-43a6-93cc-aca52d866917', 'mac_address': '02:a1:8d:da:d7:0f', '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': '214.245.12.5', 'subnet_id': 'fb13985e-d1ed-4985-86f9-10a87af6c6f1'}], 'security_groups': ['0af3a2c1-475f-4424-a093-1b91dc54bf80'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'a6236e011ac847ae800a9bf38c037819'}}
2026-06-11 21:11:23,937 - DEBUG - Services list from nova: [, , ]
2026-06-11 21:11:24,247 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5936-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5936-1)
2026-06-11 21:11:24,627 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5936-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5936-1)
2026-06-11 21:11:24,627 - INFO - Waiting for VM ctest-vn1-vm1-63270446 to be up..
2026-06-11 21:11:24,667 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-11 21:11:29,718 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-11 21:11:34,787 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-06-11 21:11:39,866 - DEBUG - VM is in ACTIVE state now
2026-06-11 21:11:39,867 - INFO - VM name : ctest-vn1-vm1-63270446
2026-06-11 21:11:39,939 - DEBUG - VM ctest-vn1-vm1-63270446 ID is ec9ca77f-6e35-4fc8-9478-9d8fddf0393b
2026-06-11 21:11:39,962 - DEBUG - VM ctest-vn1-vm1-63270446 launched on Node cn-jenkins-deploy-platform-ansible-os-5936-1
2026-06-11 21:11:40,033 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/ec9ca77f-6e35-4fc8-9478-9d8fddf0393b
2026-06-11 21:11:40,040 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/9b9f349f-9e77-47ee-be15-5d19446cd2aa
2026-06-11 21:11:43,299 - 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 1027ms')
2026-06-11 21:11:43,299 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-63270446 failed!
2026-06-11 21:11:43,353 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-78069607:ctest-vn1-43485483 is 20.89.100.129 and allocation pool is NOT set
2026-06-11 21:11:43,353 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-78069607:ctest-vn1-43485483 is 214.245.12.1 and allocation pool is NOT set
2026-06-11 21:11:45,413 - 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.36 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.340 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 = 0.340/1.851/3.363/1.511 ms')
2026-06-11 21:11:45,413 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-63270446 passed
2026-06-11 21:11:45,561 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-11 21:11:45,561 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-63270446, IP 20.89.100.133, Port 22
2026-06-11 21:11:45,720 - DEBUG - VM ctest-vn1-vm1-63270446 is ready for SSH connections
2026-06-11 21:11:45,721 - INFO - Waiting for VM ctest-vn1-vm2-66783903 to be up..
2026-06-11 21:11:45,789 - DEBUG - VM is in ACTIVE state now
2026-06-11 21:11:45,789 - INFO - VM name : ctest-vn1-vm2-66783903
2026-06-11 21:11:45,851 - DEBUG - VM ctest-vn1-vm2-66783903 ID is 02e5f139-e7d7-444c-ae85-919300f37a12
2026-06-11 21:11:45,851 - DEBUG - VM ctest-vn1-vm2-66783903 launched on Node cn-jenkins-deploy-platform-ansible-os-5936-1
2026-06-11 21:11:45,913 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/02e5f139-e7d7-444c-ae85-919300f37a12
2026-06-11 21:11:45,920 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/a18ddad7-0f69-4901-bd38-dd5ac2a5ed8d
2026-06-11 21:11:47,149 - 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.14 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.379 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.379/2.260/4.142/1.881 ms')
2026-06-11 21:11:47,149 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-66783903 passed
2026-06-11 21:11:47,297 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-11 21:11:47,297 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-66783903, IP 214.245.12.5, Port 22
2026-06-11 21:11:47,452 - DEBUG - VM ctest-vn1-vm2-66783903 is ready for SSH connections
2026-06-11 21:11:47,452 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-11 21:11:47,452 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-11 21:11:47,452 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-06-11 21:11:47,453 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 20.89.100.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123
2026-06-11 21:11:47,453 - DEBUG - ping -s 56 -c 3 -W 1 20.89.100.133
2026-06-11 21:11:51,055 - DEBUG - PING 20.89.100.133 (20.89.100.133): 56 data bytes
64 bytes from 20.89.100.133: seq=0 ttl=63 time=3.983 ms
64 bytes from 20.89.100.133: seq=1 ttl=63 time=0.999 ms
64 bytes from 20.89.100.133: seq=2 ttl=63 time=0.852 ms
--- 20.89.100.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.852/1.944/3.983 ms
2026-06-11 21:11:51,055 - INFO - Ping to IP 20.89.100.133 from VM ctest-vn1-vm2-66783903 passed
2026-06-11 21:11:51,055 - INFO - Detaching port a18ddad7-0f69-4901-bd38-dd5ac2a5ed8d from VM ctest-vn1-vm2-66783903
2026-06-11 21:11:51,108 - INFO - Deleting VM ctest-vn1-vm2-66783903
2026-06-11 21:11:51,170 - INFO - Detaching port 9b9f349f-9e77-47ee-be15-5d19446cd2aa from VM ctest-vn1-vm1-63270446
2026-06-11 21:11:51,200 - INFO - Deleting VM ctest-vn1-vm1-63270446
2026-06-11 21:11:51,419 - DEBUG - Response for delete_port : ()
2026-06-11 21:11:51,571 - DEBUG - Response for delete_port : ()
2026-06-11 21:11:51,571 - INFO - Deleting VN ctest-vn1-43485483
2026-06-11 21:11:51,712 - DEBUG - Response for deleting network ()
2026-06-11 21:11:51,974 - DEBUG - No XMPP flaps were noticed during the test
2026-06-11 21:11:51,974 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:29]
2026-06-11 21:11:51,974 - INFO - --------------------------------------------------------------------------------
2026-06-11 21:11:52,668 - INFO - Deleted project: ctest-TestPorts-78069607, ID : a6236e01-1ac8-47ae-800a-9bf38c037819