Updated Branches: refs/heads/4.2 a168a5fa2 -> 5b66677d7
CLOUDSTACK-4225: new_virtual_machine is not a attr of the test Signed-off-by: Prasanna Santhanam <t...@apache.org> Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/8b922b85 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/8b922b85 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/8b922b85 Branch: refs/heads/4.2 Commit: 8b922b850ce4e82024589e2527b61847b33d0f5b Parents: a168a5f Author: Prasanna Santhanam <t...@apache.org> Authored: Tue Aug 20 19:32:52 2013 +0530 Committer: Prasanna Santhanam <t...@apache.org> Committed: Tue Aug 20 19:33:42 2013 +0530 ---------------------------------------------------------------------- test/integration/component/test_snapshots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/8b922b85/test/integration/component/test_snapshots.py ---------------------------------------------------------------------- diff --git a/test/integration/component/test_snapshots.py b/test/integration/component/test_snapshots.py index 4cb4aa6..2eccf49 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 )