2026-08-25 08:48:59,185 - INFO - Domain Default found not creating 2026-08-25 08:48:59,351 - INFO - Project ctest-TestPorts-40457751 not found, creating it 2026-08-25 08:48:59,834 - INFO - Created Project:ctest-TestPorts-40457751, ID : da7a9703-3d5d-46b8-95a6-236250092d53 2026-08-25 08:49:01,455 - INFO - ================================================================================ 2026-08-25 08:49:01,455 - INFO - STARTING TEST : test_ports_bindings 2026-08-25 08:49:01,456 - 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-08-25 08:49:01,728 - DEBUG - Nothing to compare xmpp stats {'10.0.0.250': {'10.20.0.29': '0'}} with 2026-08-25 08:49:01,728 - INFO - Initial checks done. Running the testcase now 2026-08-25 08:49:01,728 - INFO - 2026-08-25 08:49:02,376 - DEBUG - Response for create_network : {'network': {'id': '78d1774a-e13e-45c8-a022-b1287b2d80bf', 'name': 'ctest-vn-60853335', 'tenant_id': 'da7a97033d5d46b895a6236250092d53', 'project_id': 'da7a97033d5d46b895a6236250092d53', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-40457751', 'ctest-vn-60853335'], 'port_security_enabled': True, 'description': ''}} 2026-08-25 08:49:02,599 - DEBUG - Response for create_subnet : {'subnet': {'id': '5cbf6de4-6fbc-4e6c-8b1d-bc55c7ef9cad', 'name': '', 'tenant_id': 'da7a97033d5d46b895a6236250092d53', 'network_id': '78d1774a-e13e-45c8-a022-b1287b2d80bf', 'ip_version': 4, 'cidr': '190.124.73.64/26', 'allocation_pools': [{'start': '190.124.73.66', 'end': '190.124.73.126'}], 'gateway_ip': '190.124.73.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '190.124.73.66', 'tags': [], 'project_id': 'da7a97033d5d46b895a6236250092d53'}} 2026-08-25 08:49:02,617 - INFO - Created VN ctest-vn-60853335 2026-08-25 08:49:02,673 - DEBUG - VN ctest-vn-60853335 UUID is 78d1774a-e13e-45c8-a022-b1287b2d80bf 2026-08-25 08:49:02,789 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-40457751', 'ctest-vmi-06770577']} 2026-08-25 08:49:03,069 - DEBUG - Response for create_port : {'port': {'name': 'ctest-vmi-06770577', 'id': '23e9f20d-d508-41df-867c-238de744321c', 'tenant_id': 'da7a97033d5d46b895a6236250092d53', 'network_id': '78d1774a-e13e-45c8-a022-b1287b2d80bf', 'mac_address': '02:23:e9:f2:0d:d5', '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': '190.124.73.67', 'subnet_id': '5cbf6de4-6fbc-4e6c-8b1d-bc55c7ef9cad'}], 'security_groups': ['83446070-efb1-498a-93c5-f3cafee6b483'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'da7a97033d5d46b895a6236250092d53'}} 2026-08-25 08:49:03,069 - DEBUG - Created port 23e9f20d-d508-41df-867c-238de744321c 2026-08-25 08:49:03,180 - DEBUG - Requesting: http://10.0.0.250:8082/virtual-machine-interface/23e9f20d-d508-41df-867c-238de744321c 2026-08-25 08:49:03,510 - DEBUG - Requesting: http://10.0.0.250:8082/virtual-machine-interface/23e9f20d-d508-41df-867c-238de744321c 2026-08-25 08:49:03,545 - INFO - VMI 23e9f20d-d508-41df-867c-238de744321c verification in API Server passed 2026-08-25 08:49:03,646 - DEBUG - Response for delete_port : () 2026-08-25 08:49:03,646 - INFO - Deleted port 23e9f20d-d508-41df-867c-238de744321c 2026-08-25 08:49:03,646 - INFO - Deleting VN ctest-vn-60853335 2026-08-25 08:49:03,783 - DEBUG - Response for deleting network () 2026-08-25 08:49:04,048 - DEBUG - No XMPP flaps were noticed during the test
2026-08-25 08:49:04,048 - INFO - END TEST : test_ports_bindings : PASSED[0:00:03]
2026-08-25 08:49:04,048 - INFO - -------------------------------------------------------------------------------- 2026-08-25 08:49:04,050 - INFO - ================================================================================ 2026-08-25 08:49:04,051 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-08-25 08:49:04,051 - 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-08-25 08:49:04,346 - DEBUG - Nothing to compare xmpp stats {'10.0.0.250': {'10.20.0.29': '0'}} with 2026-08-25 08:49:04,346 - INFO - Initial checks done. Running the testcase now 2026-08-25 08:49:04,346 - INFO - 2026-08-25 08:49:04,549 - DEBUG - Response for create_network : {'network': {'id': 'cca2ae67-7468-4731-8d6d-ff4bd0797ffa', 'name': 'ctest-vn1-85448069', 'tenant_id': 'da7a97033d5d46b895a6236250092d53', 'project_id': 'da7a97033d5d46b895a6236250092d53', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-40457751', 'ctest-vn1-85448069'], 'port_security_enabled': True, 'description': ''}} 2026-08-25 08:49:04,716 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b06b6171-3df0-43c1-af6d-2e6747f81063', 'name': '', 'tenant_id': 'da7a97033d5d46b895a6236250092d53', 'network_id': 'cca2ae67-7468-4731-8d6d-ff4bd0797ffa', 'ip_version': 4, 'cidr': '126.153.77.128/26', 'allocation_pools': [{'start': '126.153.77.130', 'end': '126.153.77.190'}], 'gateway_ip': '126.153.77.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '126.153.77.130', 'tags': [], 'project_id': 'da7a97033d5d46b895a6236250092d53'}} 2026-08-25 08:49:04,939 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b3afe778-3932-43c1-97af-2581580704f1', 'name': '', 'tenant_id': 'da7a97033d5d46b895a6236250092d53', 'network_id': 'cca2ae67-7468-4731-8d6d-ff4bd0797ffa', 'ip_version': 4, 'cidr': '45.217.3.64/26', 'allocation_pools': [{'start': '45.217.3.66', 'end': '45.217.3.126'}], 'gateway_ip': '45.217.3.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '45.217.3.66', 'tags': [], 'project_id': 'da7a97033d5d46b895a6236250092d53'}} 2026-08-25 08:49:04,958 - INFO - Created VN ctest-vn1-85448069 2026-08-25 08:49:05,017 - DEBUG - VN ctest-vn1-85448069 UUID is cca2ae67-7468-4731-8d6d-ff4bd0797ffa 2026-08-25 08:49:05,380 - DEBUG - Response for create_port : {'port': {'name': 'f700b898-d26f-40eb-a770-1a774297a918', 'id': 'f700b898-d26f-40eb-a770-1a774297a918', 'tenant_id': 'da7a97033d5d46b895a6236250092d53', 'network_id': 'cca2ae67-7468-4731-8d6d-ff4bd0797ffa', 'mac_address': '02:f7:00:b8:98:d2', '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': '126.153.77.133', 'subnet_id': 'b06b6171-3df0-43c1-af6d-2e6747f81063'}], 'security_groups': ['83446070-efb1-498a-93c5-f3cafee6b483'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'da7a97033d5d46b895a6236250092d53'}} 2026-08-25 08:49:05,582 - DEBUG - Response for create_port : {'port': {'name': '6ea46acd-5e35-4734-bc2f-f5e316f159d4', 'id': '6ea46acd-5e35-4734-bc2f-f5e316f159d4', 'tenant_id': 'da7a97033d5d46b895a6236250092d53', 'network_id': 'cca2ae67-7468-4731-8d6d-ff4bd0797ffa', 'mac_address': '02:6e:a4:6a:cd:5e', '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': '45.217.3.69', 'subnet_id': 'b3afe778-3932-43c1-97af-2581580704f1'}], 'security_groups': ['83446070-efb1-498a-93c5-f3cafee6b483'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': 'da7a97033d5d46b895a6236250092d53'}} 2026-08-25 08:49:05,641 - DEBUG - Services list from nova: [, , ] 2026-08-25 08:49:06,024 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6221-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6221-1) 2026-08-25 08:49:06,465 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-6221-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-6221-1) 2026-08-25 08:49:06,465 - INFO - Waiting for VM ctest-vn1-vm1-36481223 to be up.. 2026-08-25 08:49:06,507 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-25 08:49:11,574 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-25 08:49:16,657 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-25 08:49:21,737 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-25 08:49:26,815 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-25 08:49:31,912 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-25 08:49:37,009 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-25 08:49:42,104 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-08-25 08:49:47,199 - DEBUG - VM is in ACTIVE state now 2026-08-25 08:49:47,199 - INFO - VM name : ctest-vn1-vm1-36481223 2026-08-25 08:49:47,302 - DEBUG - VM ctest-vn1-vm1-36481223 ID is 4e33ed4f-9e8d-42a9-bff4-a451fc4fb652 2026-08-25 08:49:47,328 - DEBUG - VM ctest-vn1-vm1-36481223 launched on Node cn-jenkins-deploy-platform-ansible-os-6221-1 2026-08-25 08:49:47,412 - DEBUG - Requesting: http://10.0.0.250:8082/virtual-machine/4e33ed4f-9e8d-42a9-bff4-a451fc4fb652 2026-08-25 08:49:47,423 - DEBUG - Requesting: http://10.0.0.250:8082/virtual-machine-interface/f700b898-d26f-40eb-a770-1a774297a918 2026-08-25 08:49:50,692 - 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 1029ms') 2026-08-25 08:49:50,693 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-36481223 failed! 2026-08-25 08:49:50,748 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-40457751:ctest-vn1-85448069 is 126.153.77.129 and allocation pool is NOT set 2026-08-25 08:49:50,749 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-40457751:ctest-vn1-85448069 is 45.217.3.65 and allocation pool is NOT set 2026-08-25 08:49:54,822 - 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=2 ttl=63 time=6.13 ms\r\n\r\n--- 169.254.0.4 ping statistics ---\r\n2 packets transmitted, 1 received, 50% packet loss, time 1005ms\r\nrtt min/avg/max/mdev = 6.128/6.128/6.128/0.000 ms') 2026-08-25 08:49:54,822 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-36481223 passed 2026-08-25 08:49:54,973 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-25 08:49:54,973 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-36481223, IP 126.153.77.133, Port 22 2026-08-25 08:49:55,136 - DEBUG - VM ctest-vn1-vm1-36481223 is ready for SSH connections 2026-08-25 08:49:55,136 - INFO - Waiting for VM ctest-vn1-vm2-19265340 to be up.. 2026-08-25 08:49:55,221 - DEBUG - VM is in ACTIVE state now 2026-08-25 08:49:55,221 - INFO - VM name : ctest-vn1-vm2-19265340 2026-08-25 08:49:55,313 - DEBUG - VM ctest-vn1-vm2-19265340 ID is 2806ebe8-0e60-4801-a5af-f8e387aeef52 2026-08-25 08:49:55,313 - DEBUG - VM ctest-vn1-vm2-19265340 launched on Node cn-jenkins-deploy-platform-ansible-os-6221-1 2026-08-25 08:49:55,398 - DEBUG - Requesting: http://10.0.0.250:8082/virtual-machine/2806ebe8-0e60-4801-a5af-f8e387aeef52 2026-08-25 08:49:55,407 - DEBUG - Requesting: http://10.0.0.250:8082/virtual-machine-interface/6ea46acd-5e35-4734-bc2f-f5e316f159d4 2026-08-25 08:49:56,645 - 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.82 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.434 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.434/2.126/3.818/1.692 ms') 2026-08-25 08:49:56,645 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-19265340 passed 2026-08-25 08:49:56,801 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-25 08:49:56,801 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-19265340, IP 45.217.3.69, Port 22 2026-08-25 08:49:56,967 - DEBUG - VM ctest-vn1-vm2-19265340 is ready for SSH connections 2026-08-25 08:49:56,967 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-25 08:49:56,967 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-25 08:49:56,967 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-08-25 08:49:56,967 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 126.153.77.133, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.250, gateway password: c0ntrail123 2026-08-25 08:49:56,968 - DEBUG - ping -s 56 -c 3 -W 1 126.153.77.133 2026-08-25 08:50:01,053 - DEBUG - PING 126.153.77.133 (126.153.77.133): 56 data bytes 64 bytes from 126.153.77.133: seq=0 ttl=63 time=5.702 ms 64 bytes from 126.153.77.133: seq=1 ttl=63 time=1.325 ms 64 bytes from 126.153.77.133: seq=2 ttl=63 time=1.700 ms --- 126.153.77.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.325/2.909/5.702 ms 2026-08-25 08:50:01,054 - INFO - Ping to IP 126.153.77.133 from VM ctest-vn1-vm2-19265340 passed 2026-08-25 08:50:01,054 - INFO - Detaching port 6ea46acd-5e35-4734-bc2f-f5e316f159d4 from VM ctest-vn1-vm2-19265340 2026-08-25 08:50:01,122 - INFO - Deleting VM ctest-vn1-vm2-19265340 2026-08-25 08:50:01,218 - INFO - Detaching port f700b898-d26f-40eb-a770-1a774297a918 from VM ctest-vn1-vm1-36481223 2026-08-25 08:50:01,266 - INFO - Deleting VM ctest-vn1-vm1-36481223 2026-08-25 08:50:01,619 - DEBUG - Response for delete_port : () 2026-08-25 08:50:01,836 - DEBUG - Response for delete_port : () 2026-08-25 08:50:01,836 - INFO - Deleting VN ctest-vn1-85448069 2026-08-25 08:50:02,006 - DEBUG - Response for deleting network () 2026-08-25 08:50:02,283 - DEBUG - No XMPP flaps were noticed during the test
2026-08-25 08:50:02,284 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:58]
2026-08-25 08:50:02,284 - INFO - -------------------------------------------------------------------------------- 2026-08-25 08:50:03,098 - INFO - Deleted project: ctest-TestPorts-40457751, ID : da7a9703-3d5d-46b8-95a6-236250092d53