mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5179: Fixed test script issue related to detach
volume
This commit is contained in:
parent
cfe3aabdc7
commit
e862928300
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Reference in New Issue