mirror of https://github.com/apache/cloudstack.git
Fixing bug in stopped_vm test suite's attachVolume call
This commit is contained in:
parent
3070289266
commit
47d9d7d5b9
|
|
@ -1885,7 +1885,7 @@ class TestUploadAttachVolume(cloudstackTestCase):
|
|||
"Check VM state is Running or not"
|
||||
)
|
||||
try:
|
||||
virtual_machine.attach_volume(self.apiclient)
|
||||
virtual_machine.attach_volume(self.apiclient, volume)
|
||||
except Exception as e:
|
||||
self.fail("Failed to attach the volume: %s" % e)
|
||||
return
|
||||
|
|
|
|||
Loading…
Reference in New Issue