mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
CLOUDSTACK-7762 -[Automation] - Fix test failure for test_02_revert_vm_snapshots in smoke/test_vm_snapshots.py
This commit is contained in:
parent
588e7dc811
commit
3736d9435a
@ -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…
x
Reference in New Issue
Block a user