From 463afeef3b90b6209a8c29a6f4ff64fcfdefdad5 Mon Sep 17 00:00:00 2001 From: Prasanna Santhanam Date: Tue, 20 Aug 2013 19:32:52 +0530 Subject: [PATCH] CLOUDSTACK-4225: new_virtual_machine is not a attr of the test Signed-off-by: Prasanna Santhanam (cherry picked from commit 3605280a2eb49c719c022d411fd90596c7a2a24e) --- test/integration/component/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py index 4cb4aa6ca6e..2eccf4946ba 100644 --- a/test/integration/component/test_snapshots.py +++ b/test/integration/component/test_snapshots.py @@ -511,7 +511,7 @@ class TestSnapshots(cloudstackTestCase): new_virtual_machine.id )) - self.new_virtual_machine.attach_volume( + new_virtual_machine.attach_volume( self.apiclient, volume_from_snapshot )