You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by wi...@apache.org on 2013/11/20 15:50:56 UTC

[26/50] [abbrv] git commit: updated refs/heads/disk-cache to 6f3e4d3

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

Branch: refs/heads/disk-cache
Commit: 8a1918dbe1c5fbbb60c21fa89d880a99e7b33bd6
Parents: a6c2c6a
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:37 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/8a1918db/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),