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/15 12:03:18 UTC

git commit: updated refs/heads/4.3 to e862928

Updated Branches:
  refs/heads/4.3 cfe3aabdc -> e86292830


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

Branch: refs/heads/4.3
Commit: e8629283000fbf7874309903da647e341854a7c6
Parents: cfe3aab
Author: Gaurav Aradhye <ga...@clogeny.com>
Authored: Fri Nov 15 16:31:05 2013 +0530
Committer: Girish Shilamkar <gi...@clogeny.com>
Committed: Fri Nov 15 16:33:01 2013 +0530

----------------------------------------------------------------------
 test/integration/component/test_stopped_vm.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/e8629283/test/integration/component/test_stopped_vm.py
----------------------------------------------------------------------
diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py
index 5c1b4de..e700c46 100644
--- a/test/integration/component/test_stopped_vm.py
+++ b/test/integration/component/test_stopped_vm.py
@@ -771,7 +771,7 @@ class TestDeployVM(cloudstackTestCase):
                               type='DATADISK',
                               account=self.account.name,
                               domainid=self.account.domainid,
-                              listall=True
+                              virtualmachineid=self.virtual_machine_2.id
                               )
         self.assertEqual(
                          isinstance(volumes, list),