mirror of https://github.com/apache/cloudstack.git
Revert "CLOUDSTACK-7762 -[Automation] - Fix test failure for test_02_revert_vm_snapshots in smoke/test_vm_snapshots.py"
This reverts commit f510ef995b.
This commit is contained in:
parent
cb211f18d1
commit
0d75682a34
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue