mirror of https://github.com/apache/cloudstack.git
Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x
This commit is contained in:
commit
5f43c1a1cb
|
|
@ -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