By type
2022-10-09 05:44:49,060 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------+ | CI_LOOP | daily | | DEBUG | false | | DEPLOY_SCENARIO | onap-nofeature-noha | | INSTALLER_TYPE | oom | | BUILD_TAG | gitlab_ci-functest-kubespray-baremetal-daily- | | | master-11093199-onap | | NODE_NAME | onap-daily-dt-oom-master-TNAP-oom | | TEST_DB_URL | http://testresults.opnfv.org/onap/api/v1/results | | TEST_DB_EXT_URL | | | S3_ENDPOINT_URL | | | S3_DST_URL | | | HTTP_DST_URL | | +-------------------------+----------------------------------------------------------+ 2022-10-09 05:44:49,089 - xtesting.ci.run_tests - INFO - Loading test case 'postinstall'... 2022-10-09 05:44:49,162 - xtesting.ci.run_tests - ERROR - Failures when running testcase(s) Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/stevedore/_cache.py", line 159, in _get_data_for_path with open(filename, 'r') as f: FileNotFoundError: [Errno 2] No such file or directory: '/root/.cache/python-entrypoints/a907c2680c7fbf831009c6ad35a5b688b13bf9be4477ca2534930a5c03479054' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/xtesting/ci/run_tests.py", line 164, in run_test invoke_kwds=test_dict).driver File "/usr/lib/python3.7/site-packages/stevedore/driver.py", line 62, in __init__ warn_on_missing_entrypoint=warn_on_missing_entrypoint File "/usr/lib/python3.7/site-packages/stevedore/named.py", line 81, in __init__ verify_requirements) File "/usr/lib/python3.7/site-packages/stevedore/extension.py", line 218, in _load_plugins for ep in self.list_entry_points(): File "/usr/lib/python3.7/site-packages/stevedore/extension.py", line 207, in list_entry_points eps = list(_cache.get_group_all(self.namespace)) File "/usr/lib/python3.7/site-packages/stevedore/_cache.py", line 179, in get_group_all data = self._get_data_for_path(path) File "/usr/lib/python3.7/site-packages/stevedore/_cache.py", line 162, in _get_data_for_path data = _build_cacheable_data(path) File "/usr/lib/python3.7/site-packages/stevedore/_cache.py", line 110, in _build_cacheable_data for name, group_data in real_groups.items(): AttributeError: 'EntryPoints' object has no attribute 'items' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.7/site-packages/xtesting/ci/run_tests.py", line 253, in main self.tiers.get_test(kwargs['test'])) File "/usr/lib/python3.7/site-packages/xtesting/ci/run_tests.py", line 188, in run_test LOGGER.exception("Cannot get class %s", run_dict['class']) KeyError: 'class' 2022-10-09 05:44:49,164 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR