CLOUDSTACK-5179: Fixed test script issue related to detach

volume
This commit is contained in:
Gaurav Aradhye 2013-11-15 16:31:05 +05:30 committed by Girish Shilamkar
parent a6c2c6a261
commit 8a1918dbe1

View File

@ -770,7 +770,7 @@ class TestDeployVM(cloudstackTestCase):
type='DATADISK',
account=self.account.name,
domainid=self.account.domainid,
listall=True
virtualmachineid=self.virtual_machine_2.id
)
self.assertEqual(
isinstance(volumes, list),