2017-10-10 12:46:55 +00:00
|
|
|
---
|
|
|
|
# Tests that run in all contexts
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
tags:
|
|
|
|
- classic
|
|
|
|
- container
|
2018-02-14 12:59:37 +00:00
|
|
|
repositories:
|
|
|
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
|
|
|
dest: "selinux"
|
2018-09-20 16:39:16 +00:00
|
|
|
fmf_filter: "tier: 1 | component: libsepol"
|