diff --git a/tests/tests.yml b/tests/tests.yml index 3c1640b..e1263e5 100644 --- a/tests/tests.yml +++ b/tests/tests.yml @@ -9,18 +9,17 @@ - repo: "https://src.fedoraproject.org/tests/selinux.git" dest: "selinux" tests: - - selinux/libsemanage/semanage-handle-functions - # temporarily disabled https://src.fedoraproject.org/tests/selinux/pull-request/2 - # - selinux/libsemanage/semanage-seuser-functions + - selinux/libsemanage/sanity-tests - selinux/libsemanage/verify-options-in-semanage-conf required_packages: - - libsemanage # Required for semanage-*-functions tests - - libsemanage-devel # Required for semanage-*-functions tests - - glibc # Required for semanage-*-functions tests - - gcc # Required for semanage-*-functions tests + - 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 # Required for verify-options-in-semanage-conf when running on RHEL + - 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