Chandan Purushothama created CLOUDSTACK-7865:
------------------------------------------------
Summary: [Automation] Fix the script "/maint/test_bugs.py" -
Missing attributes used in class
Key: CLOUDSTACK-7865
URL: https://issues.apache.org/jira/browse/CLOUDSTACK-7865
Project: CloudStack
Issue Type: Test
Security Level: Public (Anyone can view this level - this is the default.)
Components: Automation, Test
Affects Versions: 4.5.0
Reporter: Chandan Purushothama
Assignee: Srikanteswararao Talluri
Priority: Critical
Fix For: 4.5.0
I see the following errors in execution of two test cases in test_bugs.py:
*First Error*:
{noformat}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 332, in run
testMethod()
File "/root/cloudstack/test/integration/component/maint/test_bugs.py", line
396, in test_CLOUDSTACK_6181_stoppedvm_root_resize
virtualmachineid=self.virtual_machine.id,
'\'Test42xBugsMgmtSvr\' object has no attribute \'virtual_machine\'\n
{noformat}
*Second Error*
{noformat}
Stacktrace
File "/usr/lib/python2.7/unittest/case.py", line 332, in run
testMethod()
File "/root/cloudstack/test/integration/component/maint/test_bugs.py", line
464, in test_CLOUDSTACK_6181_vm_root_resize
virtualmachineid=self.virtual_machine.id,
'\'Test42xBugsMgmtSvr\' object has no attribute \'virtual_machine\'\n
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)