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:01:43 UTC

git commit: updated refs/heads/4.2 to 5b2de67

Updated Branches:
  refs/heads/4.2 057a65e9a -> 5b2de6767


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

Branch: refs/heads/4.2
Commit: 5b2de676732ad8f8180782348cde656821728696
Parents: 057a65e
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:31:05 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/5b2de676/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 4514bb7..4ba94bf 100644
--- a/test/integration/component/test_stopped_vm.py
+++ b/test/integration/component/test_stopped_vm.py
@@ -770,7 +770,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),