Use FMF filter instead of listing tests manually
There is a 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.
This commit is contained in:
parent
194ca16bb8
commit
15ab9bf126
@ -8,9 +8,7 @@
|
||||
repositories:
|
||||
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
||||
dest: "selinux"
|
||||
tests:
|
||||
- selinux/libsemanage/sanity-tests
|
||||
- selinux/libsemanage/verify-options-in-semanage-conf
|
||||
fmf_filter: "tier: 1 | component: libsemanage & tags: generic"
|
||||
required_packages:
|
||||
- libsemanage # Required for sanity-tests
|
||||
- libsemanage-devel # Required for sanity-tests
|
||||
@ -23,3 +21,5 @@
|
||||
- policycoreutils-python-utils # Required for verify-options-in-semanage-conf
|
||||
- selinux-policy # Required for verify-options-in-semanage-conf
|
||||
- selinux-policy-devel # Required for verify-options-in-semanage-conf
|
||||
- lksctp-tools # sctp_test
|
||||
- psmisc # sctp_test
|
||||
|
Loading…
Reference in New Issue
Block a user