mirror of
https://github.com/virt-manager/virt-manager.git
synced 2025-02-25 18:55:27 -06:00
virt-install: Move more install process handling into separate functions
Try to save us having to pass around a ton of options, and make things cleaner for upcoming changes Signed-off-by: Cole Robinson <crobinso@redhat.com>
This commit is contained in:
@@ -1143,6 +1143,7 @@ c.add_valid("--pxe --autoconsole text", grep="text console command: virsh") # f
|
||||
c.add_valid("--connect %(URI-KVM)s --install fedora28 --cloud-init", grep="Password for first root login") # make sure we print the root login password
|
||||
c.add_valid("--connect %(URI-KVM)s --install fedora28 --cloud-init", grep="text console command: virsh") # make sure we notify about text console
|
||||
c.add_invalid("--pxe --autoconsole badval") # bad --autoconsole value
|
||||
c.add_invalid("--pxe --autoconsole text --wait -1", grep="exceeded specified time limit") # hits a specific code path where we skip console waitpid
|
||||
|
||||
|
||||
##################
|
||||
|
||||
Reference in New Issue
Block a user