2025-01-04 22:23:29,066 - INFO - Domain Default found not creating
2025-01-04 22:23:29,178 - INFO - Project ctest-TestvDNSBasic0-02756080 not found, creating it
2025-01-04 22:23:29,221 - 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/local/lib/python3.6/site-packages/vnc_api/vnc_api.py", line 52, in wrapper
return func(self, *args, **kwargs)
File "/usr/local/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/local/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/local/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/c1fce805-02f9-4869-82f3-bb04d4e0b60d body {'exclude_back_refs': True, 'exclude_children': True} response Unknown id: c1fce805-02f9-4869-82f3-bb04d4e0b60d
2025-01-04 22:23:30,644 - INFO - ================================================================================
2025-01-04 22:23:30,644 - INFO - STARTING TEST : test_vdns_ping_same_vn
2025-01-04 22:23:30,644 - INFO - TEST DESCRIPTION :
Test:- Test vdns functionality. On VM launch agent should dynamically update dns records to dns agent
1. Create vDNS server
2. Create IPAM using above vDNS data
3. Create VN using above IPAM and launch 2 VM's within it
4. Ping between these 2 VM's using dns name
5. Try to delete vDNS server which has IPAM back-reference[Negative case]
6. Add CNAME VDNS record for vm1-test and verify we able to ping by alias name
Pass criteria: Step 4,5 and 6 should pass
Maintainer: cf-test@juniper.net
2025-01-04 22:23:30,773 - DEBUG - Nothing to compare xmpp stats {'10.0.0.12': {'10.20.0.11': '0'}} with
2025-01-04 22:23:30,773 - INFO - Initial checks done. Running the testcase now
2025-01-04 22:23:30,773 - INFO -
2025-01-04 22:23:31,555 - ERROR - Exception
Python 3.6.8: /usr/bin/python3
Sat Jan 4 22:23:31 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={})
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/vdns/test_vdns_basic.py in test_vdns_ping_same_vn(self=)
79 rev_zone = rev_zone + '.in-addr.arpa'
80 proj_fixt = self.useFixture(ProjectFixture(
81 project_name=self.inputs.project_name, connections=self.connections))
82 proj_connections = proj_fixt.get_project_connections()
83 dns_data = VirtualDnsType(
project_name undefined
self =
self.inputs =
self.inputs.project_name = 'ctest-TestvDNSBasic0-02756080'
connections undefined
self.connections =
/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 = (, Exception('Project ctest-TestvDNSBasic0-02756080 not found',), )
/usr/local/lib/python3.6/site-packages/testtools/_compat3x.py in reraise(exc_class=, exc_obj=Exception('Project ctest-TestvDNSBasic0-02756080 not found',), exc_tb=, _marker=