shwstppr edited a comment on pull request #5469: URL: https://github.com/apache/cloudstack/pull/5469#issuecomment-924584392
Not sure why tests getting following exception: ``` 2021-09-21 13:07:13,282 - CRITICAL - EXCEPTION: test_deploy_vm_start_failure: ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/unittest/case.py", line 360, in run\n self.setUp()\n', ' File "/marvin/tests/smoke/misc/test_deploy_vm.py", line 187, in setUp\n count=6)\n', ' File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 5267, in create\n cmd = configureSimulator.configureSimulatorCmd()\n', "NameError: global name 'configureSimulator' is not defined\n"] 2021-09-21 13:08:19,019 - CRITICAL - EXCEPTION: test_deploy_vm_volume_creation_failure: ['Traceback (most recent call last):\n', ' File "/usr/lib64/python2.7/unittest/case.py", line 360, in run\n self.setUp()\n', ' File "/marvin/tests/smoke/misc/test_deploy_vm.py", line 75, in setUp\n count=6)\n', ' File "/usr/lib/python2.7/site-packages/marvin/lib/base.py", line 5267, in create\n cmd = configureSimulator.configureSimulatorCmd()\n', "NameError: global name 'configureSimulator' is not defined\n"] ``` Will be investigating -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
