mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-21 21:43:08 +00:00
remote_logging tests: do repo_setup
These tests weren't doing it, I guess it's just an oversight; this is probably why they often fail on slow repos. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
fa3881e80e
commit
0a4d86e7bf
@ -8,6 +8,7 @@ sub run {
|
||||
if (not(check_screen "root_console", 0)) {
|
||||
$self->root_console(tty => 3);
|
||||
}
|
||||
repo_setup();
|
||||
# ensure rsyslog is installed and enabled
|
||||
script_run "dnf -y install rsyslog", 180;
|
||||
script_run "systemctl enable --now rsyslog.service";
|
||||
|
@ -9,6 +9,7 @@ sub run {
|
||||
if (not(check_screen "root_console", 0)) {
|
||||
$self->root_console(tty => 3);
|
||||
}
|
||||
repo_setup();
|
||||
# ensure rsyslog is installed and enabled
|
||||
script_run "dnf -y install rsyslog", 180;
|
||||
script_run "systemctl enable --now rsyslog.service";
|
||||
|
Loading…
Reference in New Issue
Block a user