diff --git a/tests.yml b/tests.yml new file mode 100644 index 0000000..494c0fe --- /dev/null +++ b/tests.yml @@ -0,0 +1,10 @@ +# Tests to run in CI for PRs into this repository (testing tests). +- hosts: localhost + roles: + - role: standard-test-beakerlib + tags: + - classic + repositories: + - repo: "https://src.fedoraproject.org/tests/openscap.git" + dest: "openscap" + fmf_filter: "tier: 1, 2"