Add switch to TTY3 for both, graphical and console tests
This commit is contained in:
parent
c938db7b61
commit
4b137aef66
@ -5,6 +5,9 @@ use utils;
|
|||||||
|
|
||||||
sub run {
|
sub run {
|
||||||
my $self = shift;
|
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
|
# check / is xfs, as it should be on server
|
||||||
assert_script_run 'findmnt -M / -o FSTYPE | grep xfs';
|
assert_script_run 'findmnt -M / -o FSTYPE | grep xfs';
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user