From 15ab9bf12689a8d160741f86b0ad0b4b0fd6503b Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 11 Nov 2019 09:07:15 +0100 Subject: [PATCH] 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. --- tests/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/tests.yml b/tests/tests.yml index e1263e5..721c3ff 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -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