Fixes for server_cockpit, server_filesystem and release_identification in 9.1 & 8.7 #142
1 changed files with 3 additions and 0 deletions
|
@ -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);
|
||||||
|
|
||||||
# set up appropriate repositories
|
# set up appropriate repositories
|
||||||
repo_setup();
|
repo_setup();
|
||||||
# use --enablerepo=fedora for Modular compose testing (we need to
|
# use --enablerepo=fedora for Modular compose testing (we need to
|
||||||
|
|
Loading…
Reference in a new issue