bd4dd09bb0
From now on, all relevant Tier1 tests will be executed via TMT.
19 lines
608 B
Plaintext
19 lines
608 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 config-manager --set-enabled epel --set-enabled crb
|
|
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
|
|
|