diff --git a/Regression/bz1025841-Unable-to-filter-packets-by-VLAN-tag/main.fmf b/Regression/bz1025841-Unable-to-filter-packets-by-VLAN-tag/main.fmf index 08a925b..9ca91bb 100644 --- a/Regression/bz1025841-Unable-to-filter-packets-by-VLAN-tag/main.fmf +++ b/Regression/bz1025841-Unable-to-filter-packets-by-VLAN-tag/main.fmf @@ -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 diff --git a/Regression/bz1025841-Unable-to-filter-packets-by-VLAN-tag/runtest.sh b/Regression/bz1025841-Unable-to-filter-packets-by-VLAN-tag/runtest.sh index 6683abb..3c96e0b 100755 --- a/Regression/bz1025841-Unable-to-filter-packets-by-VLAN-tag/runtest.sh +++ b/Regression/bz1025841-Unable-to-filter-packets-by-VLAN-tag/runtest.sh @@ -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"