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
|
# Wait for the text login
|
||||||
boot_to_login_screen(timeout => $wait_time);
|
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'
|
# do user login unless USER_LOGIN is set to string 'false'
|
||||||
unless (get_var("USER_LOGIN") eq "false") {
|
unless (get_var("USER_LOGIN") eq "false") {
|
||||||
# this avoids us waiting 90 seconds for a # to show up
|
# this avoids us waiting 90 seconds for a # to show up
|
||||||
|
Loading…
Reference in New Issue
Block a user