2024-10-18 22:02:09,885 - INFO - Domain Default found not creating
2024-10-18 22:02:10,052 - INFO - Project ctest-AnalyticsBasicTestSanity-79331299 not found, creating it
2024-10-18 22:02:10,129 - ERROR - Exception while creating project
Traceback (most recent call last):
File "/contrail-test/common/isolated_creds.py", line 184, in create_tenant
project.setUp()
File "/contrail-test/fixtures/project_test.py", line 99, in setUp
self.create()
File "/contrail-test/fixtures/project_test.py", line 133, in create
self._create_project()
File "/contrail-test/fixtures/project_test.py", line 70, in _create_project
self.project_obj = self.vnc_lib_fixture.project_read(id=self.uuid)
File "/contrail-test/fixtures/vnc_api_test.py", line 238, in hook
return act_attr(*args, **kwargs)
File "/usr/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 52, in wrapper
return func(self, *args, **kwargs)
File "/usr/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 728, in _object_read
response = self._request_server(OP_GET, uri, query_params)
File "/usr/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 1128, in _request_server
retry_after_authn=retry_after_authn, retry_count=retry_count)
File "/usr/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 1181, in _request
% (op, url, data, content))
vnc_api.exceptions.NoIdError: Unknown id: Error: oper 2 url /project/b81229e2-7fe7-48e8-a126-5459f0ee7855 body {'exclude_back_refs': True, 'exclude_children': True} response Unknown id: b81229e2-7fe7-48e8-a126-5459f0ee7855
2024-10-18 22:02:15,429 - INFO - ================================================================================
2024-10-18 22:02:15,430 - INFO - STARTING TEST : test_verify_object_logs
2024-10-18 22:02:15,430 - INFO - TEST DESCRIPTION :
Description: Test to validate object logs
1.Create vn/vm and verify object log tables updated with
those vn, vm and routing-instance - fails otherwise
Maintainer: sandipd@juniper.net
2024-10-18 22:02:15,570 - DEBUG - Nothing to compare xmpp stats {'10.0.0.57': {'10.20.0.20': '0'}} with
2024-10-18 22:02:15,570 - INFO - Initial checks done. Running the testcase now
2024-10-18 22:02:15,570 - INFO -
2024-10-18 22:02:16,136 - ERROR - NoIdError
Python 3.6.8: /usr/bin/python3
Fri Oct 18 22:02:15 2024
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={})
79 log.info('Initial checks done. Running the testcase now')
80 log.info('')
81 result = function(self, *args, **kwargs)
82 if self.inputs.upgrade:
83 pid = os.getpid()
result = None
function =
self =
args = ()
kwargs = {}
/contrail-test/scripts/analytics/test_analytics_basic.py in test_verify_object_logs(self=)
34 start_time=str(OpServerUtils.utc_timestamp_usec())
35 vn_fixture= self.useFixture(VNFixture(connections=self.connections,
36 vn_name=vn_name, subnets=vn_subnets))
37 vn_fixture.verify_on_setup()
38 vm1_fixture = self.create_vm(vn_fixture=vn_fixture, image_name='cirros')
vn_name = 'ctest-vn22-05390142'
subnets undefined
vn_subnets = ['139.9.102.0/26']
/usr/local/lib/python3.6/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 = (, NoIdError('Error: oper 1 url /fqname-to-id body ...AnalyticsBasicTestSanity-79331299\'] not found',), )
/usr/local/lib/python3.6/site-packages/testtools/_compat3x.py in reraise(exc_class=, exc_obj=NoIdError('Error: oper 1 url /fqname-to-id body ...AnalyticsBasicTestSanity-79331299\'] not found',), exc_tb=, _marker=