2026-05-28 09:05:19,511 - INFO - Domain Default found not creating 2026-05-28 09:05:19,701 - INFO - Project ctest-TestPorts-80655348 not found, creating it 2026-05-28 09:05:20,205 - INFO - Created Project:ctest-TestPorts-80655348, ID : 665e183c-14db-4adf-b19c-11f17a0f4b8d 2026-05-28 09:05:22,006 - INFO - ================================================================================ 2026-05-28 09:05:22,006 - INFO - STARTING TEST : test_ports_bindings 2026-05-28 09:05:22,007 - 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-05-28 09:05:22,267 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-05-28 09:05:22,267 - INFO - Initial checks done. Running the testcase now 2026-05-28 09:05:22,267 - INFO - 2026-05-28 09:05:22,893 - DEBUG - Response for create_network : {'network': {'id': 'f52fe3b3-5f23-4d81-8a18-bdfe5043865c', 'name': 'ctest-vn-84041034', 'tenant_id': '665e183c14db4adfb19c11f17a0f4b8d', 'project_id': '665e183c14db4adfb19c11f17a0f4b8d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-80655348', 'ctest-vn-84041034'], 'port_security_enabled': True, 'description': ''}} 2026-05-28 09:05:23,127 - DEBUG - Response for create_subnet : {'subnet': {'id': '6af41a3d-bac5-4b99-9be7-19109b45f299', 'name': '', 'tenant_id': '665e183c14db4adfb19c11f17a0f4b8d', 'network_id': 'f52fe3b3-5f23-4d81-8a18-bdfe5043865c', 'ip_version': 4, 'cidr': '114.62.218.128/26', 'allocation_pools': [{'start': '114.62.218.130', 'end': '114.62.218.190'}], 'gateway_ip': '114.62.218.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '114.62.218.130', 'tags': [], 'project_id': '665e183c14db4adfb19c11f17a0f4b8d'}} 2026-05-28 09:05:23,147 - INFO - Created VN ctest-vn-84041034 2026-05-28 09:05:23,199 - DEBUG - VN ctest-vn-84041034 UUID is f52fe3b3-5f23-4d81-8a18-bdfe5043865c 2026-05-28 09:05:23,324 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-80655348', 'ctest-vmi-24474570']} 2026-05-28 09:05:23,599 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-24474570', 'id': '97de7f07-14a0-4d3d-994a-7f66cc2a9035', 'tenant_id': '665e183c14db4adfb19c11f17a0f4b8d', 'network_id': 'f52fe3b3-5f23-4d81-8a18-bdfe5043865c', 'mac_address': '02:97:de:7f:07:14', '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': '114.62.218.131', 'subnet_id': '6af41a3d-bac5-4b99-9be7-19109b45f299'}], 'security_groups': ['fc7034ad-13ab-4a82-9232-71c8cddd0d5a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '665e183c14db4adfb19c11f17a0f4b8d'}} 2026-05-28 09:05:23,599 - DEBUG - Created port 97de7f07-14a0-4d3d-994a-7f66cc2a9035 2026-05-28 09:05:23,703 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/97de7f07-14a0-4d3d-994a-7f66cc2a9035 2026-05-28 09:05:24,283 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/97de7f07-14a0-4d3d-994a-7f66cc2a9035 2026-05-28 09:05:24,348 - INFO - VMI 97de7f07-14a0-4d3d-994a-7f66cc2a9035 verification in API Server passed 2026-05-28 09:05:24,450 - DEBUG - Response for delete_port : () 2026-05-28 09:05:24,450 - INFO - Deleted port 97de7f07-14a0-4d3d-994a-7f66cc2a9035 2026-05-28 09:05:24,451 - INFO - Deleting VN ctest-vn-84041034 2026-05-28 09:05:24,550 - DEBUG - Response for deleting network () 2026-05-28 09:05:24,814 - DEBUG - No XMPP flaps were noticed during the test 2026-05-28 09:05:24,814 - INFO - END TEST : test_ports_bindings : PASSED[0:00:02] 2026-05-28 09:05:24,814 - INFO - -------------------------------------------------------------------------------- 2026-05-28 09:05:24,818 - INFO - ================================================================================ 2026-05-28 09:05:24,818 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-28 09:05:24,818 - 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-05-28 09:05:25,125 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-05-28 09:05:25,125 - INFO - Initial checks done. Running the testcase now 2026-05-28 09:05:25,125 - INFO - 2026-05-28 09:05:25,298 - DEBUG - Response for create_network : {'network': {'id': '16c619d9-ec6b-4b88-b66e-18a71859a971', 'name': 'ctest-vn1-85613834', 'tenant_id': '665e183c14db4adfb19c11f17a0f4b8d', 'project_id': '665e183c14db4adfb19c11f17a0f4b8d', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-80655348', 'ctest-vn1-85613834'], 'port_security_enabled': True, 'description': ''}} 2026-05-28 09:05:25,463 - DEBUG - Response for create_subnet : {'subnet': {'id': 'a29b464a-19f8-4632-bdda-4b831b28a5a3', 'name': '', 'tenant_id': '665e183c14db4adfb19c11f17a0f4b8d', 'network_id': '16c619d9-ec6b-4b88-b66e-18a71859a971', 'ip_version': 4, 'cidr': '162.193.190.192/26', 'allocation_pools': [{'start': '162.193.190.194', 'end': '162.193.190.254'}], 'gateway_ip': '162.193.190.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '162.193.190.194', 'tags': [], 'project_id': '665e183c14db4adfb19c11f17a0f4b8d'}} 2026-05-28 09:05:25,671 - DEBUG - Response for create_subnet : {'subnet': {'id': 'dc0d75b5-f44e-42e2-9023-f49f1686db8d', 'name': '', 'tenant_id': '665e183c14db4adfb19c11f17a0f4b8d', 'network_id': '16c619d9-ec6b-4b88-b66e-18a71859a971', 'ip_version': 4, 'cidr': '216.209.237.192/26', 'allocation_pools': [{'start': '216.209.237.194', 'end': '216.209.237.254'}], 'gateway_ip': '216.209.237.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '216.209.237.194', 'tags': [], 'project_id': '665e183c14db4adfb19c11f17a0f4b8d'}} 2026-05-28 09:05:25,693 - INFO - Created VN ctest-vn1-85613834 2026-05-28 09:05:25,751 - DEBUG - VN ctest-vn1-85613834 UUID is 16c619d9-ec6b-4b88-b66e-18a71859a971 2026-05-28 09:05:26,072 - DEBUG - Response for create_port : {'port': {'name': '0a85c080-f7a7-4e41-a1bb-424e1149cc73', 'id': '0a85c080-f7a7-4e41-a1bb-424e1149cc73', 'tenant_id': '665e183c14db4adfb19c11f17a0f4b8d', 'network_id': '16c619d9-ec6b-4b88-b66e-18a71859a971', 'mac_address': '02:0a:85:c0:80:f7', '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': '162.193.190.197', 'subnet_id': 'a29b464a-19f8-4632-bdda-4b831b28a5a3'}], 'security_groups': ['fc7034ad-13ab-4a82-9232-71c8cddd0d5a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '665e183c14db4adfb19c11f17a0f4b8d'}} 2026-05-28 09:05:26,245 - DEBUG - Response for create_port : {'port': {'name': 'f52c86fb-5511-4771-ab6a-e086e1fa2922', 'id': 'f52c86fb-5511-4771-ab6a-e086e1fa2922', 'tenant_id': '665e183c14db4adfb19c11f17a0f4b8d', 'network_id': '16c619d9-ec6b-4b88-b66e-18a71859a971', 'mac_address': '02:f5:2c:86:fb:55', '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': '216.209.237.197', 'subnet_id': 'dc0d75b5-f44e-42e2-9023-f49f1686db8d'}], 'security_groups': ['fc7034ad-13ab-4a82-9232-71c8cddd0d5a'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '665e183c14db4adfb19c11f17a0f4b8d'}} 2026-05-28 09:05:26,306 - DEBUG - Services list from nova: [, , ] 2026-05-28 09:05:26,652 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5843-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5843-1) 2026-05-28 09:05:27,081 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5843-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5843-1) 2026-05-28 09:05:27,081 - INFO - Waiting for VM ctest-vn1-vm1-14386107 to be up.. 2026-05-28 09:05:27,124 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-28 09:05:32,214 - DEBUG - VM is in ACTIVE state now 2026-05-28 09:05:32,214 - INFO - VM name : ctest-vn1-vm1-14386107 2026-05-28 09:05:32,305 - DEBUG - VM ctest-vn1-vm1-14386107 ID is fec1fc99-87c3-4206-8d1f-a39007d9ff0a 2026-05-28 09:05:32,325 - DEBUG - VM ctest-vn1-vm1-14386107 launched on Node cn-jenkins-deploy-platform-ansible-os-5843-1 2026-05-28 09:05:32,408 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/fec1fc99-87c3-4206-8d1f-a39007d9ff0a 2026-05-28 09:05:32,415 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/0a85c080-f7a7-4e41-a1bb-424e1149cc73 2026-05-28 09:05:35,669 - 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 1021ms') 2026-05-28 09:05:35,669 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-14386107 failed! 2026-05-28 09:05:35,723 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-80655348:ctest-vn1-85613834 is 162.193.190.193 and allocation pool is NOT set 2026-05-28 09:05:35,723 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-80655348:ctest-vn1-85613834 is 216.209.237.193 and allocation pool is NOT set 2026-05-28 09:05:39,797 - 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 1016ms') 2026-05-28 09:05:39,798 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-14386107 failed! 2026-05-28 09:05:39,851 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-80655348:ctest-vn1-85613834 is 162.193.190.193 and allocation pool is NOT set 2026-05-28 09:05:39,851 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-80655348:ctest-vn1-85613834 is 216.209.237.193 and allocation pool is NOT set 2026-05-28 09:05:41,916 - 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.81 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.987 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 2 received, 0% packet loss, time 1002ms\r\nrtt min/avg/max/mdev = 0.987/2.897/4.807/1.910 ms') 2026-05-28 09:05:41,917 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-14386107 passed 2026-05-28 09:05:42,071 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-28 09:05:42,071 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-14386107, IP 162.193.190.197, Port 22 2026-05-28 09:05:42,137 - 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-05-28 09:05:42,228 - DEBUG - VM ctest-vn1-vm1-14386107 is NOT ready for SSH connections, VM status: ACTIVE 2026-05-28 09:05:47,229 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-28 09:05:47,229 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-14386107, IP 162.193.190.197, Port 22 2026-05-28 09:05:47,397 - DEBUG - VM ctest-vn1-vm1-14386107 is ready for SSH connections 2026-05-28 09:05:47,397 - INFO - Waiting for VM ctest-vn1-vm2-31711908 to be up.. 2026-05-28 09:05:47,475 - DEBUG - VM is in ACTIVE state now 2026-05-28 09:05:47,475 - INFO - VM name : ctest-vn1-vm2-31711908 2026-05-28 09:05:47,549 - DEBUG - VM ctest-vn1-vm2-31711908 ID is 90657fd0-1fbe-499b-b535-dfdca452d1b2 2026-05-28 09:05:47,549 - DEBUG - VM ctest-vn1-vm2-31711908 launched on Node cn-jenkins-deploy-platform-ansible-os-5843-1 2026-05-28 09:05:47,626 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/90657fd0-1fbe-499b-b535-dfdca452d1b2 2026-05-28 09:05:47,634 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/f52c86fb-5511-4771-ab6a-e086e1fa2922 2026-05-28 09:05:48,877 - 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=4.70 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.468 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.468/2.585/4.702/2.117 ms') 2026-05-28 09:05:48,877 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-31711908 passed 2026-05-28 09:05:49,031 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-28 09:05:49,031 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-31711908, IP 216.209.237.197, Port 22 2026-05-28 09:05:49,187 - DEBUG - VM ctest-vn1-vm2-31711908 is ready for SSH connections 2026-05-28 09:05:49,187 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-28 09:05:49,187 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-28 09:05:49,187 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-28 09:05:49,187 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 162.193.190.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123 2026-05-28 09:05:49,188 - DEBUG - ping -s 56 -c 3 -W 1 162.193.190.197 2026-05-28 09:05:51,966 - DEBUG - PING 162.193.190.197 (162.193.190.197): 56 data bytes 64 bytes from 162.193.190.197: seq=0 ttl=63 time=5.279 ms 64 bytes from 162.193.190.197: seq=1 ttl=63 time=1.055 ms 64 bytes from 162.193.190.197: seq=2 ttl=63 time=1.008 ms --- 162.193.190.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.008/2.447/5.279 ms 2026-05-28 09:05:51,966 - INFO - Ping to IP 162.193.190.197 from VM ctest-vn1-vm2-31711908 passed 2026-05-28 09:05:51,967 - INFO - Detaching port f52c86fb-5511-4771-ab6a-e086e1fa2922 from VM ctest-vn1-vm2-31711908 2026-05-28 09:05:52,050 - INFO - Deleting VM ctest-vn1-vm2-31711908 2026-05-28 09:05:52,118 - INFO - Detaching port 0a85c080-f7a7-4e41-a1bb-424e1149cc73 from VM ctest-vn1-vm1-14386107 2026-05-28 09:05:52,158 - INFO - Deleting VM ctest-vn1-vm1-14386107 2026-05-28 09:05:52,424 - DEBUG - Response for delete_port : () 2026-05-28 09:05:52,638 - DEBUG - Response for delete_port : () 2026-05-28 09:05:52,638 - INFO - Deleting VN ctest-vn1-85613834 2026-05-28 09:05:52,784 - DEBUG - Response for deleting network () 2026-05-28 09:05:53,037 - DEBUG - No XMPP flaps were noticed during the test 2026-05-28 09:05:53,037 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:29] 2026-05-28 09:05:53,037 - INFO - -------------------------------------------------------------------------------- 2026-05-28 09:05:53,842 - INFO - Deleted project: ctest-TestPorts-80655348, ID : 665e183c-14db-4adf-b19c-11f17a0f4b8d