From 028e4731581214841455233a656912241a5a8b69 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mar 13 2019 10:23:00 +0000 Subject: 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" --- diff --git a/main.fmf b/main.fmf index aff76f9..e39a89e 100644 --- a/main.fmf +++ b/main.fmf @@ -5,6 +5,8 @@ duration: 5m #contact: Petr Lautrbach #requires: [policycoreutils, libselinux-utils] +tags: [generic] + /checkpolicy: component: checkpolicy diff --git a/policycoreutils/linux-system-roles.selinux-tests/main.fmf b/policycoreutils/linux-system-roles.selinux-tests/main.fmf index d448bb6..df9c7a2 100644 --- a/policycoreutils/linux-system-roles.selinux-tests/main.fmf +++ b/policycoreutils/linux-system-roles.selinux-tests/main.fmf @@ -1 +1,2 @@ path: /policycoreutils/linux-system-roles.selinux-tests +tags: [fedora]