Fixes for server_cockpit, server_filesystem and release_identification in 9.1 & 8.7 #142
@ -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