mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-5154: Fixed test script issue related to failure
in creating snapshot from volume Signed-off-by: Girish Shilamkar <girish@clogeny.com>
This commit is contained in:
parent
553a9ab853
commit
52b0484812
|
|
@ -763,9 +763,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