Updated Branches: refs/heads/4.3 57c782527 -> 4d21591bf
CLOUDSTACK-5156: Fixed test script issue related to detach volume Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/4d21591b Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/4d21591b Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/4d21591b Branch: refs/heads/4.3 Commit: 4d21591bf81af12469c913e4ccfb50e1a76dce73 Parents: 57c7825 Author: Gaurav Aradhye <[email protected]> Authored: Wed Nov 13 21:16:13 2013 +0530 Committer: Girish Shilamkar <[email protected]> Committed: Wed Nov 13 21:17:42 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_project_limits.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/4d21591b/test/integration/component/test_project_limits.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_project_limits.py b/test/integration/component/test_project_limits.py index e883283..c497311 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),
