From e8629283000fbf7874309903da647e341854a7c6 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 5c1b4de1f1e..e700c46f04d 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),