15ab9bf126
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.
26 lines
1.1 KiB
YAML
26 lines
1.1 KiB
YAML
---
|
|
# Tests that run in all contexts
|
|
- hosts: localhost
|
|
roles:
|
|
- role: standard-test-beakerlib
|
|
tags:
|
|
- classic
|
|
repositories:
|
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
|
dest: "selinux"
|
|
fmf_filter: "tier: 1 | component: libsemanage & tags: generic"
|
|
required_packages:
|
|
- libsemanage # Required for sanity-tests
|
|
- libsemanage-devel # Required for sanity-tests
|
|
- glibc # Required for sanity-tests
|
|
- gcc # Required for sanity-tests
|
|
- CUnit-devel # Required for sanity-tests
|
|
- libselinux # Required for verify-options-in-semanage-conf
|
|
- libselinux-utils # Required for verify-options-in-semanage-conf
|
|
- policycoreutils # Required for verify-options-in-semanage-conf
|
|
- 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
|