From 645a0288ba0e51f8ff0bd2f3bd69436bccf626ea Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 14 May 2018 17:08:39 +0200 Subject: [PATCH] tests: Enable libsemanage/sanity-tests See https://src.fedoraproject.org/tests/selinux/c/4a646221891f0d893e926fb79a243a3d1b74bbd8 https://src.fedoraproject.org/tests/selinux/c/fc51578a219a03cbb3f1a034b4354e8eaa406941 --- tests/tests.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) 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