981b3c982e
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/policycoreutils#d151b2c053d3957eb9287c20d6202ac242c60766
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
|