CLOUDSATCK-8138: Fixed VmSnapshot revert issue in test_escalations_instances.py

Signed-off-by: SrikanteswaraRao Talluri <talluri@apache.org>
This commit is contained in:
Gaurav Aradhye 2014-12-31 15:19:22 +05:30 committed by SrikanteswaraRao Talluri
parent eae9f0f0b0
commit 22d6565434

View File

@ -2622,9 +2622,6 @@ class TestInstances(cloudstackTestCase):
"Latest snapshot taken is not marked as current" "Latest snapshot taken is not marked as current"
) )
# Stop Virtual machine befor reverting VM to a snapshot taken without memory
vm_created.stop(self.userapiclient)
# Reverting the VM to Snapshot 1 # Reverting the VM to Snapshot 1
VmSnapshot.revertToSnapshot( VmSnapshot.revertToSnapshot(
self.userapiclient, self.userapiclient,