forked from avocado-framework/avocado-vt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow destroying vms via monitor upon recreation
In some cases the vm's memory and its images are known to be clean of corruption and we can save up to 2 minutes per test (for thousands of tests) if we destroy the vm faster before recreating it anew. We can use this when restoring the vm from a file as we make sure the vm is paused before recreating it and thus no vm image will be harmed in the process. Signed-off-by: Plamen Dimitrov <[email protected]>
- Loading branch information
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters