mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-17 18:51:26 +00:00
Add missing step to switch to console
This commit is contained in:
parent
4b137aef66
commit
6b0d06fbaa
@ -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);
|
||||
|
||||
# set up appropriate repositories
|
||||
repo_setup();
|
||||
# use --enablerepo=fedora for Modular compose testing (we need to
|
||||
|
Loading…
Reference in New Issue
Block a user