Add initial set of tests

- Tier1 SELinux components tests for Sanity
- policycoreutils and checkpolicy tests as they depend and use SETools
This commit is contained in:
Petr Lautrbach 2019-08-02 10:27:19 +02:00
parent 082b752534
commit 1d41610e25
1 changed files with 11 additions and 0 deletions

11
tests/tests.yml Normal file
View File

@ -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"