2022-02-16 15:26:14,083 - xtesting.ci.run_tests - INFO - Deployment description: +-------------------------+----------------------------------------------------------+ | ENV VAR | VALUE | +-------------------------+----------------------------------------------------------+ | CI_LOOP | daily | | DEBUG | false | | DEPLOY_SCENARIO | os-nosdn-nofeature-noha | | INSTALLER_TYPE | ci-ds | | BUILD_TAG | ci-ds-2022-02-16-12-08-17 | | NODE_NAME | ci-dualstack-master-daily | | 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-02-16 15:26:14,114 - xtesting.ci.run_tests - INFO - Loading test case 'basic_vm'... 2022-02-16 15:26:14,556 - xtesting.ci.run_tests - INFO - Running test case 'basic_vm'... 2022-02-16 15:26:15,870 - xtesting.ci.run_tests - ERROR - Please fix the testcase basic_vm. All exceptions should be caught by the testcase instead! 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/xtesting/ci/run_tests.py", line 174, in run_test test_case.run() File "/usr/lib/python3.8/site-packages/onaptests/scenario/basic_vm.py", line 35, in run self.test.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 179, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/instantiate/vf_module_ala_carte.py", line 130, in execute super().execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 223, in execute step.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 179, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/instantiate/vnf_ala_carte.py", line 103, in execute super().execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 223, in execute step.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 179, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/instantiate/service_ala_carte.py", line 188, in execute super().execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 223, in execute step.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 179, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/onboard/service.py", line 158, in execute super().execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 223, in execute step.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 179, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/onboard/vf.py", line 103, in execute super().execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 223, in execute step.execute() File "/usr/lib/python3.8/site-packages/onaptests/steps/base.py", line 179, in wrapper ret = fun(self, *args, **kwargs) File "/usr/lib/python3.8/site-packages/onaptests/steps/onboard/vsp.py", line 108, in execute with open(get_resource_location(vnf["heat_files_to_upload"]), "rb") as package: FileNotFoundError: [Errno 2] No such file or directory: '/usr/lib/python3.8/site-packages/onaptests/onaptests/templates/heat-files/ubuntu20/ubuntu20agent.zip' 2022-02-16 15:26:15,872 - xtesting.ci.run_tests - ERROR - The test case 'basic_vm' failed. 2022-02-16 15:26:15,872 - xtesting.ci.run_tests - INFO - Execution exit value: Result.EX_ERROR