-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Snapshot: fix console failure when using the console for the second
time Fix "No console available" issues in some snapshot scripts: 1) delete_external_snap_with_references.py: this script starts the guest twice. So I added an if statement to check vm.is_alive in the second time. 2) Another two scripts, to make sure the second console is same and pure. I added vm.cleanup_serial_console and vm.create_serial_console before the second time. Signed-off-by: Meina Li <[email protected]>
- Loading branch information
Showing
3 changed files
with
13 additions
and
8 deletions.
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
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