mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
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
|
# Get the Root disk of VM
|
||||||
volumes = list_volumes(
|
volumes = list_volumes(
|
||||||
self.apiclient,
|
self.apiclient,
|
||||||
|
virtualmachineid=virtual_machine_1.id,
|
||||||
projectid=self.project.id,
|
projectid=self.project.id,
|
||||||
type='ROOT',
|
type='ROOT'
|
||||||
listall=True
|
|
||||||
)
|
)
|
||||||
self.assertEqual(
|
self.assertEqual(
|
||||||
isinstance(volumes, list),
|
isinstance(volumes, list),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user