Revert "CLOUDSTACK-7762 -[Automation] - Fix test failure for test_02_revert_vm_snapshots in smoke/test_vm_snapshots.py"

This reverts commit f510ef995baaa9addefc22ff0330cd51dee1dd95.
This commit is contained in:
SrikanteswaraRao Talluri 2014-12-23 14:29:47 +05:30
parent cb211f18d1
commit 0d75682a34

View File

@ -202,9 +202,6 @@ class TestVmSnapshot(cloudstackTestCase):
"Check the snapshot of vm is ready!" "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) VmSnapshot.revertToSnapshot(self.apiclient, list_snapshot_response[0].id)
list_vm_response = list_virtual_machines( list_vm_response = list_virtual_machines(