Add switch to TTY3 for both, graphical and console tests

This commit is contained in:
Alan Marshall 2023-01-13 16:43:05 +00:00
parent c938db7b61
commit 4b137aef66
Signed by: alangm
GPG Key ID: 4DF85D1B967F51A6
1 changed files with 3 additions and 0 deletions

View File

@ -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';
}