2026-06-15 15:00:53,430 - INFO - Domain Default found not creating 2026-06-15 15:00:53,643 - INFO - Project ctest-TestPorts-88388022 not found, creating it 2026-06-15 15:00:54,425 - INFO - Created Project:ctest-TestPorts-88388022, ID : dd0eaead-877d-4914-a3ea-a9da5a2424df 2026-06-15 15:00:55,937 - INFO - ================================================================================ 2026-06-15 15:00:55,937 - INFO - STARTING TEST : test_ports_bindings 2026-06-15 15:00:55,937 - 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-15 15:00:56,207 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-06-15 15:00:56,207 - INFO - Initial checks done. Running the testcase now 2026-06-15 15:00:56,208 - INFO - 2026-06-15 15:00:56,797 - DEBUG - Response for create_network : {'network': {'id': 'a6a33d46-c713-465c-8c59-19c81fbc8770', 'name': 'ctest-vn-45189153', 'tenant_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'project_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-88388022', 'ctest-vn-45189153'], 'port_security_enabled': True, 'description': ''}} 2026-06-15 15:00:56,941 - DEBUG - Response for create_subnet : {'subnet': {'id': 'f37c4310-aa31-41b2-8102-7fc214e25452', 'name': '', 'tenant_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'network_id': 'a6a33d46-c713-465c-8c59-19c81fbc8770', 'ip_version': 4, 'cidr': '164.236.49.64/26', 'allocation_pools': [{'start': '164.236.49.66', 'end': '164.236.49.126'}], 'gateway_ip': '164.236.49.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '164.236.49.66', 'tags': [], 'project_id': 'dd0eaead877d4914a3eaa9da5a2424df'}} 2026-06-15 15:00:56,960 - INFO - Created VN ctest-vn-45189153 2026-06-15 15:00:57,015 - DEBUG - VN ctest-vn-45189153 UUID is a6a33d46-c713-465c-8c59-19c81fbc8770 2026-06-15 15:00:57,113 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-88388022', 'ctest-vmi-49568133']} 2026-06-15 15:00:57,399 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-49568133', 'id': '80ce7649-97aa-4f07-8af4-b4f2c3ee3dcd', 'tenant_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'network_id': 'a6a33d46-c713-465c-8c59-19c81fbc8770', 'mac_address': '02:80:ce:76:49:97', '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': '164.236.49.67', 'subnet_id': 'f37c4310-aa31-41b2-8102-7fc214e25452'}], 'security_groups': ['66045d72-e5a7-46e4-ad15-62cc0dcf2e58'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'dd0eaead877d4914a3eaa9da5a2424df'}} 2026-06-15 15:00:57,399 - DEBUG - Created port 80ce7649-97aa-4f07-8af4-b4f2c3ee3dcd 2026-06-15 15:00:57,502 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/80ce7649-97aa-4f07-8af4-b4f2c3ee3dcd 2026-06-15 15:00:57,825 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/80ce7649-97aa-4f07-8af4-b4f2c3ee3dcd 2026-06-15 15:00:57,854 - INFO - VMI 80ce7649-97aa-4f07-8af4-b4f2c3ee3dcd verification in API Server passed 2026-06-15 15:00:57,941 - DEBUG - Response for delete_port : () 2026-06-15 15:00:57,941 - INFO - Deleted port 80ce7649-97aa-4f07-8af4-b4f2c3ee3dcd 2026-06-15 15:00:57,941 - INFO - Deleting VN ctest-vn-45189153 2026-06-15 15:00:58,047 - DEBUG - Response for deleting network () 2026-06-15 15:00:58,307 - DEBUG - No XMPP flaps were noticed during the test
2026-06-15 15:00:58,307 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-06-15 15:00:58,307 - INFO - -------------------------------------------------------------------------------- 2026-06-15 15:00:58,310 - INFO - ================================================================================ 2026-06-15 15:00:58,310 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-15 15:00:58,310 - 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-15 15:00:58,596 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.17': '0'}} with 2026-06-15 15:00:58,596 - INFO - Initial checks done. Running the testcase now 2026-06-15 15:00:58,596 - INFO - 2026-06-15 15:00:58,765 - DEBUG - Response for create_network : {'network': {'id': '495cb76f-977d-4d58-baa2-b987ac2d0de7', 'name': 'ctest-vn1-01786195', 'tenant_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'project_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-88388022', 'ctest-vn1-01786195'], 'port_security_enabled': True, 'description': ''}} 2026-06-15 15:00:58,941 - DEBUG - Response for create_subnet : {'subnet': {'id': 'd00468a6-69be-40ba-9d68-7c2b942cd3aa', 'name': '', 'tenant_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'network_id': '495cb76f-977d-4d58-baa2-b987ac2d0de7', 'ip_version': 4, 'cidr': '102.19.154.128/26', 'allocation_pools': [{'start': '102.19.154.130', 'end': '102.19.154.190'}], 'gateway_ip': '102.19.154.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '102.19.154.130', 'tags': [], 'project_id': 'dd0eaead877d4914a3eaa9da5a2424df'}} 2026-06-15 15:00:59,125 - DEBUG - Response for create_subnet : {'subnet': {'id': '3449d1d8-0adb-4915-a25e-df974b667921', 'name': '', 'tenant_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'network_id': '495cb76f-977d-4d58-baa2-b987ac2d0de7', 'ip_version': 4, 'cidr': '11.11.107.192/26', 'allocation_pools': [{'start': '11.11.107.194', 'end': '11.11.107.254'}], 'gateway_ip': '11.11.107.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '11.11.107.194', 'tags': [], 'project_id': 'dd0eaead877d4914a3eaa9da5a2424df'}} 2026-06-15 15:00:59,143 - INFO - Created VN ctest-vn1-01786195 2026-06-15 15:00:59,195 - DEBUG - VN ctest-vn1-01786195 UUID is 495cb76f-977d-4d58-baa2-b987ac2d0de7 2026-06-15 15:00:59,474 - DEBUG - Response for create_port : {'port': {'name': 'd8587584-5359-4594-be1f-aedbd7a1a0e9', 'id': 'd8587584-5359-4594-be1f-aedbd7a1a0e9', 'tenant_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'network_id': '495cb76f-977d-4d58-baa2-b987ac2d0de7', 'mac_address': '02:d8:58:75:84:53', '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': '102.19.154.133', 'subnet_id': 'd00468a6-69be-40ba-9d68-7c2b942cd3aa'}], 'security_groups': ['66045d72-e5a7-46e4-ad15-62cc0dcf2e58'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'dd0eaead877d4914a3eaa9da5a2424df'}} 2026-06-15 15:00:59,637 - DEBUG - Response for create_port : {'port': {'name': '845000cc-3139-47cb-bde2-2f9faca9bd5d', 'id': '845000cc-3139-47cb-bde2-2f9faca9bd5d', 'tenant_id': 'dd0eaead877d4914a3eaa9da5a2424df', 'network_id': '495cb76f-977d-4d58-baa2-b987ac2d0de7', 'mac_address': '02:84:50:00:cc:31', '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': '11.11.107.197', 'subnet_id': '3449d1d8-0adb-4915-a25e-df974b667921'}], 'security_groups': ['66045d72-e5a7-46e4-ad15-62cc0dcf2e58'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'dd0eaead877d4914a3eaa9da5a2424df'}} 2026-06-15 15:00:59,696 - DEBUG - Services list from nova: [, , ] 2026-06-15 15:01:00,024 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5945-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5945-1) 2026-06-15 15:01:00,411 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5945-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5945-1) 2026-06-15 15:01:00,411 - INFO - Waiting for VM ctest-vn1-vm1-29709376 to be up.. 2026-06-15 15:01:00,449 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-15 15:01:05,499 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-15 15:01:10,574 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-15 15:01:15,657 - DEBUG - VM is in ACTIVE state now 2026-06-15 15:01:15,658 - INFO - VM name : ctest-vn1-vm1-29709376 2026-06-15 15:01:15,736 - DEBUG - VM ctest-vn1-vm1-29709376 ID is 3dceadec-0b64-4904-ad2d-8555759536ea 2026-06-15 15:01:15,756 - DEBUG - VM ctest-vn1-vm1-29709376 launched on Node cn-jenkins-deploy-platform-ansible-os-5945-1 2026-06-15 15:01:15,842 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/3dceadec-0b64-4904-ad2d-8555759536ea 2026-06-15 15:01:15,856 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/d8587584-5359-4594-be1f-aedbd7a1a0e9 2026-06-15 15:01:19,113 - 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 1014ms') 2026-06-15 15:01:19,113 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-29709376 failed! 2026-06-15 15:01:19,170 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-88388022:ctest-vn1-01786195 is 102.19.154.129 and allocation pool is NOT set 2026-06-15 15:01:19,171 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-88388022:ctest-vn1-01786195 is 11.11.107.193 and allocation pool is NOT set 2026-06-15 15:01:21,229 - 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.28 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.382 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.382/1.831/3.280/1.449 ms') 2026-06-15 15:01:21,230 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-29709376 passed 2026-06-15 15:01:21,379 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-15 15:01:21,379 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-29709376, IP 102.19.154.133, Port 22 2026-06-15 15:01:21,538 - DEBUG - VM ctest-vn1-vm1-29709376 is ready for SSH connections 2026-06-15 15:01:21,538 - INFO - Waiting for VM ctest-vn1-vm2-88436493 to be up.. 2026-06-15 15:01:21,625 - DEBUG - VM is in ACTIVE state now 2026-06-15 15:01:21,626 - INFO - VM name : ctest-vn1-vm2-88436493 2026-06-15 15:01:21,706 - DEBUG - VM ctest-vn1-vm2-88436493 ID is 37e3b810-2fbc-4237-bbfb-5e9214a0117b 2026-06-15 15:01:21,706 - DEBUG - VM ctest-vn1-vm2-88436493 launched on Node cn-jenkins-deploy-platform-ansible-os-5945-1 2026-06-15 15:01:21,780 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/37e3b810-2fbc-4237-bbfb-5e9214a0117b 2026-06-15 15:01:21,789 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/845000cc-3139-47cb-bde2-2f9faca9bd5d 2026-06-15 15:01:23,032 - 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=3.32 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.490 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.490/1.906/3.323/1.416 ms') 2026-06-15 15:01:23,032 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-88436493 passed 2026-06-15 15:01:23,186 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-15 15:01:23,187 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-88436493, IP 11.11.107.197, Port 22 2026-06-15 15:01:23,342 - DEBUG - VM ctest-vn1-vm2-88436493 is ready for SSH connections 2026-06-15 15:01:23,342 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-15 15:01:23,342 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-15 15:01:23,342 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-15 15:01:23,342 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 102.19.154.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123 2026-06-15 15:01:23,342 - DEBUG - ping -s 56 -c 3 -W 1 102.19.154.133 2026-06-15 15:01:26,989 - DEBUG - PING 102.19.154.133 (102.19.154.133): 56 data bytes 64 bytes from 102.19.154.133: seq=0 ttl=63 time=3.731 ms 64 bytes from 102.19.154.133: seq=1 ttl=63 time=0.916 ms 64 bytes from 102.19.154.133: seq=2 ttl=63 time=1.021 ms --- 102.19.154.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.916/1.889/3.731 ms 2026-06-15 15:01:26,989 - INFO - Ping to IP 102.19.154.133 from VM ctest-vn1-vm2-88436493 passed 2026-06-15 15:01:26,989 - INFO - Detaching port 845000cc-3139-47cb-bde2-2f9faca9bd5d from VM ctest-vn1-vm2-88436493 2026-06-15 15:01:27,041 - INFO - Deleting VM ctest-vn1-vm2-88436493 2026-06-15 15:01:27,110 - INFO - Detaching port d8587584-5359-4594-be1f-aedbd7a1a0e9 from VM ctest-vn1-vm1-29709376 2026-06-15 15:01:27,148 - INFO - Deleting VM ctest-vn1-vm1-29709376 2026-06-15 15:01:27,374 - DEBUG - Response for delete_port : () 2026-06-15 15:01:27,523 - DEBUG - Response for delete_port : () 2026-06-15 15:01:27,523 - INFO - Deleting VN ctest-vn1-01786195 2026-06-15 15:01:27,657 - DEBUG - Response for deleting network () 2026-06-15 15:01:27,919 - DEBUG - No XMPP flaps were noticed during the test
2026-06-15 15:01:27,919 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:29]
2026-06-15 15:01:27,919 - INFO - -------------------------------------------------------------------------------- 2026-06-15 15:01:28,624 - INFO - Deleted project: ctest-TestPorts-88388022, ID : dd0eaead-877d-4914-a3ea-a9da5a2424df