Use FMF filter instead of listing tests manually
There is a new feature in the Standard Test Roles which allows to use an FMF filter instead of listing all tests manually. All tier one selinux tests are selected as well, thus extending requires.
This commit is contained in:
parent
fa475c1e36
commit
32c4c0d503
@ -9,12 +9,24 @@
|
||||
repositories:
|
||||
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
||||
dest: "selinux"
|
||||
|
||||
tests:
|
||||
- selinux/libsepol/sepol_check_context
|
||||
fmf_filter: "tier: 1 | component: libsepol"
|
||||
required_packages:
|
||||
- gcc
|
||||
- libsepol-devel
|
||||
- policycoreutils
|
||||
- selinux-policy-devel
|
||||
- findutils # beakerlib needs find command
|
||||
- e2fsprogs
|
||||
- git
|
||||
- grep
|
||||
- checkpolicy
|
||||
- libselinux
|
||||
- libselinux-utils
|
||||
- libsemanage
|
||||
- libsepol
|
||||
- policycoreutils-python-utils
|
||||
- selinux-policy
|
||||
- selinux-policy-minimum
|
||||
- selinux-policy-mls
|
||||
- selinux-policy-targeted
|
||||
- setools-console
|
||||
|
Loading…
Reference in New Issue
Block a user