2026-05-29 12:57:09,584 - INFO - Domain Default found not creating 2026-05-29 12:57:09,753 - INFO - Project ctest-TestPorts-61745530 not found, creating it 2026-05-29 12:57:10,222 - INFO - Created Project:ctest-TestPorts-61745530, ID : 006a1331-a638-47f3-b75e-50baddd4b5c8 2026-05-29 12:57:11,717 - INFO - ================================================================================ 2026-05-29 12:57:11,717 - INFO - STARTING TEST : test_ports_bindings 2026-05-29 12:57:11,718 - 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-29 12:57:11,985 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.254': '0'}} with 2026-05-29 12:57:11,985 - INFO - Initial checks done. Running the testcase now 2026-05-29 12:57:11,985 - INFO - 2026-05-29 12:57:12,555 - DEBUG - Response for create_network : {'network': {'id': 'f49d4e4b-afad-4ed3-ae0e-263cbca1347f', 'name': 'ctest-vn-72985929', 'tenant_id': '006a1331a63847f3b75e50baddd4b5c8', 'project_id': '006a1331a63847f3b75e50baddd4b5c8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-61745530', 'ctest-vn-72985929'], 'port_security_enabled': True, 'description': ''}} 2026-05-29 12:57:12,765 - DEBUG - Response for create_subnet : {'subnet': {'id': '0cacd882-a7d6-423b-98e0-49252955dc64', 'name': '', 'tenant_id': '006a1331a63847f3b75e50baddd4b5c8', 'network_id': 'f49d4e4b-afad-4ed3-ae0e-263cbca1347f', 'ip_version': 4, 'cidr': '65.83.51.192/26', 'allocation_pools': [{'start': '65.83.51.194', 'end': '65.83.51.254'}], 'gateway_ip': '65.83.51.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '65.83.51.194', 'tags': [], 'project_id': '006a1331a63847f3b75e50baddd4b5c8'}} 2026-05-29 12:57:12,784 - INFO - Created VN ctest-vn-72985929 2026-05-29 12:57:12,838 - DEBUG - VN ctest-vn-72985929 UUID is f49d4e4b-afad-4ed3-ae0e-263cbca1347f 2026-05-29 12:57:12,946 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-61745530', 'ctest-vmi-23962802']} 2026-05-29 12:57:13,211 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-23962802', 'id': 'f680b55b-9cc6-4edc-b8b6-9391ee02d2ed', 'tenant_id': '006a1331a63847f3b75e50baddd4b5c8', 'network_id': 'f49d4e4b-afad-4ed3-ae0e-263cbca1347f', 'mac_address': '02:f6:80:b5:5b:9c', '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': '65.83.51.195', 'subnet_id': '0cacd882-a7d6-423b-98e0-49252955dc64'}], 'security_groups': ['b4c05529-11a8-43de-963a-a2bab97e0a6f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '006a1331a63847f3b75e50baddd4b5c8'}} 2026-05-29 12:57:13,211 - DEBUG - Created port f680b55b-9cc6-4edc-b8b6-9391ee02d2ed 2026-05-29 12:57:13,318 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/f680b55b-9cc6-4edc-b8b6-9391ee02d2ed 2026-05-29 12:57:13,609 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/f680b55b-9cc6-4edc-b8b6-9391ee02d2ed 2026-05-29 12:57:13,644 - INFO - VMI f680b55b-9cc6-4edc-b8b6-9391ee02d2ed verification in API Server passed 2026-05-29 12:57:13,745 - DEBUG - Response for delete_port : () 2026-05-29 12:57:13,746 - INFO - Deleted port f680b55b-9cc6-4edc-b8b6-9391ee02d2ed 2026-05-29 12:57:13,746 - INFO - Deleting VN ctest-vn-72985929 2026-05-29 12:57:13,861 - DEBUG - Response for deleting network () 2026-05-29 12:57:14,115 - DEBUG - No XMPP flaps were noticed during the test
2026-05-29 12:57:14,115 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-05-29 12:57:14,115 - INFO - -------------------------------------------------------------------------------- 2026-05-29 12:57:14,118 - INFO - ================================================================================ 2026-05-29 12:57:14,118 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-05-29 12:57:14,118 - 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-29 12:57:14,402 - DEBUG - Nothing to compare xmpp stats {'10.0.0.33': {'10.20.0.254': '0'}} with 2026-05-29 12:57:14,402 - INFO - Initial checks done. Running the testcase now 2026-05-29 12:57:14,402 - INFO - 2026-05-29 12:57:14,579 - DEBUG - Response for create_network : {'network': {'id': 'aadd43db-9864-41d0-b106-6630fbd218fb', 'name': 'ctest-vn1-68872885', 'tenant_id': '006a1331a63847f3b75e50baddd4b5c8', 'project_id': '006a1331a63847f3b75e50baddd4b5c8', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-61745530', 'ctest-vn1-68872885'], 'port_security_enabled': True, 'description': ''}} 2026-05-29 12:57:14,726 - DEBUG - Response for create_subnet : {'subnet': {'id': 'ca7a3453-24cf-44d5-b3a9-4f3903f42947', 'name': '', 'tenant_id': '006a1331a63847f3b75e50baddd4b5c8', 'network_id': 'aadd43db-9864-41d0-b106-6630fbd218fb', 'ip_version': 4, 'cidr': '131.36.236.192/26', 'allocation_pools': [{'start': '131.36.236.194', 'end': '131.36.236.254'}], 'gateway_ip': '131.36.236.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '131.36.236.194', 'tags': [], 'project_id': '006a1331a63847f3b75e50baddd4b5c8'}} 2026-05-29 12:57:14,932 - DEBUG - Response for create_subnet : {'subnet': {'id': '1375026a-092b-4a73-bc3e-0a285ba76013', 'name': '', 'tenant_id': '006a1331a63847f3b75e50baddd4b5c8', 'network_id': 'aadd43db-9864-41d0-b106-6630fbd218fb', 'ip_version': 4, 'cidr': '77.40.146.128/26', 'allocation_pools': [{'start': '77.40.146.130', 'end': '77.40.146.190'}], 'gateway_ip': '77.40.146.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '77.40.146.130', 'tags': [], 'project_id': '006a1331a63847f3b75e50baddd4b5c8'}} 2026-05-29 12:57:14,950 - INFO - Created VN ctest-vn1-68872885 2026-05-29 12:57:15,002 - DEBUG - VN ctest-vn1-68872885 UUID is aadd43db-9864-41d0-b106-6630fbd218fb 2026-05-29 12:57:15,315 - DEBUG - Response for create_port : {'port': {'name': '07f5769a-c34b-4076-bb67-8706faff7add', 'id': '07f5769a-c34b-4076-bb67-8706faff7add', 'tenant_id': '006a1331a63847f3b75e50baddd4b5c8', 'network_id': 'aadd43db-9864-41d0-b106-6630fbd218fb', 'mac_address': '02:07:f5:76:9a:c3', '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': '131.36.236.197', 'subnet_id': 'ca7a3453-24cf-44d5-b3a9-4f3903f42947'}], 'security_groups': ['b4c05529-11a8-43de-963a-a2bab97e0a6f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '006a1331a63847f3b75e50baddd4b5c8'}} 2026-05-29 12:57:15,488 - DEBUG - Response for create_port : {'port': {'name': 'deb7fe33-0c35-460d-a3f0-ecf81322f882', 'id': 'deb7fe33-0c35-460d-a3f0-ecf81322f882', 'tenant_id': '006a1331a63847f3b75e50baddd4b5c8', 'network_id': 'aadd43db-9864-41d0-b106-6630fbd218fb', 'mac_address': '02:de:b7:fe:33:0c', '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': '77.40.146.133', 'subnet_id': '1375026a-092b-4a73-bc3e-0a285ba76013'}], 'security_groups': ['b4c05529-11a8-43de-963a-a2bab97e0a6f'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '006a1331a63847f3b75e50baddd4b5c8'}} 2026-05-29 12:57:15,546 - DEBUG - Services list from nova: [, , ] 2026-05-29 12:57:15,893 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5850-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5850-1) 2026-05-29 12:57:16,287 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5850-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5850-1) 2026-05-29 12:57:16,287 - INFO - Waiting for VM ctest-vn1-vm1-97071087 to be up.. 2026-05-29 12:57:16,325 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-05-29 12:57:21,406 - DEBUG - VM is in ACTIVE state now 2026-05-29 12:57:21,406 - INFO - VM name : ctest-vn1-vm1-97071087 2026-05-29 12:57:21,479 - DEBUG - VM ctest-vn1-vm1-97071087 ID is 79c385a2-c37b-441c-8098-3969bbb38887 2026-05-29 12:57:21,498 - DEBUG - VM ctest-vn1-vm1-97071087 launched on Node cn-jenkins-deploy-platform-ansible-os-5850-1 2026-05-29 12:57:21,568 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/79c385a2-c37b-441c-8098-3969bbb38887 2026-05-29 12:57:21,576 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/07f5769a-c34b-4076-bb67-8706faff7add 2026-05-29 12:57:24,820 - 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 1014ms') 2026-05-29 12:57:24,820 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-97071087 failed! 2026-05-29 12:57:24,874 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-61745530:ctest-vn1-68872885 is 131.36.236.193 and allocation pool is NOT set 2026-05-29 12:57:24,874 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-61745530:ctest-vn1-68872885 is 77.40.146.129 and allocation pool is NOT set 2026-05-29 12:57:28,951 - 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=6.65 ms\r\n\r\n--- 169.254.0.3 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1019ms\r\nrtt min/avg/max/mdev = 6.647/6.647/6.647/0.000 ms') 2026-05-29 12:57:28,951 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-97071087 passed 2026-05-29 12:57:29,102 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:57:29,102 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-97071087, IP 131.36.236.197, Port 22 2026-05-29 12:57:29,258 - DEBUG - VM ctest-vn1-vm1-97071087 is ready for SSH connections 2026-05-29 12:57:29,258 - INFO - Waiting for VM ctest-vn1-vm2-71878973 to be up.. 2026-05-29 12:57:29,346 - DEBUG - VM is in ACTIVE state now 2026-05-29 12:57:29,346 - INFO - VM name : ctest-vn1-vm2-71878973 2026-05-29 12:57:29,429 - DEBUG - VM ctest-vn1-vm2-71878973 ID is b734ce08-b167-4840-a69c-7c5f35a13bf2 2026-05-29 12:57:29,429 - DEBUG - VM ctest-vn1-vm2-71878973 launched on Node cn-jenkins-deploy-platform-ansible-os-5850-1 2026-05-29 12:57:29,501 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine/b734ce08-b167-4840-a69c-7c5f35a13bf2 2026-05-29 12:57:29,509 - DEBUG - Requesting: http://10.0.0.33:8082/virtual-machine-interface/deb7fe33-0c35-460d-a3f0-ecf81322f882 2026-05-29 12:57:30,741 - 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=2.87 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.438 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.438/1.655/2.873/1.217 ms') 2026-05-29 12:57:30,741 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-71878973 passed 2026-05-29 12:57:30,890 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:57:30,890 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-71878973, IP 77.40.146.133, Port 22 2026-05-29 12:57:31,049 - DEBUG - VM ctest-vn1-vm2-71878973 is ready for SSH connections 2026-05-29 12:57:31,049 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:57:31,049 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:57:31,049 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-05-29 12:57:31,050 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 131.36.236.197, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.33, gateway password: c0ntrail123 2026-05-29 12:57:31,050 - DEBUG - ping -s 56 -c 3 -W 1 131.36.236.197 2026-05-29 12:57:33,715 - DEBUG - PING 131.36.236.197 (131.36.236.197): 56 data bytes 64 bytes from 131.36.236.197: seq=0 ttl=63 time=3.448 ms 64 bytes from 131.36.236.197: seq=1 ttl=63 time=0.907 ms 64 bytes from 131.36.236.197: seq=2 ttl=63 time=0.864 ms --- 131.36.236.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.864/1.739/3.448 ms 2026-05-29 12:57:33,715 - INFO - Ping to IP 131.36.236.197 from VM ctest-vn1-vm2-71878973 passed 2026-05-29 12:57:33,716 - INFO - Detaching port deb7fe33-0c35-460d-a3f0-ecf81322f882 from VM ctest-vn1-vm2-71878973 2026-05-29 12:57:33,768 - INFO - Deleting VM ctest-vn1-vm2-71878973 2026-05-29 12:57:33,842 - INFO - Detaching port 07f5769a-c34b-4076-bb67-8706faff7add from VM ctest-vn1-vm1-97071087 2026-05-29 12:57:33,875 - INFO - Deleting VM ctest-vn1-vm1-97071087 2026-05-29 12:57:34,098 - DEBUG - Response for delete_port : () 2026-05-29 12:57:34,268 - DEBUG - Response for delete_port : () 2026-05-29 12:57:34,268 - INFO - Deleting VN ctest-vn1-68872885 2026-05-29 12:57:34,404 - DEBUG - Response for deleting network () 2026-05-29 12:57:34,664 - DEBUG - No XMPP flaps were noticed during the test
2026-05-29 12:57:34,664 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:20]
2026-05-29 12:57:34,664 - INFO - -------------------------------------------------------------------------------- 2026-05-29 12:57:35,371 - INFO - Deleted project: ctest-TestPorts-61745530, ID : 006a1331-a638-47f3-b75e-50baddd4b5c8