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 cfe3aabdc7
commit e862928300
1 changed files with 1 additions and 1 deletions

View File

@ -771,7 +771,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),