Updated Branches: refs/heads/master a6c2c6a26 -> 8a1918dbe
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/master Commit: 8a1918dbe1c5fbbb60c21fa89d880a99e7b33bd6 Parents: a6c2c6a Author: Gaurav Aradhye <gaurav.arad...@clogeny.com> Authored: Fri Nov 15 16:31:05 2013 +0530 Committer: Girish Shilamkar <gir...@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),