selinux-policy/plans/selinux.fmf
Milos Malik 29816f1443 try to enable CRB and EPEL repositories
Try to enable the following repositories:
 * EPEL
 * CRB

Do not fail when something goes wrong.
2024-12-03 15:51:58 +01:00

14 lines
458 B
Plaintext

summary: Tier 1 selinux-policy test plan
discover:
how: fmf
url: https://src.fedoraproject.org/tests/selinux.git
filter: "tier:1 & tag:-failinfedora | component:selinux-policy & tag:-failinfedora"
prepare:
how: shell
script:
- yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm || true
- yum config-manager --set-enabled epel || true
- yum config-manager --set-enabled crb || true
execute:
how: tmt