2026-06-18 15:01:21,529 - INFO - Domain Default found not creating 2026-06-18 15:01:21,682 - INFO - Project ctest-TestPorts-20621707 not found, creating it 2026-06-18 15:01:22,122 - INFO - Created Project:ctest-TestPorts-20621707, ID : 9eaa5f43-cdc2-4722-9175-26c4843de38a 2026-06-18 15:01:23,719 - INFO - ================================================================================ 2026-06-18 15:01:23,719 - INFO - STARTING TEST : test_ports_bindings 2026-06-18 15:01:23,719 - 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-18 15:01:23,975 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.254': '0'}} with 2026-06-18 15:01:23,975 - INFO - Initial checks done. Running the testcase now 2026-06-18 15:01:23,976 - INFO - 2026-06-18 15:01:24,569 - DEBUG - Response for create_network : {'network': {'id': 'a8ec7dc0-3ec2-425c-b1de-565bb6c15b55', 'name': 'ctest-vn-09485465', 'tenant_id': '9eaa5f43cdc24722917526c4843de38a', 'project_id': '9eaa5f43cdc24722917526c4843de38a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-20621707', 'ctest-vn-09485465'], 'port_security_enabled': True, 'description': ''}} 2026-06-18 15:01:24,776 - DEBUG - Response for create_subnet : {'subnet': {'id': 'c94aa1f1-f53e-4294-b929-8c655c6f0c78', 'name': '', 'tenant_id': '9eaa5f43cdc24722917526c4843de38a', 'network_id': 'a8ec7dc0-3ec2-425c-b1de-565bb6c15b55', 'ip_version': 4, 'cidr': '81.159.238.192/26', 'allocation_pools': [{'start': '81.159.238.194', 'end': '81.159.238.254'}], 'gateway_ip': '81.159.238.193', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '81.159.238.194', 'tags': [], 'project_id': '9eaa5f43cdc24722917526c4843de38a'}} 2026-06-18 15:01:24,792 - INFO - Created VN ctest-vn-09485465 2026-06-18 15:01:24,844 - DEBUG - VN ctest-vn-09485465 UUID is a8ec7dc0-3ec2-425c-b1de-565bb6c15b55 2026-06-18 15:01:24,942 - DEBUG - Read virtual machine interface {'fq_name': ['default-domain', 'ctest-TestPorts-20621707', 'ctest-vmi-89121018']} 2026-06-18 15:01:25,049 - ERROR - Neutron Exception while creating port in vn with id a8ec7dc0-3ec2-425c-b1de-565bb6c15b55 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-20621707", "ctest-vmi-89121018"]} response Name ['default-domain', 'ctest-TestPorts-20621707', 'ctest-vmi-89121018'] 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-4a808b82-a958-422d-96f5-209261dc8e7f'] 2026-06-18 15:01:25,056 - INFO - Deleting VN ctest-vn-09485465 2026-06-18 15:01:25,160 - DEBUG - Response for deleting network () 2026-06-18 15:01:25,407 - ERROR - TypeError Python 3.9.25: /usr/bin/python3 Thu Jun 18 15:01:25 2026 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 = 'a8ec7dc0-3ec2-425c-b1de-565bb6c15b55' 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-20621707\', \'ctest-vmi-89121018\'] 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-20621707", "ctest-vmi-89121018"]} response Name ['default-domain', 'ctest-TestPorts-20621707', 'ctest-vmi-89121018'] 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 2026-06-18 15:01:25,413 - DEBUG - No XMPP flaps were noticed during the test 2026-06-18 15:01:25,414 - INFO -
2026-06-18 15:01:25,414 - INFO - END TEST : test_ports_bindings : FAILED[0:00:02]
2026-06-18 15:01:25,414 - INFO - -------------------------------------------------------------------------------- 2026-06-18 15:01:25,417 - INFO - ================================================================================ 2026-06-18 15:01:25,417 - INFO - STARTING TEST : test_ports_specific_subnet_ip 2026-06-18 15:01:25,417 - 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-18 15:01:25,700 - DEBUG - Nothing to compare xmpp stats {'10.0.0.50': {'10.20.0.254': '0'}} with 2026-06-18 15:01:25,700 - INFO - Initial checks done. Running the testcase now 2026-06-18 15:01:25,700 - INFO - 2026-06-18 15:01:25,900 - DEBUG - Response for create_network : {'network': {'id': '422925e6-1194-40ef-b111-17f60023ed46', 'name': 'ctest-vn1-54597236', 'tenant_id': '9eaa5f43cdc24722917526c4843de38a', 'project_id': '9eaa5f43cdc24722917526c4843de38a', 'admin_state_up': True, 'shared': False, 'status': 'ACTIVE', 'router:external': False, 'mtu': 0, 'subnets': [], 'fq_name': ['default-domain', 'ctest-TestPorts-20621707', 'ctest-vn1-54597236'], 'port_security_enabled': True, 'description': ''}} 2026-06-18 15:01:26,090 - DEBUG - Response for create_subnet : {'subnet': {'id': '0527179b-bc85-436b-964b-f7e40b8d7d9d', 'name': '', 'tenant_id': '9eaa5f43cdc24722917526c4843de38a', 'network_id': '422925e6-1194-40ef-b111-17f60023ed46', 'ip_version': 4, 'cidr': '79.212.33.64/26', 'allocation_pools': [{'start': '79.212.33.66', 'end': '79.212.33.126'}], 'gateway_ip': '79.212.33.65', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '79.212.33.66', 'tags': [], 'project_id': '9eaa5f43cdc24722917526c4843de38a'}} 2026-06-18 15:01:26,269 - DEBUG - Response for create_subnet : {'subnet': {'id': 'b99bd2b5-1e13-444c-8198-3de6e908eb90', 'name': '', 'tenant_id': '9eaa5f43cdc24722917526c4843de38a', 'network_id': '422925e6-1194-40ef-b111-17f60023ed46', 'ip_version': 4, 'cidr': '218.208.73.0/26', 'allocation_pools': [{'start': '218.208.73.2', 'end': '218.208.73.62'}], 'gateway_ip': '218.208.73.1', 'enable_dhcp': True, 'ipv6_ra_mode': None, 'ipv6_address_mode': None, 'dns_nameservers': [], 'host_routes': [], 'dns_server_address': '218.208.73.2', 'tags': [], 'project_id': '9eaa5f43cdc24722917526c4843de38a'}} 2026-06-18 15:01:26,286 - INFO - Created VN ctest-vn1-54597236 2026-06-18 15:01:26,340 - DEBUG - VN ctest-vn1-54597236 UUID is 422925e6-1194-40ef-b111-17f60023ed46 2026-06-18 15:01:26,627 - DEBUG - Response for create_port : {'port': {'name': 'b1c83f79-52a1-4f2a-bf14-4560dc7f84bd', 'id': 'b1c83f79-52a1-4f2a-bf14-4560dc7f84bd', 'tenant_id': '9eaa5f43cdc24722917526c4843de38a', 'network_id': '422925e6-1194-40ef-b111-17f60023ed46', 'mac_address': '02:b1:c8:3f:79:52', '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': '79.212.33.69', 'subnet_id': '0527179b-bc85-436b-964b-f7e40b8d7d9d'}], 'security_groups': ['ca289937-4efe-44a4-92a1-076f8a143567'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9eaa5f43cdc24722917526c4843de38a'}} 2026-06-18 15:01:26,789 - DEBUG - Response for create_port : {'port': {'name': 'e4a54612-3adb-460b-8947-94d9095e8248', 'id': 'e4a54612-3adb-460b-8947-94d9095e8248', 'tenant_id': '9eaa5f43cdc24722917526c4843de38a', 'network_id': '422925e6-1194-40ef-b111-17f60023ed46', 'mac_address': '02:e4:a5:46:12:3a', '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': '218.208.73.5', 'subnet_id': 'b99bd2b5-1e13-444c-8198-3de6e908eb90'}], 'security_groups': ['ca289937-4efe-44a4-92a1-076f8a143567'], 'admin_state_up': True, 'device_id': '', 'device_owner': '', 'status': 'DOWN', 'port_security_enabled': True, 'description': '', 'project_id': '9eaa5f43cdc24722917526c4843de38a'}} 2026-06-18 15:01:26,839 - DEBUG - Services list from nova: [, , ] 2026-06-18 15:01:27,164 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5987-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5987-1) 2026-06-18 15:01:27,525 - INFO - VM ([]) created on node: (cn-jenkins-deploy-platform-ansible-os-5987-1), Zone: (nova:cn-jenkins-deploy-platform-ansible-os-5987-1) 2026-06-18 15:01:27,525 - INFO - Waiting for VM ctest-vn1-vm1-89843105 to be up.. 2026-06-18 15:01:27,561 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-18 15:01:32,608 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-18 15:01:37,689 - DEBUG - VM is still in BUILD state, Expected: ACTIVE 2026-06-18 15:01:42,758 - DEBUG - VM is in ACTIVE state now 2026-06-18 15:01:42,758 - INFO - VM name : ctest-vn1-vm1-89843105 2026-06-18 15:01:42,827 - DEBUG - VM ctest-vn1-vm1-89843105 ID is d430df1e-e9aa-44a1-ae63-19d6812224a0 2026-06-18 15:01:42,846 - DEBUG - VM ctest-vn1-vm1-89843105 launched on Node cn-jenkins-deploy-platform-ansible-os-5987-1 2026-06-18 15:01:42,919 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/d430df1e-e9aa-44a1-ae63-19d6812224a0 2026-06-18 15:01:43,286 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/d430df1e-e9aa-44a1-ae63-19d6812224a0 2026-06-18 15:01:43,323 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/b1c83f79-52a1-4f2a-bf14-4560dc7f84bd 2026-06-18 15:01:46,575 - 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 1010ms') 2026-06-18 15:01:46,575 - DEBUG - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-89843105 failed! 2026-06-18 15:01:46,628 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-20621707:ctest-vn1-54597236 is 79.212.33.65 and allocation pool is NOT set 2026-06-18 15:01:46,628 - DEBUG - Gateway for vn default-domain:ctest-TestPorts-20621707:ctest-vn1-54597236 is 218.208.73.1 and allocation pool is NOT set 2026-06-18 15:01:48,684 - 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=4.61 ms\r\n64 bytes from 169.254.0.4: icmp_seq=2 ttl=63 time=0.364 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.364/2.487/4.610/2.123 ms') 2026-06-18 15:01:48,685 - INFO - Ping to Metadata IP 169.254.0.4 of VM ctest-vn1-vm1-89843105 passed 2026-06-18 15:01:48,832 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-18 15:01:48,832 - DEBUG - Waiting to SSH to VM ctest-vn1-vm1-89843105, IP 79.212.33.69, Port 22 2026-06-18 15:01:48,991 - DEBUG - VM ctest-vn1-vm1-89843105 is ready for SSH connections 2026-06-18 15:01:48,991 - INFO - Waiting for VM ctest-vn1-vm2-12131737 to be up.. 2026-06-18 15:01:49,069 - DEBUG - VM is in ACTIVE state now 2026-06-18 15:01:49,069 - INFO - VM name : ctest-vn1-vm2-12131737 2026-06-18 15:01:49,136 - DEBUG - VM ctest-vn1-vm2-12131737 ID is 76d576c5-8eab-461e-91b4-f0e00eddd2d8 2026-06-18 15:01:49,136 - DEBUG - VM ctest-vn1-vm2-12131737 launched on Node cn-jenkins-deploy-platform-ansible-os-5987-1 2026-06-18 15:01:49,202 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine/76d576c5-8eab-461e-91b4-f0e00eddd2d8 2026-06-18 15:01:49,209 - DEBUG - Requesting: http://10.0.0.50:8082/virtual-machine-interface/e4a54612-3adb-460b-8947-94d9095e8248 2026-06-18 15:01:50,436 - 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.49 ms\r\n64 bytes from 169.254.0.3: icmp_seq=2 ttl=63 time=0.402 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.402/1.947/3.493/1.545 ms') 2026-06-18 15:01:50,436 - INFO - Ping to Metadata IP 169.254.0.3 of VM ctest-vn1-vm2-12131737 passed 2026-06-18 15:01:50,584 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-18 15:01:50,584 - DEBUG - Waiting to SSH to VM ctest-vn1-vm2-12131737, IP 218.208.73.5, Port 22 2026-06-18 15:01:50,749 - DEBUG - VM ctest-vn1-vm2-12131737 is ready for SSH connections 2026-06-18 15:01:50,750 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-18 15:01:50,750 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-18 15:01:50,750 - DEBUG - verify_vm_launched is skipped since self.vm_launch_flag is set 2026-06-18 15:01:50,750 - DEBUG - Running remote_cmd, Cmd : ping -s 56 -c 3 -W 1 79.212.33.69, host_string: cirros@169.254.0.3, password: cubswin:)gateway: ubuntu@10.0.0.50, gateway password: c0ntrail123 2026-06-18 15:01:50,750 - DEBUG - ping -s 56 -c 3 -W 1 79.212.33.69 2026-06-18 15:01:54,362 - DEBUG - PING 79.212.33.69 (79.212.33.69): 56 data bytes 64 bytes from 79.212.33.69: seq=0 ttl=63 time=4.365 ms 64 bytes from 79.212.33.69: seq=1 ttl=63 time=1.240 ms 64 bytes from 79.212.33.69: seq=2 ttl=63 time=1.137 ms --- 79.212.33.69 ping statistics --- 3 packets transmitted, 3 packets received, 0% packet loss round-trip min/avg/max = 1.137/2.247/4.365 ms 2026-06-18 15:01:54,362 - INFO - Ping to IP 79.212.33.69 from VM ctest-vn1-vm2-12131737 passed 2026-06-18 15:01:54,363 - INFO - Detaching port e4a54612-3adb-460b-8947-94d9095e8248 from VM ctest-vn1-vm2-12131737 2026-06-18 15:01:54,417 - INFO - Deleting VM ctest-vn1-vm2-12131737 2026-06-18 15:01:54,486 - INFO - Detaching port b1c83f79-52a1-4f2a-bf14-4560dc7f84bd from VM ctest-vn1-vm1-89843105 2026-06-18 15:01:54,516 - INFO - Deleting VM ctest-vn1-vm1-89843105 2026-06-18 15:01:54,738 - DEBUG - Response for delete_port : () 2026-06-18 15:01:54,880 - DEBUG - Response for delete_port : () 2026-06-18 15:01:54,881 - INFO - Deleting VN ctest-vn1-54597236 2026-06-18 15:01:55,007 - DEBUG - Response for deleting network () 2026-06-18 15:01:55,261 - DEBUG - No XMPP flaps were noticed during the test
2026-06-18 15:01:55,261 - INFO - END TEST : test_ports_specific_subnet_ip : PASSED[0:00:30]
2026-06-18 15:01:55,261 - INFO - -------------------------------------------------------------------------------- 2026-06-18 15:01:56,030 - INFO - Deleted project: ctest-TestPorts-20621707, ID : 9eaa5f43-cdc2-4722-9175-26c4843de38a