2017-12-21 15:46:17 +00:00
|
|
|
---
|
|
|
|
# Tests to run in a classic environment
|
|
|
|
- hosts: localhost
|
|
|
|
roles:
|
|
|
|
- role: standard-test-beakerlib
|
|
|
|
tags:
|
|
|
|
- classic
|
2018-02-14 16:32:57 +00:00
|
|
|
repositories:
|
|
|
|
- repo: "https://src.fedoraproject.org/tests/selinux.git"
|
|
|
|
dest: "selinux"
|
2019-03-13 10:31:08 +00:00
|
|
|
fmf_filter: "tier: 1 | component: policycoreutils & tags: generic, fedora"
|
2017-12-21 15:46:17 +00:00
|
|
|
|
|
|
|
# Tests for atomic host
|
|
|
|
- hosts: localhost
|
|
|
|
tags:
|
|
|
|
- atomic
|
|
|
|
# no compatible tests
|
|
|
|
|
|
|
|
# Tests for docker container
|
|
|
|
- hosts: localhost
|
|
|
|
tags:
|
|
|
|
- container
|
|
|
|
# no compatible tests
|