From a2659639677364934e204cab552a5c8213b9ce51 Mon Sep 17 00:00:00 2001 From: Petr Šplíchal Date: Oct 08 2018 10:53:13 +0000 Subject: Enable CI tests using the Standard Test Interface Adding initial set of selinux tests from the shared test repo according to the Standard Test Interface [1]. See Quick Start Guide [2] for brief introduction about how to run these tests and the Fedora CI portal [3] for more detailed info and links. [1] https://fedoraproject.org/wiki/CI/Standard_Test_Interface [2] https://fedoraproject.org/wiki/CI/Quick_Start_Guide [3] https://fedoraproject.org/wiki/CI --- diff --git a/tests/tests.yml b/tests/tests.yml new file mode 100644 index 0000000..f76c16d --- /dev/null +++ b/tests/tests.yml @@ -0,0 +1,10 @@ +--- +- 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:selinux-policy"