2025-11-07 13:18:56,624 - INFO - Domain Default found not creating 2025-11-07 13:18:56,796 - INFO - Project ctest-TestPorts-68190193 not found, creating it 2025-11-07 13:18:57,254 - INFO - Created Project:ctest-TestPorts-68190193, ID : 4cf85bf0-e3da-4600-b09b-c8169a775e0a 2025-11-07 13:18:59,539 - INFO - ================================================================================ 2025-11-07 13:18:59,539 - INFO - STARTING TEST : test_ports_bindings 2025-11-07 13:18:59,539 - 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-07 13:18:59,799 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.14': '0'}} with 2025-11-07 13:18:59,799 - INFO - Initial checks done. Running the testcase now 2025-11-07 13:18:59,799 - INFO - 2025-11-07 13:19:00,368 - DEBUG - Response for create_network : {'network': {'id': 'af2bdb42-1825-4a2f-a289-1447d357b361', 'name': 'ctest-vn-91000952', 'tenant_id': '4cf85bf0e3da4600b09bc8169a775e0a', 'project_id': '4cf85bf0e3da4600b09bc8169a775e0a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-68190193', 'ctest-vn-91000952'], 'port_security_enabled': True, 'description': ''}} 2025-11-07 13:19:00,523 - DEBUG - Response for create_subnet : {'subnet': {'id': '8dbc53c9-722b-495f-8c34-2548c98e5426', 'name': '', 'tenant_id': '4cf85bf0e3da4600b09bc8169a775e0a', 'network_id': 'af2bdb42-1825-4a2f-a289-1447d357b361', 'ip_version': 4, 'cidr': '97.35.115.192/26', 'allocation_pools': [{'start': '97.35.115.194', 'end': '97.35.115.254'}], 'gateway_ip': '97.35.115.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '97.35.115.194', 'tags': [], 'project_id': '4cf85bf0e3da4600b09bc8169a775e0a'}} 2025-11-07 13:19:00,543 - INFO - Created VN ctest-vn-91000952 2025-11-07 13:19:00,596 - DEBUG - VN ctest-vn-91000952 UUID is af2bdb42-1825-4a2f-a289-1447d357b361 2025-11-07 13:19:00,703 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-68190193', 'ctest-vmi-10004459']} 2025-11-07 13:19:00,776 - ERROR - Neutron Exception while creating port in vn with id af2bdb42-1825-4a2f-a289-1447d357b361 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-68190193", "ctest-vmi-10004459"]} response Name ['default-domain', 'ctest-TestPorts-68190193', 'ctest-vmi-10004459'] 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-f57d9068-5716-4365-a221-3850f9b89b50'] 2025-11-07 13:19:00,784 - INFO - Deleting VN ctest-vn-91000952 2025-11-07 13:19:00,880 - DEBUG - Response for deleting network () 2025-11-07 13:19:01,127 - ERROR - TypeError Python 3.9.21: /usr/bin/python3 Fri Nov 7 13:19:00 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 = 'af2bdb42-1825-4a2f-a289-1447d357b361' 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-68190193\', \'ctest-vmi-10004459\'] 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-68190193", "ctest-vmi-10004459"]} response Name ['default-domain', 'ctest-TestPorts-68190193', 'ctest-vmi-10004459'] 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-07 13:19:01,135 - DEBUG - No XMPP flaps were noticed during the test 2025-11-07 13:19:01,135 - INFO -
2025-11-07 13:19:01,135 - INFO - END TEST : test_ports_bindings : FAILED[0:00:02]
2025-11-07 13:19:01,135 - INFO - -------------------------------------------------------------------------------- 2025-11-07 13:19:01,139 - INFO - ================================================================================ 2025-11-07 13:19:01,139 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2025-11-07 13:19:01,139 - 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-07 13:19:01,436 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.14': '0'}} with 2025-11-07 13:19:01,437 - INFO - Initial checks done. Running the testcase now 2025-11-07 13:19:01,437 - INFO - 2025-11-07 13:19:01,629 - DEBUG - Response for create_network : {'network': {'id': 'e220e235-5645-4c25-a26a-2fd645269b6c', 'name': 'ctest-vn1-31631164', 'tenant_id': '4cf85bf0e3da4600b09bc8169a775e0a', 'project_id': '4cf85bf0e3da4600b09bc8169a775e0a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-68190193', 'ctest-vn1-31631164'], 'port_security_enabled': True, 'description': ''}} 2025-11-07 13:19:01,827 - DEBUG - Response for create_subnet : {'subnet': {'id': '656e5112-caeb-445d-b258-71c45132f990', 'name': '', 'tenant_id': '4cf85bf0e3da4600b09bc8169a775e0a', 'network_id': 'e220e235-5645-4c25-a26a-2fd645269b6c', 'ip_version': 4, 'cidr': '77.163.146.128/26', 'allocation_pools': [{'start': '77.163.146.130', 'end': '77.163.146.190'}], 'gateway_ip': '77.163.146.129', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '77.163.146.130', 'tags': [], 'project_id': '4cf85bf0e3da4600b09bc8169a775e0a'}} 2025-11-07 13:19:02,022 - DEBUG - Response for create_subnet : {'subnet': {'id': '5e2341ea-8392-4738-8189-abc6f07e2195', 'name': '', 'tenant_id': '4cf85bf0e3da4600b09bc8169a775e0a', 'network_id': 'e220e235-5645-4c25-a26a-2fd645269b6c', 'ip_version': 4, 'cidr': '42.220.236.192/26', 'allocation_pools': [{'start': '42.220.236.194', 'end': '42.220.236.254'}], 'gateway_ip': '42.220.236.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '42.220.236.194', 'tags': [], 'project_id': '4cf85bf0e3da4600b09bc8169a775e0a'}} 2025-11-07 13:19:02,044 - INFO - Created VN ctest-vn1-31631164 2025-11-07 13:19:02,100 - DEBUG - VN ctest-vn1-31631164 UUID is e220e235-5645-4c25-a26a-2fd645269b6c 2025-11-07 13:19:02,424 - DEBUG - Response for create_port : {'port': {'name': '94fe3cde-722d-47c2-9dc6-6710439ff675', 'id': '94fe3cde-722d-47c2-9dc6-6710439ff675', 'tenant_id': '4cf85bf0e3da4600b09bc8169a775e0a', 'network_id': 'e220e235-5645-4c25-a26a-2fd645269b6c', 'mac_address': '02:94:fe:3c:de:72', '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.163.146.133', 'subnet_id': '656e5112-caeb-445d-b258-71c45132f990'}], 'security_groups': ['6c66cf8d-a0b2-4c16-8961-92284fbcffd4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4cf85bf0e3da4600b09bc8169a775e0a'}} 2025-11-07 13:19:02,606 - DEBUG - Response for create_port : {'port': {'name': '7bd9cb5c-f894-42a6-ab2a-bfa1f14ff7d2', 'id': '7bd9cb5c-f894-42a6-ab2a-bfa1f14ff7d2', 'tenant_id': '4cf85bf0e3da4600b09bc8169a775e0a', 'network_id': 'e220e235-5645-4c25-a26a-2fd645269b6c', 'mac_address': '02:7b:d9:cb:5c:f8', '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': '42.220.236.197', 'subnet_id': '5e2341ea-8392-4738-8189-abc6f07e2195'}], 'security_groups': ['6c66cf8d-a0b2-4c16-8961-92284fbcffd4'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '4cf85bf0e3da4600b09bc8169a775e0a'}} 2025-11-07 13:19:02,669 - DEBUG - Services list from nova: [, , ] 2025-11-07 13:19:03,012 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4668-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4668-1) 2025-11-07 13:19:03,449 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-4668-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-4668-1) 2025-11-07 13:19:03,449 - INFO - Waiting for VM ctest-vn1-vm1-69948126 to be up.. 2025-11-07 13:19:03,485 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2025-11-07 13:19:08,568 - DEBUG - VM is in ACTIVE state now 2025-11-07 13:19:08,568 - INFO - VM name : ctest-vn1-vm1-69948126 2025-11-07 13:19:08,659 - DEBUG - VM ctest-vn1-vm1-69948126 ID is 5bdcd598-eeb3-4a25-887c-e53b9812663f 2025-11-07 13:19:08,683 - DEBUG - VM ctest-vn1-vm1-69948126 launched on Node cn-jenkins-deploy-platform-ansible-os-4668-1 2025-11-07 13:19:08,785 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/5bdcd598-eeb3-4a25-887c-e53b9812663f 2025-11-07 13:19:09,115 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/5bdcd598-eeb3-4a25-887c-e53b9812663f 2025-11-07 13:19:09,146 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/94fe3cde-722d-47c2-9dc6-6710439ff675 2025-11-07 13:19:12,411 - 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 1009ms') 2025-11-07 13:19:12,411 - DEBUG - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-69948126 failed! 2025-11-07 13:19:12,468 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-68190193:ctest-vn1-31631164 is 77.163.146.129 and allocation pool is NOT set 2025-11-07 13:19:12,468 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-68190193:ctest-vn1-31631164 is 42.220.236.193 and allocation pool is NOT set 2025-11-07 13:19:14,531 - 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=5.38 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.991 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.991/3.187/5.384/2.196 ms') 2025-11-07 13:19:14,532 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm1-69948126 passed 2025-11-07 13:19:14,680 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-07 13:19:14,680 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-69948126, IP 77.163.146.133, Port 22 2025-11-07 13:19:14,836 - DEBUG - VM ctest-vn1-vm1-69948126 is ready for SSH connections 2025-11-07 13:19:14,836 - INFO - Waiting for VM ctest-vn1-vm2-79137309 to be up.. 2025-11-07 13:19:14,967 - DEBUG - VM is in ACTIVE state now 2025-11-07 13:19:14,967 - INFO - VM name : ctest-vn1-vm2-79137309 2025-11-07 13:19:15,046 - DEBUG - VM ctest-vn1-vm2-79137309 ID is 655d5da2-58db-4975-9ea3-3f46d5a8c19e 2025-11-07 13:19:15,046 - DEBUG - VM ctest-vn1-vm2-79137309 launched on Node cn-jenkins-deploy-platform-ansible-os-4668-1 2025-11-07 13:19:15,123 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/655d5da2-58db-4975-9ea3-3f46d5a8c19e 2025-11-07 13:19:15,132 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/7bd9cb5c-f894-42a6-ab2a-bfa1f14ff7d2 2025-11-07 13:19:16,379 - 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.31 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.729 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.729/2.019/3.310/1.290 ms') 2025-11-07 13:19:16,379 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm2-79137309 passed 2025-11-07 13:19:16,536 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-07 13:19:16,536 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-79137309, IP 42.220.236.197, Port 22 2025-11-07 13:19:16,702 - DEBUG - VM ctest-vn1-vm2-79137309 is ready for SSH connections 2025-11-07 13:19:16,702 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-07 13:19:16,702 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-07 13:19:16,702 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2025-11-07 13:19:16,702 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 77.163.146.133, host_string: cirros@169.254.0.4, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123 2025-11-07 13:19:16,702 - DEBUG - ping -s 56 -c 3 -W 1 77.163.146.133 2025-11-07 13:19:19,313 - DEBUG - PING 77.163.146.133 (77.163.146.133): 56 data bytes 64 bytes from 77.163.146.133: seq=0 ttl=63 time=3.655 ms 64 bytes from 77.163.146.133: seq=1 ttl=63 time=1.012 ms 64 bytes from 77.163.146.133: seq=2 ttl=63 time=0.772 ms --- 77.163.146.133 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 0.772/1.813/3.655 ms 2025-11-07 13:19:19,313 - INFO - Ping to IP 77.163.146.133 from VM ctest-vn1-vm2-79137309 passed 2025-11-07 13:19:19,313 - INFO - Detaching port 7bd9cb5c-f894-42a6-ab2a-bfa1f14ff7d2 from VM ctest-vn1-vm2-79137309 2025-11-07 13:19:19,370 - INFO - Deleting VM ctest-vn1-vm2-79137309 2025-11-07 13:19:19,451 - INFO - Detaching port 94fe3cde-722d-47c2-9dc6-6710439ff675 from VM ctest-vn1-vm1-69948126 2025-11-07 13:19:19,492 - INFO - Deleting VM ctest-vn1-vm1-69948126 2025-11-07 13:19:19,778 - DEBUG - Response for delete_port : () 2025-11-07 13:19:19,974 - DEBUG - Response for delete_port : () 2025-11-07 13:19:19,974 - INFO - Deleting VN ctest-vn1-31631164 2025-11-07 13:19:20,146 - DEBUG - Response for deleting network () 2025-11-07 13:19:20,408 - DEBUG - No XMPP flaps were noticed during the test
2025-11-07 13:19:20,408 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:19]
2025-11-07 13:19:20,408 - INFO - -------------------------------------------------------------------------------- 2025-11-07 13:19:21,153 - INFO - Deleted project: ctest-TestPorts-68190193, ID : 4cf85bf0-e3da-4600-b09b-c8169a775e0a