From 1d41610e25a5dfd8a162ef4584dd8e4d9c4b3947 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Fri, 2 Aug 2019 10:27:19 +0200 Subject: [PATCH] Add initial set of tests - Tier1 SELinux components tests for Sanity - policycoreutils and checkpolicy tests as they depend and use SETools --- tests/tests.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/tests.yml diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..0f4f3a4 --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,11 @@ +--- +# Test to run in classic context +- 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: policycoreutils | component: checkpolicy"