From 4b137aef6603320420979251cc86613945b288cc Mon Sep 17 00:00:00 2001 From: AlanMarshall Date: Fri, 13 Jan 2023 16:43:05 +0000 Subject: [PATCH] Add switch to TTY3 for both, graphical and console tests --- tests/server_filesystem_default.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/server_filesystem_default.pm b/tests/server_filesystem_default.pm index dd8eb170..5b2ccc0d 100644 --- a/tests/server_filesystem_default.pm +++ b/tests/server_filesystem_default.pm @@ -5,6 +5,9 @@ use utils; sub run { my $self = shift; + # switch to TTY3 for both, graphical and console tests + $self->root_console(tty=>3); + # check / is xfs, as it should be on server assert_script_run 'findmnt -M / -o FSTYPE | grep xfs'; }