2024-10-18 22:02:42,163 - INFO - Domain Default found not creating
2024-10-18 22:02:42,301 - INFO - Project ctest-TestvDNSBasic0-85736515 not found, creating it
2024-10-18 22:02:42,367 - 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/96c134ef-83b5-4c04-bdd0-fc43525afd1b body {'exclude_back_refs': True, 'exclude_children': True} response Unknown id: 96c134ef-83b5-4c04-bdd0-fc43525afd1b
2024-10-18 22:02:44,251 - INFO - ================================================================================
2024-10-18 22:02:44,251 - INFO - STARTING TEST : test_vdns_ping_same_vn
2024-10-18 22:02:44,251 - 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
2024-10-18 22:02:44,388 - DEBUG - Nothing to compare xmpp stats {'10.0.0.57': {'10.20.0.20': '0'}} with
2024-10-18 22:02:44,388 - INFO - Initial checks done. Running the testcase now
2024-10-18 22:02:44,388 - INFO -
2024-10-18 22:02:46,376 - ERROR - Exception
Python 3.6.8: /usr/bin/python3
Fri Oct 18 22:02:46 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/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-85736515'
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-85736515 not found',), )
/usr/local/lib/python3.6/site-packages/testtools/_compat3x.py in reraise(exc_class=, exc_obj=Exception('Project ctest-TestvDNSBasic0-85736515 not found',), exc_tb=, _marker=