2026-03-04 14:42:11,149 - INFO - Domain Default found not creating
2026-03-04 14:42:11,343 - INFO - Project ctest-TestPorts-83545268 not found, creating it
2026-03-04 14:42:11,830 - INFO - Created Project:ctest-TestPorts-83545268, ID : da323d62-cfbf-4b7a-8368-47a46d51139a
2026-03-04 14:42:13,406 - INFO - ================================================================================
2026-03-04 14:42:13,407 - INFO - STARTING TEST : test_ports_bindings
2026-03-04 14:42:13,407 - 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-03-04 14:42:13,667 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.254': '0'}} with
2026-03-04 14:42:13,668 - INFO - Initial checks done. Running the testcase now
2026-03-04 14:42:13,668 - INFO -
2026-03-04 14:42:14,234 - DEBUG - Response for create_network : {'network': {'id': 'c9973986-14b2-492a-8763-94473ed45570', 'name': 'ctest-vn-45464258', 'tenant_id': 'da323d62cfbf4b7a836847a46d51139a', 'project_id': 'da323d62cfbf4b7a836847a46d51139a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-83545268', 'ctest-vn-45464258'], 'port_security_enabled': True, 'description': ''}}
2026-03-04 14:42:14,422 - DEBUG - Response for create_subnet : {'subnet': {'id': '755fc663-da14-42a1-b2ad-796ab1d05ef4', 'name': '', 'tenant_id': 'da323d62cfbf4b7a836847a46d51139a', 'network_id': 'c9973986-14b2-492a-8763-94473ed45570', 'ip_version': 4, 'cidr': '122.1.126.192/26', 'allocation_pools': [{'start': '122.1.126.194', 'end': '122.1.126.254'}], 'gateway_ip': '122.1.126.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '122.1.126.194', 'tags': [], 'project_id': 'da323d62cfbf4b7a836847a46d51139a'}}
2026-03-04 14:42:14,440 - INFO - Created VN ctest-vn-45464258
2026-03-04 14:42:14,494 - DEBUG - VN ctest-vn-45464258 UUID is c9973986-14b2-492a-8763-94473ed45570
2026-03-04 14:42:14,599 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-83545268', 'ctest-vmi-17436485']}
2026-03-04 14:42:14,881 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-17436485', 'id': 'c0e8cfb8-5705-4a2c-a5b6-1446df710b95', 'tenant_id': 'da323d62cfbf4b7a836847a46d51139a', 'network_id': 'c9973986-14b2-492a-8763-94473ed45570', 'mac_address': '02:c0:e8:cf:b8:57', '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': '122.1.126.195', 'subnet_id': '755fc663-da14-42a1-b2ad-796ab1d05ef4'}], 'security_groups': ['d6363432-2004-47e1-bcb6-33bad360b117'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'da323d62cfbf4b7a836847a46d51139a'}}
2026-03-04 14:42:14,881 - DEBUG - Created port c0e8cfb8-5705-4a2c-a5b6-1446df710b95
2026-03-04 14:42:14,986 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c0e8cfb8-5705-4a2c-a5b6-1446df710b95
2026-03-04 14:42:15,281 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c0e8cfb8-5705-4a2c-a5b6-1446df710b95
2026-03-04 14:42:15,317 - INFO - VMI c0e8cfb8-5705-4a2c-a5b6-1446df710b95 verification in API Server passed
2026-03-04 14:42:15,414 - DEBUG - Response for delete_port : ()
2026-03-04 14:42:15,414 - INFO - Deleted port c0e8cfb8-5705-4a2c-a5b6-1446df710b95
2026-03-04 14:42:15,414 - INFO - Deleting VN ctest-vn-45464258
2026-03-04 14:42:15,516 - DEBUG - Response for deleting network ()
2026-03-04 14:42:15,770 - DEBUG - No XMPP flaps were noticed during the test
2026-03-04 14:42:15,770 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02]
2026-03-04 14:42:15,770 - INFO - --------------------------------------------------------------------------------
2026-03-04 14:42:15,773 - INFO - ================================================================================
2026-03-04 14:42:15,773 - INFO - STARTING TEST : test_ports_specific_subnet_ip
2026-03-04 14:42:15,773 - 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-03-04 14:42:16,070 - DEBUG - Nothing to compare xmpp stats {'10.0.0.38': {'10.20.0.254': '0'}} with
2026-03-04 14:42:16,070 - INFO - Initial checks done. Running the testcase now
2026-03-04 14:42:16,070 - INFO -
2026-03-04 14:42:16,252 - DEBUG - Response for create_network : {'network': {'id': 'b875dd81-7b6f-4fd3-8239-06258a9f58f9', 'name': 'ctest-vn1-09989340', 'tenant_id': 'da323d62cfbf4b7a836847a46d51139a', 'project_id': 'da323d62cfbf4b7a836847a46d51139a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-83545268', 'ctest-vn1-09989340'], 'port_security_enabled': True, 'description': ''}}
2026-03-04 14:42:16,489 - DEBUG - Response for create_subnet : {'subnet': {'id': 'f3f8efbe-4867-4f73-9a45-f679995c0edd', 'name': '', 'tenant_id': 'da323d62cfbf4b7a836847a46d51139a', 'network_id': 'b875dd81-7b6f-4fd3-8239-06258a9f58f9', 'ip_version': 4, 'cidr': '48.72.163.128/26', 'allocation_pools': [{'start': '48.72.163.130', 'end': '48.72.163.190'}], 'gateway_ip': '48.72.163.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '48.72.163.130', 'tags': [], 'project_id': 'da323d62cfbf4b7a836847a46d51139a'}}
2026-03-04 14:42:16,687 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ce196560-a89f-4e26-99fc-79e194bd4675', 'name': '', 'tenant_id': 'da323d62cfbf4b7a836847a46d51139a', 'network_id': 'b875dd81-7b6f-4fd3-8239-06258a9f58f9', 'ip_version': 4, 'cidr': '130.56.19.192/26', 'allocation_pools': [{'start': '130.56.19.194', 'end': '130.56.19.254'}], 'gateway_ip': '130.56.19.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '130.56.19.194', 'tags': [], 'project_id': 'da323d62cfbf4b7a836847a46d51139a'}}
2026-03-04 14:42:16,706 - INFO - Created VN ctest-vn1-09989340
2026-03-04 14:42:16,758 - DEBUG - VN ctest-vn1-09989340 UUID is b875dd81-7b6f-4fd3-8239-06258a9f58f9
2026-03-04 14:42:17,077 - DEBUG - Response for create_port : {'port': {'name': '7a571b7c-e4a4-4ce0-a8b0-b93a7dec3f96', 'id': '7a571b7c-e4a4-4ce0-a8b0-b93a7dec3f96', 'tenant_id': 'da323d62cfbf4b7a836847a46d51139a', 'network_id': 'b875dd81-7b6f-4fd3-8239-06258a9f58f9', 'mac_address': '02:7a:57:1b:7c:e4', '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': '48.72.163.133', 'subnet_id': 'f3f8efbe-4867-4f73-9a45-f679995c0edd'}], 'security_groups': ['d6363432-2004-47e1-bcb6-33bad360b117'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'da323d62cfbf4b7a836847a46d51139a'}}
2026-03-04 14:42:17,251 - DEBUG - Response for create_port : {'port': {'name': 'c5b62fa9-b053-41f0-8508-b76ac57f9757', 'id': 'c5b62fa9-b053-41f0-8508-b76ac57f9757', 'tenant_id': 'da323d62cfbf4b7a836847a46d51139a', 'network_id': 'b875dd81-7b6f-4fd3-8239-06258a9f58f9', 'mac_address': '02:c5:b6:2f:a9:b0', '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': '130.56.19.197', 'subnet_id': 'ce196560-a89f-4e26-99fc-79e194bd4675'}], 'security_groups': ['d6363432-2004-47e1-bcb6-33bad360b117'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'da323d62cfbf4b7a836847a46d51139a'}}
2026-03-04 14:42:17,308 - DEBUG - Services list from nova: [, , ]
2026-03-04 14:42:17,658 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5428-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5428-1)
2026-03-04 14:42:18,088 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5428-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5428-1)
2026-03-04 14:42:18,088 - INFO - Waiting for VM ctest-vn1-vm1-50951726 to be up..
2026-03-04 14:42:18,133 - DEBUG - VM is still in BUILD state, Expected: ACTIVE
2026-03-04 14:42:23,215 - DEBUG - VM is in ACTIVE state now
2026-03-04 14:42:23,215 - INFO - VM name : ctest-vn1-vm1-50951726
2026-03-04 14:42:23,305 - DEBUG - VM ctest-vn1-vm1-50951726 ID is 0ff0bd9c-5c37-4277-bace-dc50e7093781
2026-03-04 14:42:23,327 - DEBUG - VM ctest-vn1-vm1-50951726 launched on Node cn-jenkins-deploy-platform-ansible-os-5428-1
2026-03-04 14:42:23,407 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/0ff0bd9c-5c37-4277-bace-dc50e7093781
2026-03-04 14:42:23,416 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/7a571b7c-e4a4-4ce0-a8b0-b93a7dec3f96
2026-03-04 14:42:26,689 - 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 1027ms')
2026-03-04 14:42:26,689 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-50951726 failed!
2026-03-04 14:42:26,746 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-83545268:ctest-vn1-09989340 is 48.72.163.129 and allocation pool is NOT set
2026-03-04 14:42:26,746 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-83545268:ctest-vn1-09989340 is 130.56.19.193 and allocation pool is NOT set
2026-03-04 14:42:30,808 - 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=8.82 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1007ms\r\nrtt min/avg/max/mdev = 8.821/8.821/8.821/0.000 ms')
2026-03-04 14:42:30,808 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-50951726 passed
2026-03-04 14:42:30,962 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 14:42:30,962 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-50951726, IP 48.72.163.133, Port 22
2026-03-04 14:42:31,127 - DEBUG - VM ctest-vn1-vm1-50951726 is ready for SSH connections
2026-03-04 14:42:31,127 - INFO - Waiting for VM ctest-vn1-vm2-15233781 to be up..
2026-03-04 14:42:31,205 - DEBUG - VM is in ACTIVE state now
2026-03-04 14:42:31,205 - INFO - VM name : ctest-vn1-vm2-15233781
2026-03-04 14:42:31,281 - DEBUG - VM ctest-vn1-vm2-15233781 ID is 79e4837a-66a5-4993-bd99-e9569379db9e
2026-03-04 14:42:31,282 - DEBUG - VM ctest-vn1-vm2-15233781 launched on Node cn-jenkins-deploy-platform-ansible-os-5428-1
2026-03-04 14:42:31,355 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine/79e4837a-66a5-4993-bd99-e9569379db9e
2026-03-04 14:42:31,363 - DEBUG - Requesting: http://10.0.0.38:8082/virtual-machine-interface/c5b62fa9-b053-41f0-8508-b76ac57f9757
2026-03-04 14:42:32,602 - 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.05 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.532 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1000ms\r\nrtt min/avg/max/mdev = 0.532/1.793/3.054/1.261 ms')
2026-03-04 14:42:32,602 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-15233781 passed
2026-03-04 14:42:32,758 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 14:42:32,758 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-15233781, IP 130.56.19.197, Port 22
2026-03-04 14:42:32,909 - DEBUG - VM ctest-vn1-vm2-15233781 is ready for SSH connections
2026-03-04 14:42:32,909 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 14:42:32,909 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 14:42:32,909 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set
2026-03-04 14:42:32,909 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 48.72.163.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.38, gateway password: c0ntrail123
2026-03-04 14:42:32,909 - DEBUG - ping -s 56 -c 3 -W 1 48.72.163.133
2026-03-04 14:42:35,562 - DEBUG - PING 48.72.163.133 (48.72.163.133): 56 data bytes
64 bytes from 48.72.163.133: seq=0 ttl=63 time=3.872 ms
64 bytes from 48.72.163.133: seq=1 ttl=63 time=0.811 ms
64 bytes from 48.72.163.133: seq=2 ttl=63 time=0.916 ms
--- 48.72.163.133 ping statistics ---
3 packets transmitted, 3 packets received, 0% packet loss
round-trip min/avg/max = 0.811/1.866/3.872 ms
2026-03-04 14:42:35,562 - INFO - Ping to IP 48.72.163.133 from VM ctest-vn1-vm2-15233781 passed
2026-03-04 14:42:35,562 - INFO - Detaching port c5b62fa9-b053-41f0-8508-b76ac57f9757 from VM ctest-vn1-vm2-15233781
2026-03-04 14:42:35,614 - INFO - Deleting VM ctest-vn1-vm2-15233781
2026-03-04 14:42:35,687 - INFO - Detaching port 7a571b7c-e4a4-4ce0-a8b0-b93a7dec3f96 from VM ctest-vn1-vm1-50951726
2026-03-04 14:42:35,719 - INFO - Deleting VM ctest-vn1-vm1-50951726
2026-03-04 14:42:35,938 - DEBUG - Response for delete_port : ()
2026-03-04 14:42:36,105 - DEBUG - Response for delete_port : ()
2026-03-04 14:42:36,105 - INFO - Deleting VN ctest-vn1-09989340
2026-03-04 14:42:36,234 - DEBUG - Response for deleting network ()
2026-03-04 14:42:36,490 - DEBUG - No XMPP flaps were noticed during the test
2026-03-04 14:42:36,490 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:21]
2026-03-04 14:42:36,490 - INFO - --------------------------------------------------------------------------------
2026-03-04 14:42:37,213 - INFO - Deleted project: ctest-TestPorts-83545268, ID : da323d62-cfbf-4b7a-8368-47a46d51139a