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