mirror of https://github.com/apache/cloudstack.git
CLOUDSTACK-7762 -[Automation] - Fix test failure for test_02_revert_vm_snapshots in smoke/test_vm_snapshots.py
This commit is contained in:
parent
45611a0f83
commit
f510ef995b
|
|
@ -202,6 +202,9 @@ 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