From 9e2b7bfa7b740b732de98eb4e138373dc920dc7e Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Wed, 13 Nov 2013 21:16:13 +0530 Subject: [PATCH] CLOUDSTACK-5156: Fixed test script issue related to detach volume --- test/integration/component/test_project_limits.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/integration/component/test_project_limits.py b/test/integration/component/test_project_limits.py index e883283d301..c497311c94a 100644 --- a/test/integration/component/test_project_limits.py +++ b/test/integration/component/test_project_limits.py @@ -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),