See https://src.fedoraproject.org/tests/selinux/c/028e4731581214841455233a656912241a5a8b69?branch=master commit 028e4731581214841455233a656912241a5a8b69 (HEAD -> master, origin/master) Author: Petr Lautrbach <plautrba@redhat.com> Date: Wed Mar 13 11:23:00 2019 +0100 Apply "generic" and "fedora" tags Tests tagged as "generic" is supposed to be used on a generic system like Fedora or Red Hat Enterprise Linux, while tests with "fedora" tag is for Fedora only. Usage: List only "generic" tests: $ fmf show --filter "tier: 1 | component: policycoreutils & tags: generic" List all "generic" and "fedora" tests: $ fmf show --filter "tier: 1 | component: policycoreutils & tags: generic, fedora"
23 lines
495 B
YAML
23 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
|