Fix bz1025841 test
This commit is contained in:
parent
fe2bb0f434
commit
ab42ed8173
2 changed files with 1 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue