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 13:03:57 UTC

git commit: updated refs/heads/4.2 to b5d3b99

Updated Branches:
  refs/heads/4.2 1aec43370 -> b5d3b9930


CLOUDSTACK-5154: Fixed test script issue related to failure
 in creating snapshot from volume

Signed-off-by: Girish Shilamkar <gi...@clogeny.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/b5d3b993
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/b5d3b993
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/b5d3b993

Branch: refs/heads/4.2
Commit: b5d3b99307668269d74b4c2fc3c71e6650b88b03
Parents: 1aec433
Author: Ashutosh K <as...@clogeny.com>
Authored: Wed Nov 13 17:32:28 2013 +0530
Committer: Girish Shilamkar <gs...@ddn.com>
Committed: Wed Nov 13 17:32:28 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/b5d3b993/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 04e6922..e883283 100644
--- a/test/integration/component/test_project_limits.py
+++ b/test/integration/component/test_project_limits.py
@@ -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),