2025-11-04 07:22:17,492 - INFO - Domain Default found not creating 2025-11-04 07:22:17,621 - INFO - Project ctest-TestPorts-48653482 not found, creating it 2025-11-04 07:22:18,084 - INFO - Created Project:ctest-TestPorts-48653482, ID : 35f19fdf-399b-4107-8007-1b64f98a30aa 2025-11-04 07:22:19,490 - INFO - ================================================================================ 2025-11-04 07:22:19,490 - INFO - STARTING TEST : test_ports_bindings 2025-11-04 07:22:19,490 - 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 2025-11-04 07:22:19,745 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2025-11-04 07:22:19,745 - INFO - Initial checks done. Running the testcase now 2025-11-04 07:22:19,745 - INFO - 2025-11-04 07:22:20,280 - DEBUG - Response for create_network : {'network': {'id': 'f1f4b4e0-36a6-46aa-b813-6723c0a3cafe', 'name': 'ctest-vn-89517826', 'tenant_id': '35f19fdf399b410780071b64f98a30aa', 'project_id': '35f19fdf399b410780071b64f98a30aa', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-48653482', 'ctest-vn-89517826'], 'port_security_enabled': True, 'description': ''}} 2025-11-04 07:22:20,479 - DEBUG - Response for create_subnet : {'subnet': {'id': '1b775d7b-3f3f-4e2f-8d91-407772037a71', 'name': '', 'tenant_id': '35f19fdf399b410780071b64f98a30aa', 'network_id': 'f1f4b4e0-36a6-46aa-b813-6723c0a3cafe', 'ip_version': 4, 'cidr': '56.25.177.192/26', 'allocation_pools': [{'start': '56.25.177.194', 'end': '56.25.177.254'}], 'gateway_ip': '56.25.177.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '56.25.177.194', 'tags': [], 'project_id': '35f19fdf399b410780071b64f98a30aa'}} 2025-11-04 07:22:20,492 - INFO - Created VN ctest-vn-89517826 2025-11-04 07:22:20,543 - DEBUG - VN ctest-vn-89517826 UUID is f1f4b4e0-36a6-46aa-b813-6723c0a3cafe 2025-11-04 07:22:20,637 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-48653482', 'ctest-vmi-89001029']} 2025-11-04 07:22:20,740 - ERROR - Neutron Exception while creating port in vn with id f1f4b4e0-36a6-46aa-b813-6723c0a3cafe Traceback (most recent call last): File "/contrail-test/fixtures/port_fixture.py", line 85, in setUp obj = self.vnc_h.read_virtual_machine_interface(fq_name=self.fq_name) File "/contrail-test/fixtures/contrailapi.py", line 3169, in read_virtual_machine_interface return self._vnc.virtual_machine_interface_read(**kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 700, in _object_read (args_ok, result) = self._read_args_to_id( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1114, in _read_args_to_id return (True, self.fq_name_to_id(res_type, fq_name)) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1395, in fq_name_to_id content = self._request_server(OP_POST, uri, data=json_body) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1180, in _request raise NoIdError('Error: oper %s url %s body %s response %s' vnc_api.exceptions.NoIdError: Unknown id: Error: oper 1 url /fqname-to-id body {"type": "virtual-machine-interface", "fq_name": ["default-domain", "ctest-TestPorts-48653482", "ctest-vmi-89001029"]} response Name ['default-domain', 'ctest-TestPorts-48653482', 'ctest-vmi-89001029'] not found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/contrail-test/fixtures/quantum_test.py", line 167, in create_port port_rsp = self.obj.create_port({'port': port_req_dict}) File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 803, in create_port return self.post(self.ports_path, body=body) File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 358, in post return self.do_request("POST", action, body=body, File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 294, in do_request self._handle_fault_response(status_code, replybody, resp) File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 269, in _handle_fault_response exception_handler_v20(status_code, error_body) File "/usr/local/lib/python3.9/site-packages/neutronclient/v2_0/client.py", line 91, in exception_handler_v20 raise client_exc(message=error_message, neutronclient.common.exceptions.Forbidden: (rule:create_port and rule:create_port:binding:profile) is disallowed by policy Neutron server returns request_ids: ['req-1b4681b3-db64-4dd4-a488-6596808ea6e4'] 2025-11-04 07:22:20,751 - INFO - Deleting VN ctest-vn-89517826 2025-11-04 07:22:20,849 - DEBUG - Response for deleting network () 2025-11-04 07:22:21,103 - ERROR - TypeError Python 3.9.21: /usr/bin/python3 Tue Nov 4 07:22:20 2025 A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred. /contrail-test/tcutils/wrappers.py in wrapper(self=, *args=(), **kwargs={}) 78 log.info('Initial checks done. Running the testcase now') 79 log.info('') 80 result = function(self, *args, **kwargs) 81 if self.inputs.upgrade: 82 pid = os.getpid() result = None function = self = args = () kwargs = {} /contrail-test/scripts/neutron/test_ports.py in test_ports_bindings(self=) 1202 bind_dict = {'foo': 'bar'} 1203 vn = self.create_vn() 1204 port = self.useFixture(PortFixture(vn.uuid, connections=self.connections, 1205 binding_profile=bind_dict)) 1206 assert port.verify_on_setup(), 'VMI %s verification has failed'%port.uuid port undefined self = self.useFixture = > global PortFixture = vn = vn.uuid = 'f1f4b4e0-36a6-46aa-b813-6723c0a3cafe' connections undefined self.connections = binding_profile undefined bind_dict = {'foo': 'bar'} /usr/local/lib/python3.9/site-packages/testtools/testcase.py in useFixture(self=, fixture=) 754 # Gather_details worked, so raise the exception setUp 755 # encountered. 756 reraise(*exc_info) 757 else: 758 self.addCleanup(fixture.cleanUp) global reraise = exc_info = (, TypeError("'NoneType' object is not subscriptable"), ) /usr/local/lib/python3.9/site-packages/testtools/_compat3x.py in reraise(exc_class=, exc_obj=TypeError("'NoneType' object is not subscriptable"), exc_tb=, _marker=) 13 14 def reraise(exc_class, exc_obj, exc_tb, _marker=object()): 15 """Re-raise an exception received from sys.exc_info() or similar.""" 16 raise exc_obj.with_traceback(exc_tb) 17 exc_obj = TypeError("'NoneType' object is not subscriptable") exc_obj.with_traceback = exc_tb = /usr/local/lib/python3.9/site-packages/testtools/testcase.py in useFixture(self=, fixture=) 729 """ 730 try: 731 fixture.setUp() 732 except MultipleExceptions as e: 733 if (fixtures is not None and fixture = fixture.setUp = > /contrail-test/fixtures/port_fixture.py in setUp(self=) 88 self.vn_obj = self.vnc_api_h.virtual_network_read(id=self.vn_id) 89 if self.api_type == 'neutron': 90 self._neutron_create_port() 91 else: 92 self._contrail_create_port() self = self._neutron_create_port = > /contrail-test/fixtures/port_fixture.py in _neutron_create_port(self=) 108 binding_profile=self.binding_profile) 109 self.neutron_obj = neutron_obj 110 self.uuid = neutron_obj['id'] 111 112 def _contrail_create_port(self): self = self.uuid = None neutron_obj = None TypeError: 'NoneType' object is not subscriptable __cause__ = None __class__ = __context__ = NoIdError('Error: oper 1 url /fqname-to-id body ...s-48653482\', \'ctest-vmi-89001029\'] not found') __delattr__ = __dict__ = {} __dir__ = __doc__ = 'Inappropriate argument type.' __eq__ = __format__ = __ge__ = __getattribute__ = __gt__ = __hash__ = __init__ = __init_subclass__ = __le__ = __lt__ = __ne__ = __new__ = __reduce__ = __reduce_ex__ = __repr__ = __setattr__ = __setstate__ = __sizeof__ = __str__ = __subclasshook__ = __suppress_context__ = False __traceback__ = args = ("'NoneType' object is not subscriptable",) with_traceback = The above is a description of an error in a Python program. Here is the original traceback: Traceback (most recent call last): File "/contrail-test/fixtures/port_fixture.py", line 85, in setUp obj = self.vnc_h.read_virtual_machine_interface(fq_name=self.fq_name) File "/contrail-test/fixtures/contrailapi.py", line 3169, in read_virtual_machine_interface return self._vnc.virtual_machine_interface_read(**kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 700, in _object_read (args_ok, result) = self._read_args_to_id( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1114, in _read_args_to_id return (True, self.fq_name_to_id(res_type, fq_name)) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 52, in wrapper return func(self, *args, **kwargs) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1395, in fq_name_to_id content = self._request_server(OP_POST, uri, data=json_body) File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1126, in _request_server return self._request( File "/usr/local/lib/python3.9/site-packages/vnc_api/vnc_api.py", line 1180, in _request raise NoIdError('Error: oper %s url %s body %s response %s' vnc_api.exceptions.NoIdError: Unknown id: Error: oper 1 url /fqname-to-id body {"type": "virtual-machine-interface", "fq_name": ["default-domain", "ctest-TestPorts-48653482", "ctest-vmi-89001029"]} response Name ['default-domain', 'ctest-TestPorts-48653482', 'ctest-vmi-89001029'] not found During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/contrail-test/tcutils/wrappers.py", line 80, in wrapper result = function(self, *args, **kwargs) File "/contrail-test/scripts/neutron/test_ports.py", line 1204, in test_ports_bindings port = self.useFixture(PortFixture(vn.uuid, connections=self.connections, File "/usr/local/lib/python3.9/site-packages/testtools/testcase.py", line 756, in useFixture reraise(*exc_info) File "/usr/local/lib/python3.9/site-packages/testtools/_compat3x.py", line 16, in reraise raise exc_obj.with_traceback(exc_tb) File "/usr/local/lib/python3.9/site-packages/testtools/testcase.py", line 731, in useFixture fixture.setUp() File "/contrail-test/fixtures/port_fixture.py", line 90, in setUp self._neutron_create_port() File "/contrail-test/fixtures/port_fixture.py", line 110, in _neutron_create_port self.uuid = neutron_obj['id'] TypeError: 'NoneType' object is not subscriptable 2025-11-04 07:22:21,109 - DEBUG - No XMPP flaps were noticed during the test 2025-11-04 07:22:21,109 - INFO - 2025-11-04 07:22:21,109 - INFO - END TEST : test_ports_bindings : FAILED[0:00:02] 2025-11-04 07:22:21,109 - INFO - -------------------------------------------------------------------------------- 2025-11-04 07:22:21,112 - INFO - ================================================================================ 2025-11-04 07:22:21,112 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2025-11-04 07:22:21,112 - 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 2025-11-04 07:22:21,396 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.17': '0'}} with 2025-11-04 07:22:21,396 - INFO - Initial checks done. Running the testcase now 2025-11-04 07:22:21,396 - INFO - 2025-11-04 07:22:21,543 - DEBUG - Response for create_network : {'network': {'id': 'fb519c8c-9b8d-42f5-8c8e-b96e34bd92e1', 'name': 'ctest-vn1-24289970', 'tenant_id': '35f19fdf399b410780071b64f98a30aa', 'project_id': '35f19fdf399b410780071b64f98a30aa', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-48653482', 'ctest-vn1-24289970'], 'port_security_enabled': True, 'description': ''}} 2025-11-04 07:22:21,693 - DEBUG - Response for create_subnet : {'subnet': {'id': '3f3b047f-4152-427b-b971-357ee8581c8c', 'name': '', 'tenant_id': '35f19fdf399b410780071b64f98a30aa', 'network_id': 'fb519c8c-9b8d-42f5-8c8e-b96e34bd92e1', 'ip_version': 4, 'cidr': '56.89.86.192/26', 'allocation_pools': [{'start': '56.89.86.194', 'end': '56.89.86.254'}], 'gateway_ip': '56.89.86.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '56.89.86.194', 'tags': [], 'project_id': '35f19fdf399b410780071b64f98a30aa'}} 2025-11-04 07:22:21,886 - DEBUG - Response for create_subnet : {'subnet': {'id': '40bf8905-84ec-4b7b-8355-c9b84d405bc4', 'name': '', 'tenant_id': '35f19fdf399b410780071b64f98a30aa', 'network_id': 'fb519c8c-9b8d-42f5-8c8e-b96e34bd92e1', 'ip_version': 4, 'cidr': '153.0.38.192/26', 'allocation_pools': [{'start': '153.0.38.194', 'end': '153.0.38.254'}], 'gateway_ip': '153.0.38.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '153.0.38.194', 'tags': [], 'project_id': '35f19fdf399b410780071b64f98a30aa'}} 2025-11-04 07:22:21,901 - INFO - Created VN ctest-vn1-24289970 2025-11-04 07:22:21,951 - DEBUG - VN ctest-vn1-24289970 UUID is fb519c8c-9b8d-42f5-8c8e-b96e34bd92e1 2025-11-04 07:22:22,224 - DEBUG - Response for create_port : {'port': {'name': '6f52d58f-5e86-4657-8111-9fb1d1112a28', 'id': '6f52d58f-5e86-4657-8111-9fb1d1112a28', 'tenant_id': '35f19fdf399b410780071b64f98a30aa', 'network_id': 'fb519c8c-9b8d-42f5-8c8e-b96e34bd92e1', 'mac_address': '02:6f:52:d5:8f: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': '56.89.86.197', 'subnet_id': '3f3b047f-4152-427b-b971-357ee8581c8c'}], 'security_groups': ['25b83437-f051-448f-b02b-44d33d70618e'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '35f19fdf399b410780071b64f98a30aa'}} 2025-11-04 07:22:22,398 - DEBUG - Response for create_port : {'port': {'name': 'd1928406-c5a7-48b7-8762-71c8e1ca22c3', 'id': 'd1928406-c5a7-48b7-8762-71c8e1ca22c3', 'tenant_id': '35f19fdf399b410780071b64f98a30aa', 'network_id': 'fb519c8c-9b8d-42f5-8c8e-b96e34bd92e1', 'mac_address': '02:d1:92:84:06:c5', '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': '153.0.38.197', 'subnet_id': '40bf8905-84ec-4b7b-8355-c9b84d405bc4'}], 'security_groups': ['25b83437-f051-448f-b02b-44d33d70618e'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '35f19fdf399b410780071b64f98a30aa'}} 2025-11-04 07:22:22,450 - DEBUG - Services list from nova: [, , ] 2025-11-04 07:22:22,766 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4614-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4614-1) 2025-11-04 07:22:23,097 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4614-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4614-1) 2025-11-04 07:22:23,097 - INFO - Waiting for VM ctest-vn1-vm1-22447062 to be up.. 2025-11-04 07:22:23,141 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2025-11-04 07:22:28,207 - DEBUG - VM is in ACTIVE state now 2025-11-04 07:22:28,207 - INFO - VM name : ctest-vn1-vm1-22447062 2025-11-04 07:22:28,290 - DEBUG - VM ctest-vn1-vm1-22447062 ID is 714b1cc9-8c10-4c01-bb2d-578f3bf003dc 2025-11-04 07:22:28,307 - DEBUG - VM ctest-vn1-vm1-22447062 launched on Node cn-jenkins-deploy-platform-ansible-os-4614-1 2025-11-04 07:22:28,380 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/714b1cc9-8c10-4c01-bb2d-578f3bf003dc 2025-11-04 07:22:28,696 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/714b1cc9-8c10-4c01-bb2d-578f3bf003dc 2025-11-04 07:22:28,726 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/6f52d58f-5e86-4657-8111-9fb1d1112a28 2025-11-04 07:22:31,979 - 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 1022ms') 2025-11-04 07:22:31,979 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-22447062 failed! 2025-11-04 07:22:32,031 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-48653482:ctest-vn1-24289970 is 56.89.86.193 and allocation pool is NOT set 2025-11-04 07:22:32,031 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-48653482:ctest-vn1-24289970 is 153.0.38.193 and allocation pool is NOT set 2025-11-04 07:22:34,090 - 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.80 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.422 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.422/1.612/2.802/1.190 ms') 2025-11-04 07:22:34,090 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-22447062 passed 2025-11-04 07:22:34,235 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-04 07:22:34,235 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-22447062, IP 56.89.86.197, Port 22 2025-11-04 07:22:34,390 - DEBUG - VM ctest-vn1-vm1-22447062 is ready for SSH connections 2025-11-04 07:22:34,390 - INFO - Waiting for VM ctest-vn1-vm2-18551781 to be up.. 2025-11-04 07:22:34,456 - DEBUG - VM is in ACTIVE state now 2025-11-04 07:22:34,456 - INFO - VM name : ctest-vn1-vm2-18551781 2025-11-04 07:22:34,518 - DEBUG - VM ctest-vn1-vm2-18551781 ID is a80fcefe-86ee-4432-b8ed-d2fac4124173 2025-11-04 07:22:34,518 - DEBUG - VM ctest-vn1-vm2-18551781 launched on Node cn-jenkins-deploy-platform-ansible-os-4614-1 2025-11-04 07:22:34,581 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/a80fcefe-86ee-4432-b8ed-d2fac4124173 2025-11-04 07:22:34,589 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/d1928406-c5a7-48b7-8762-71c8e1ca22c3 2025-11-04 07:22:35,823 - 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.06 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.442 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.442/1.749/3.056/1.307 ms') 2025-11-04 07:22:35,823 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-18551781 passed 2025-11-04 07:22:35,979 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-04 07:22:35,979 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-18551781, IP 153.0.38.197, Port 22 2025-11-04 07:22:36,134 - DEBUG - VM ctest-vn1-vm2-18551781 is ready for SSH connections 2025-11-04 07:22:36,134 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-04 07:22:36,135 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-04 07:22:36,135 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-04 07:22:36,135 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 56.89.86.197, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123 2025-11-04 07:22:36,135 - DEBUG - ping -s 56 -c 3 -W 1 56.89.86.197 2025-11-04 07:22:40,083 - DEBUG - PING 56.89.86.197 (56.89.86.197): 56 data bytes 64 bytes from 56.89.86.197: seq=0 ttl=63 time=3.228 ms 64 bytes from 56.89.86.197: seq=1 ttl=63 time=0.817 ms 64 bytes from 56.89.86.197: seq=2 ttl=63 time=1.060 ms --- 56.89.86.197 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.817/1.701/3.228 ms 2025-11-04 07:22:40,083 - INFO - Ping to IP 56.89.86.197 from VM ctest-vn1-vm2-18551781 passed 2025-11-04 07:22:40,083 - INFO - Detaching port d1928406-c5a7-48b7-8762-71c8e1ca22c3 from VM ctest-vn1-vm2-18551781 2025-11-04 07:22:40,138 - INFO - Deleting VM ctest-vn1-vm2-18551781 2025-11-04 07:22:40,212 - INFO - Detaching port 6f52d58f-5e86-4657-8111-9fb1d1112a28 from VM ctest-vn1-vm1-22447062 2025-11-04 07:22:40,248 - INFO - Deleting VM ctest-vn1-vm1-22447062 2025-11-04 07:22:40,465 - DEBUG - Response for delete_port : () 2025-11-04 07:22:40,627 - DEBUG - Response for delete_port : () 2025-11-04 07:22:40,627 - INFO - Deleting VN ctest-vn1-24289970 2025-11-04 07:22:40,766 - DEBUG - Response for deleting network () 2025-11-04 07:22:41,028 - DEBUG - No XMPP flaps were noticed during the test 2025-11-04 07:22:41,028 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:20] 2025-11-04 07:22:41,028 - INFO - -------------------------------------------------------------------------------- 2025-11-04 07:22:41,712 - INFO - Deleted project: ctest-TestPorts-48653482, ID : 35f19fdf-399b-4107-8007-1b64f98a30aa