2022-01-04 01:34:42,633 DEBUG 25:cds_blueprint_enrichment.py(1) - CDS blueprint enrichment initialization 2022-01-04 01:34:42,648 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_clamp', value='onaptests.scenario.basic_clamp:BasicClamp', group='xtesting.testcase') 2022-01-04 01:34:42,648 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_cnf', value='onaptests.scenario.basic_cnf:BasicCnf', group='xtesting.testcase') 2022-01-04 01:34:42,648 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_network', value='onaptests.scenario.basic_network:BasicNetwork', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_onboard', value='onaptests.scenario.basic_onboard:BasicOnboard', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm', value='onaptests.scenario.basic_vm:BasicVm', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro', value='onaptests.scenario.basic_vm_macro:BasicVmMacro', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='basic_vm_macro_stability', value='onaptests.scenario.basic_vm_macro_stability:BasicVmMacroStability', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='cds_resource_resolution', value='onaptests.scenario.cds_resource_resolution:CDSResourceResolution', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='clearwater_ims', value='onaptests.scenario.clearwater_ims:ClearwaterIms', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='multi_vnf_ubuntu_macro', value='onaptests.scenario.multi_vnf_macro:MultiVnfUbuntuMacro', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='pnf_macro', value='onaptests.scenario.pnf_macro:PnfMacro', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='bashfeature', value='xtesting.core.feature:BashFeature', group='xtesting.testcase') 2022-01-04 01:34:42,649 DEBUG 219:extension.py(1) - found extension EntryPoint(name='behaveframework', value='xtesting.core.behaveframework:BehaveFramework', group='xtesting.testcase') 2022-01-04 01:34:42,650 DEBUG 219:extension.py(1) - found extension EntryPoint(name='first', value='xtesting.samples.first:Test', group='xtesting.testcase') 2022-01-04 01:34:42,650 DEBUG 219:extension.py(1) - found extension EntryPoint(name='robotframework', value='xtesting.core.robotframework:RobotFramework', group='xtesting.testcase') 2022-01-04 01:34:42,650 DEBUG 219:extension.py(1) - found extension EntryPoint(name='second', value='xtesting.samples.second:Test', group='xtesting.testcase') 2022-01-04 01:34:42,650 DEBUG 219:extension.py(1) - found extension EntryPoint(name='unit', value='xtesting.core.unit:Suite', group='xtesting.testcase') 2022-01-04 01:34:42,650 INFO 169:run_tests.py(1) - Running test case 'basic_cds'... 2022-01-04 01:34:42,651 DEBUG 33:cds_blueprint_enrichment.py(1) - CDS blueprint enrichment run 2022-01-04 01:34:42,651 ERROR 42:cds_blueprint_enrichment.py(1) - Generic OnapTest exception Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/xtesting/ci/run_tests.py", line 171, in run_test kwargs = run_dict['args'] KeyError: 'args' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/onapsdk/configuration/loader.py", line 68, in __getattribute__ return self._settings[name] KeyError: 'K8S_ONAP_NAMESPACE' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 210, in execute step.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 172, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/onboard/cds.py", line 74, in execute if not self.is_service_node_port_type(): File "/usr/lib/python3.8/site-packages/onaptests/steps/onboard/cds.py", line 57, in is_service_node_port_type settings.K8S_ONAP_NAMESPACE File "/usr/lib/python3.8/site-packages/onapsdk/configuration/loader.py", line 71, in __getattribute__ raise SettingsError(msg) from exc onapsdk.exceptions.SettingsError: Requested setting K8S_ONAP_NAMESPACE does not exist. The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 210, in execute step.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 172, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/onboard/cds.py", line 144, in execute super().execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 212, in execute raise SubstepExecutionException from substep_err onaptests.utils.exceptions.SubstepExecutionException The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 210, in execute step.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 172, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/onboard/cds.py", line 169, in execute super().execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 212, in execute raise SubstepExecutionException from substep_err onaptests.utils.exceptions.SubstepExecutionException The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/usr/lib/python3.8/site-packages/onaptests/scenario/cds_blueprint_enrichment.py", line 36, in run self.test.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 172, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/onboard/cds.py", line 195, in execute super().execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 212, in execute raise SubstepExecutionException from substep_err onaptests.utils.exceptions.SubstepExecutionException 2022-01-04 01:34:42,653 INFO 176:run_tests.py(1) - Test result: +-------------------+---------------------+------------------+----------------+ | TEST CASE | PROJECT | DURATION | RESULT | +-------------------+---------------------+------------------+----------------+ | basic_cds | integration | 00:00 | FAIL | +-------------------+---------------------+------------------+----------------+ 2022-01-04 01:34:42,655 INFO 51:cds_blueprint_enrichment.py(1) - Generate Test report 2022-01-04 01:34:43,107 INFO 246:testcase.py(1) - The results were successfully pushed to DB: http://testresults.opnfv.org/onap/api/v1/results/61d3a4336c44f50010877ec7 2022-01-04 01:34:43,107 ERROR 253:run_tests.py(1) - The test case 'basic_cds' failed. 2022-01-04 01:34:43,107 INFO 275:run_tests.py(1) - Execution exit value: Result.EX_ERROR