From 8a1918dbe1c5fbbb60c21fa89d880a99e7b33bd6 Mon Sep 17 00:00:00 2001 From: Gaurav Aradhye Date: Fri, 15 Nov 2013 16:31:05 +0530 Subject: [PATCH] CLOUDSTACK-5179: Fixed test script issue related to detach volume --- test/integration/component/test_stopped_vm.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_stopped_vm.py b/test/integration/component/test_stopped_vm.py index 4514bb764d2..4ba94bfc293 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),