You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by gi...@apache.org on 2013/11/13 16:46:53 UTC

git commit: updated refs/heads/master to 2e373d5

Updated Branches:
  refs/heads/master 0068da719 -> 2e373d58e


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/2e373d58
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/2e373d58
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/2e373d58

Branch: refs/heads/master
Commit: 2e373d58e0cc5843e4c59a9e6aaca64d003db785
Parents: 0068da7
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Wed Nov 13 21:16:13 2013 +0530
Committer: Girish Shilamkar <gs...@ddn.com>
Committed: Wed Nov 13 21:16:13 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/2e373d58/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),