2026-03-23 16:28:22,932 - INFO - Domain Default found not creating 2026-03-23 16:28:23,086 - INFO - Project ctest-TestPorts-75067667 not found, creating it 2026-03-23 16:28:23,540 - INFO - Created Project:ctest-TestPorts-75067667, ID : 861c8058-e212-4aa6-b6b4-10852ad6529e 2026-03-23 16:28:25,011 - INFO - ================================================================================ 2026-03-23 16:28:25,011 - INFO - STARTING TEST : test_ports_bindings 2026-03-23 16:28:25,011 - 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-23 16:28:25,267 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.17': '0'}} with 2026-03-23 16:28:25,267 - INFO - Initial checks done. Running the testcase now 2026-03-23 16:28:25,267 - INFO - 2026-03-23 16:28:25,805 - DEBUG - Response for create_network : {'network': {'id': 'ee92aeb0-a4db-4f38-aa6b-649ef2b7a515', 'name': 'ctest-vn-46980771', 'tenant_id': '861c8058e2124aa6b6b410852ad6529e', 'project_id': '861c8058e2124aa6b6b410852ad6529e', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-75067667', 'ctest-vn-46980771'], 'port_security_enabled': True, 'description': ''}} 2026-03-23 16:28:25,987 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd701a064-47af-49ea-9957-06f5936308d0', 'name': '', 'tenant_id': '861c8058e2124aa6b6b410852ad6529e', 'network_id': 'ee92aeb0-a4db-4f38-aa6b-649ef2b7a515', 'ip_version': 4, 'cidr': '4.53.243.192/26', 'allocation_pools': [{'start': '4.53.243.194', 'end': '4.53.243.254'}], 'gateway_ip': '4.53.243.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '4.53.243.194', 'tags': [], 'project_id': '861c8058e2124aa6b6b410852ad6529e'}} 2026-03-23 16:28:26,003 - INFO - Created VN ctest-vn-46980771 2026-03-23 16:28:26,053 - DEBUG - VN ctest-vn-46980771 UUID is ee92aeb0-a4db-4f38-aa6b-649ef2b7a515 2026-03-23 16:28:26,157 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-75067667', 'ctest-vmi-61836426']} 2026-03-23 16:28:26,457 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-61836426', 'id': 'f084c46a-2d28-48d2-b844-8c508bf81e77', 'tenant_id': '861c8058e2124aa6b6b410852ad6529e', 'network_id': 'ee92aeb0-a4db-4f38-aa6b-649ef2b7a515', 'mac_address': '02:f0:84:c4:6a:2d', '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': '4.53.243.195', 'subnet_id': 'd701a064-47af-49ea-9957-06f5936308d0'}], 'security_groups': ['93e9c894-8a54-4b19-9bd2-d27abfc156f4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '861c8058e2124aa6b6b410852ad6529e'}} 2026-03-23 16:28:26,457 - DEBUG - Created port f084c46a-2d28-48d2-b844-8c508bf81e77 2026-03-23 16:28:26,561 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-machine-interface/f084c46a-2d28-48d2-b844-8c508bf81e77 2026-03-23 16:28:26,851 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-machine-interface/f084c46a-2d28-48d2-b844-8c508bf81e77 2026-03-23 16:28:26,882 - INFO - VMI f084c46a-2d28-48d2-b844-8c508bf81e77 verification in API Server passed 2026-03-23 16:28:26,965 - DEBUG - Response for delete_port : () 2026-03-23 16:28:26,965 - INFO - Deleted port f084c46a-2d28-48d2-b844-8c508bf81e77 2026-03-23 16:28:26,965 - INFO - Deleting VN ctest-vn-46980771 2026-03-23 16:28:27,061 - DEBUG - Response for deleting network () 2026-03-23 16:28:27,315 - DEBUG - No XMPP flaps were noticed during the test 2026-03-23 16:28:27,315 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-03-23 16:28:27,315 - INFO - -------------------------------------------------------------------------------- 2026-03-23 16:28:27,318 - INFO - ================================================================================ 2026-03-23 16:28:27,318 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-03-23 16:28:27,318 - 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-23 16:28:27,602 - DEBUG - Nothing to compare xmpp stats {'10.0.0.141': {'10.20.0.17': '0'}} with 2026-03-23 16:28:27,602 - INFO - Initial checks done. Running the testcase now 2026-03-23 16:28:27,602 - INFO - 2026-03-23 16:28:27,760 - DEBUG - Response for create_network : {'network': {'id': '50eda277-b760-4448-8146-708a35b91464', 'name': 'ctest-vn1-25946917', 'tenant_id': '861c8058e2124aa6b6b410852ad6529e', 'project_id': '861c8058e2124aa6b6b410852ad6529e', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-75067667', 'ctest-vn1-25946917'], 'port_security_enabled': True, 'description': ''}} 2026-03-23 16:28:27,907 - DEBUG - Response for create_subnet : {'subnet': {'id': '8064f01d-e1a9-4357-ab00-ae1e81ec7c3c', 'name': '', 'tenant_id': '861c8058e2124aa6b6b410852ad6529e', 'network_id': '50eda277-b760-4448-8146-708a35b91464', 'ip_version': 4, 'cidr': '55.68.136.128/26', 'allocation_pools': [{'start': '55.68.136.130', 'end': '55.68.136.190'}], 'gateway_ip': '55.68.136.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '55.68.136.130', 'tags': [], 'project_id': '861c8058e2124aa6b6b410852ad6529e'}} 2026-03-23 16:28:28,096 - DEBUG - Response for create_subnet : {'subnet': {'id': '278fa699-772f-48da-8186-5ab0ff40ca55', 'name': '', 'tenant_id': '861c8058e2124aa6b6b410852ad6529e', 'network_id': '50eda277-b760-4448-8146-708a35b91464', 'ip_version': 4, 'cidr': '165.205.9.192/26', 'allocation_pools': [{'start': '165.205.9.194', 'end': '165.205.9.254'}], 'gateway_ip': '165.205.9.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '165.205.9.194', 'tags': [], 'project_id': '861c8058e2124aa6b6b410852ad6529e'}} 2026-03-23 16:28:28,113 - INFO - Created VN ctest-vn1-25946917 2026-03-23 16:28:28,165 - DEBUG - VN ctest-vn1-25946917 UUID is 50eda277-b760-4448-8146-708a35b91464 2026-03-23 16:28:28,467 - DEBUG - Response for create_port : {'port': {'name': '21929a7d-ecd8-4869-b883-c831a796a8f0', 'id': '21929a7d-ecd8-4869-b883-c831a796a8f0', 'tenant_id': '861c8058e2124aa6b6b410852ad6529e', 'network_id': '50eda277-b760-4448-8146-708a35b91464', 'mac_address': '02:21:92:9a:7d:ec', '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': '55.68.136.133', 'subnet_id': '8064f01d-e1a9-4357-ab00-ae1e81ec7c3c'}], 'security_groups': ['93e9c894-8a54-4b19-9bd2-d27abfc156f4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '861c8058e2124aa6b6b410852ad6529e'}} 2026-03-23 16:28:28,628 - DEBUG - Response for create_port : {'port': {'name': '4619ee00-09cb-4500-984e-3679c7f66973', 'id': '4619ee00-09cb-4500-984e-3679c7f66973', 'tenant_id': '861c8058e2124aa6b6b410852ad6529e', 'network_id': '50eda277-b760-4448-8146-708a35b91464', 'mac_address': '02:46:19:ee:00:09', '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': '165.205.9.197', 'subnet_id': '278fa699-772f-48da-8186-5ab0ff40ca55'}], 'security_groups': ['93e9c894-8a54-4b19-9bd2-d27abfc156f4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '861c8058e2124aa6b6b410852ad6529e'}} 2026-03-23 16:28:28,682 - DEBUG - Services list from nova: [, , ] 2026-03-23 16:28:29,001 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5521-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5521-1) 2026-03-23 16:28:29,469 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5521-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5521-1) 2026-03-23 16:28:29,469 - INFO - Waiting for VM ctest-vn1-vm1-95800065 to be up.. 2026-03-23 16:28:29,505 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-03-23 16:28:34,576 - DEBUG - VM is in ACTIVE state now 2026-03-23 16:28:34,576 - INFO - VM name : ctest-vn1-vm1-95800065 2026-03-23 16:28:34,649 - DEBUG - VM ctest-vn1-vm1-95800065 ID is bee76d28-2029-45f9-9dbb-0c88daefbd9f 2026-03-23 16:28:34,667 - DEBUG - VM ctest-vn1-vm1-95800065 launched on Node cn-jenkins-deploy-platform-ansible-os-5521-1 2026-03-23 16:28:34,736 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-machine/bee76d28-2029-45f9-9dbb-0c88daefbd9f 2026-03-23 16:28:34,744 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-machine-interface/21929a7d-ecd8-4869-b883-c831a796a8f0 2026-03-23 16:28:38,003 - 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 1023ms') 2026-03-23 16:28:38,003 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-95800065 failed! 2026-03-23 16:28:38,057 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-75067667:ctest-vn1-25946917 is 55.68.136.129 and allocation pool is NOT set 2026-03-23 16:28:38,057 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-75067667:ctest-vn1-25946917 is 165.205.9.193 and allocation pool is NOT set 2026-03-23 16:28:40,129 - 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.44 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=2.91 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 = 2.907/3.675/4.443/0.768 ms') 2026-03-23 16:28:40,130 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-95800065 passed 2026-03-23 16:28:40,281 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-23 16:28:40,282 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-95800065, IP 55.68.136.133, Port 22 2026-03-23 16:28:40,347 - DEBUG - Error on ssh to cirros@169.254.0.3:22, result: /bin/bash: connect: Connection refused /bin/bash: line 1: /dev/tcp/169.254.0.3/22: Connection refused {'failed': True, 'command': '(echo > /dev/tcp/169.254.0.3/22)', 'real_command': '/bin/bash -l -c "(echo > /dev/tcp/169.254.0.3/22)"', 'return_code': 1, 'succeeded': False, 'stderr': ''} 2026-03-23 16:28:40,423 - DEBUG - VM ctest-vn1-vm1-95800065 is NOT ready for SSH connections, VM status: ACTIVE 2026-03-23 16:28:45,424 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-23 16:28:45,424 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-95800065, IP 55.68.136.133, Port 22 2026-03-23 16:28:45,577 - DEBUG - VM ctest-vn1-vm1-95800065 is ready for SSH connections 2026-03-23 16:28:45,577 - INFO - Waiting for VM ctest-vn1-vm2-08872499 to be up.. 2026-03-23 16:28:45,649 - DEBUG - VM is in ACTIVE state now 2026-03-23 16:28:45,649 - INFO - VM name : ctest-vn1-vm2-08872499 2026-03-23 16:28:45,725 - DEBUG - VM ctest-vn1-vm2-08872499 ID is 0fba3800-102b-4f71-a5da-c1c433e51182 2026-03-23 16:28:45,725 - DEBUG - VM ctest-vn1-vm2-08872499 launched on Node cn-jenkins-deploy-platform-ansible-os-5521-1 2026-03-23 16:28:45,799 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-machine/0fba3800-102b-4f71-a5da-c1c433e51182 2026-03-23 16:28:45,811 - DEBUG - Requesting: http://10.0.0.141:8082/virtual-machine-interface/4619ee00-09cb-4500-984e-3679c7f66973 2026-03-23 16:28:47,047 - 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.06 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.387 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.387/1.722/3.057/1.335 ms') 2026-03-23 16:28:47,047 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-08872499 passed 2026-03-23 16:28:47,193 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-23 16:28:47,194 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-08872499, IP 165.205.9.197, Port 22 2026-03-23 16:28:47,353 - DEBUG - VM ctest-vn1-vm2-08872499 is ready for SSH connections 2026-03-23 16:28:47,353 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-23 16:28:47,353 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-23 16:28:47,353 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-03-23 16:28:47,353 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 55.68.136.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.141, gateway password: c0ntrail123 2026-03-23 16:28:47,353 - DEBUG - ping -s 56 -c 3 -W 1 55.68.136.133 2026-03-23 16:28:50,028 - DEBUG - PING 55.68.136.133 (55.68.136.133): 56 data bytes 64 bytes from 55.68.136.133: seq=0 ttl=63 time=3.695 ms 64 bytes from 55.68.136.133: seq=1 ttl=63 time=1.038 ms 64 bytes from 55.68.136.133: seq=2 ttl=63 time=1.357 ms --- 55.68.136.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.038/2.030/3.695 ms 2026-03-23 16:28:50,029 - INFO - Ping to IP 55.68.136.133 from VM ctest-vn1-vm2-08872499 passed 2026-03-23 16:28:50,029 - INFO - Detaching port 4619ee00-09cb-4500-984e-3679c7f66973 from VM ctest-vn1-vm2-08872499 2026-03-23 16:28:50,083 - INFO - Deleting VM ctest-vn1-vm2-08872499 2026-03-23 16:28:50,165 - INFO - Detaching port 21929a7d-ecd8-4869-b883-c831a796a8f0 from VM ctest-vn1-vm1-95800065 2026-03-23 16:28:50,211 - INFO - Deleting VM ctest-vn1-vm1-95800065 2026-03-23 16:28:50,484 - DEBUG - Response for delete_port : () 2026-03-23 16:28:50,688 - DEBUG - Response for delete_port : () 2026-03-23 16:28:50,688 - INFO - Deleting VN ctest-vn1-25946917 2026-03-23 16:28:50,870 - DEBUG - Response for deleting network () 2026-03-23 16:28:51,127 - DEBUG - No XMPP flaps were noticed during the test 2026-03-23 16:28:51,127 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:24] 2026-03-23 16:28:51,127 - INFO - -------------------------------------------------------------------------------- 2026-03-23 16:28:51,841 - INFO - Deleted project: ctest-TestPorts-75067667, ID : 861c8058-e212-4aa6-b6b4-10852ad6529e