mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5156: Fixed test script issue related to detach volume
This commit is contained in:
parent
b5d3b99307
commit
9e2b7bfa7b
|
|
@ -902,9 +902,9 @@ class TestResourceLimitsProject(cloudstackTestCase):
|
|||
# Get the Root disk of VM
|
||||
volumes = list_volumes(
|
||||
self.apiclient,
|
||||
virtualmachineid=virtual_machine_1.id,
|
||||
projectid=self.project.id,
|
||||
type='ROOT',
|
||||
listall=True
|
||||
type='ROOT'
|
||||
)
|
||||
self.assertEqual(
|
||||
isinstance(volumes, list),
|
||||
|
|
|
|||
Loading…
Reference in New Issue