24 lines
495 B
YAML
24 lines
495 B
YAML
|
---
|
||
|
# Tests to run in a classic environment
|
||
|
- 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 & tags: generic, fedora"
|
||
|
|
||
|
# Tests for atomic host
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- atomic
|
||
|
# no compatible tests
|
||
|
|
||
|
# Tests for docker container
|
||
|
- hosts: localhost
|
||
|
tags:
|
||
|
- container
|
||
|
# no compatible tests
|