10ed19a560
Requires are now handled by Standard Test Roles based on the individual test metadata so there is no need to list them here.
24 lines
471 B
YAML
24 lines
471 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"
|
|
|
|
# Tests for atomic host
|
|
- hosts: localhost
|
|
tags:
|
|
- atomic
|
|
# no compatible tests
|
|
|
|
# Tests for docker container
|
|
- hosts: localhost
|
|
tags:
|
|
- container
|
|
# no compatible tests
|