Merge branch '3.0.x' of ssh://git.cloud.com/var/lib/git/cloudstack-oss into 3.0.x

This commit is contained in:
Koushik Das 2012-07-11 14:27:38 +05:30
commit 5f43c1a1cb
1 changed files with 1 additions and 1 deletions

View File

@ -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