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=