Fixes for server_cockpit, server_filesystem and release_identification in 9.1 & 8.7 #142

Merged
AlanMarshall merged 5 commits from 9.1_agm into develop 2023-01-20 18:57:38 +00:00
Showing only changes of commit 4b137aef66 - Show all commits

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