mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-17 10:41:27 +00:00
Switch to console for ongoing tests
This commit is contained in:
parent
6b0d06fbaa
commit
5d9f4dddba
@ -23,6 +23,9 @@ sub run {
|
||||
# Wait for the text login
|
||||
boot_to_login_screen(timeout => $wait_time);
|
||||
|
||||
# switch to TTY3 for both, graphical and console tests
|
||||
$self->root_console(tty=>3);
|
||||
|
||||
# do user login unless USER_LOGIN is set to string 'false'
|
||||
unless (get_var("USER_LOGIN") eq "false") {
|
||||
# this avoids us waiting 90 seconds for a # to show up
|
||||
|
Loading…
Reference in New Issue
Block a user