Revert "CLOUDSTACK-7762 -[Automation] - Fix test failure for test_02_revert_vm_snapshots in smoke/test_vm_snapshots.py"
This reverts commit f510ef995baaa9addefc22ff0330cd51dee1dd95. Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/0d75682a Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/0d75682a Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/0d75682a Branch: refs/heads/reporter Commit: 0d75682a341162b45afd1bc7784a4aaffd1a5aa6 Parents: cb211f1 Author: SrikanteswaraRao Talluri <[email protected]> Authored: Tue Dec 23 14:29:47 2014 +0530 Committer: SrikanteswaraRao Talluri <[email protected]> Committed: Tue Dec 23 14:46:10 2014 +0530 ---------------------------------------------------------------------- test/integration/smoke/test_vm_snapshots.py | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/0d75682a/test/integration/smoke/test_vm_snapshots.py ---------------------------------------------------------------------- diff --git a/test/integration/smoke/test_vm_snapshots.py b/test/integration/smoke/test_vm_snapshots.py index ef1353a..131da99 100644 --- a/test/integration/smoke/test_vm_snapshots.py +++ b/test/integration/smoke/test_vm_snapshots.py @@ -202,9 +202,6 @@ class TestVmSnapshot(cloudstackTestCase): "Check the snapshot of vm is ready!" ) - # Stop Virtual machine befor reverting VM to a snapshot taken without memory - self.virtual_machine.stop(self.apiclient) - VmSnapshot.revertToSnapshot(self.apiclient, list_snapshot_response[0].id) list_vm_response = list_virtual_machines(
