From 5d9f4dddbac58c30c673a6b9c7baf5d26d70e5cc Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Sat, 14 Jan 2023 16:11:35 +0000 Subject: [PATCH] Switch to console for ongoing tests --- tests/_console_wait_login.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/_console_wait_login.pm b/tests/_console_wait_login.pm index b885249e..68306219 100644 --- a/tests/_console_wait_login.pm +++ b/tests/_console_wait_login.pm @@ -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