1
0
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:
Adam Williamson 2022-12-24 09:57:22 -08:00
parent fa3881e80e
commit 0a4d86e7bf
2 changed files with 2 additions and 0 deletions

View File

@ -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";

View File

@ -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";