Try to enable the following repositories: * EPEL * CRB Do not fail when something goes wrong.
14 lines
458 B
Plaintext
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
|