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),