mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-22 14:03:09 +00:00
_advisory_update: add a wait_still_screen too...
Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
9c8fb47484
commit
734c75fb23
@ -14,6 +14,7 @@ sub run {
|
|||||||
# https://bugzilla.redhat.com/show_bug.cgi?id=2133829
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2133829
|
||||||
script_run "systemctl isolate multi-user.target";
|
script_run "systemctl isolate multi-user.target";
|
||||||
# switch back to our tty if that kicked us to tty1
|
# switch back to our tty if that kicked us to tty1
|
||||||
|
wait_still_screen 3;
|
||||||
$self->root_console(tty => 3);
|
$self->root_console(tty => 3);
|
||||||
repo_setup;
|
repo_setup;
|
||||||
if (get_var("ADVISORY_BOOT_TEST")) {
|
if (get_var("ADVISORY_BOOT_TEST")) {
|
||||||
|
Loading…
Reference in New Issue
Block a user