From 47d9d7d5b9828a1f1840e2fbf2a7ad94db46b6ec Mon Sep 17 00:00:00 2001 From: Chirag Jog Date: Wed, 11 Jul 2012 12:12:20 +0530 Subject: [PATCH] Fixing bug in stopped_vm test suite's attachVolume call --- 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 650de0ee999..2d2ea05e271 100644 --- a/test/integration/component/test_stopped_vm.py +++ b/test/integration/component/test_stopped_vm.py @@ -1885,7 +1885,7 @@ class TestUploadAttachVolume(cloudstackTestCase): "Check VM state is Running or not" ) try: - virtual_machine.attach_volume(self.apiclient) + virtual_machine.attach_volume(self.apiclient, volume) except Exception as e: self.fail("Failed to attach the volume: %s" % e) return