Fix bz1025841 test

This commit is contained in:
František Hrdina 2025-05-27 09:18:36 +02:00
commit ab42ed8173
2 changed files with 1 additions and 7 deletions

View file

@ -21,12 +21,6 @@ link:
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1063328
- relates: https://bugzilla.redhat.com/show_bug.cgi?id=1079525
adjust:
- enabled: false
when: distro > rhel-10
continue: false
- enabled: false
when: distro > centos-stream-10
continue: false
- enabled: false
when: distro < rhel-6
continue: false

View file

@ -36,7 +36,7 @@ rlJournalStart
rlAssertRpm kernel
if ! rpm -q tcpreplay; then
rlRun "rlImport distribution/epel" || rlDie
rlRun "yum install -y tcpreplay --enablerepo epel"
rlRun "yum install -y tcpreplay --enablerepo epel*"
fi
rlAssertRpm tcpreplay
rlRun "TmpDir=\$(mktemp -d)" 0 "Creating tmp directory"