diff --git a/plans/tests.fmf b/plans/tests.fmf index 4d0a4e8c..152bfe6f 100644 --- a/plans/tests.fmf +++ b/plans/tests.fmf @@ -5,14 +5,6 @@ discover: filter: "tier:1 & tag:-failinfedora | component:selinux-policy & tag:-failinfedora" prepare: how: shell - script: yum config-manager --set-enabled epel ; sed -i 's/CentOS Stream/Red Hat Enterprise Linux/' /etc/redhat-release + script: yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm ; yum config-manager --set-enabled epel ; sed -i 's/CentOS Stream/Red Hat Enterprise Linux/' /etc/redhat-release execute: how: tmt -adjust: - - when: distro ~= rhel-9 - prepare+: - script+<: yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm - - when: distro ~= rhel-8 - prepare+: - script+<: yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm -