From 2f2e863a526a48fade0dc2949cda2044f0674163 Mon Sep 17 00:00:00 2001 From: Milos Malik Date: Wed, 29 Jan 2025 18:33:49 +0100 Subject: [PATCH] enable the TMT way of running tests The repository is FMF enabled now. The repository now contains a TMT plan which runs the right tests from the upstream tests repository. --- .fmf/version | 1 + plans/selinux.fmf | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 .fmf/version create mode 100644 plans/selinux.fmf diff --git a/.fmf/version b/.fmf/version new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/.fmf/version @@ -0,0 +1 @@ +1 diff --git a/plans/selinux.fmf b/plans/selinux.fmf new file mode 100644 index 0000000..c726a80 --- /dev/null +++ b/plans/selinux.fmf @@ -0,0 +1,8 @@ +summary: selinux tests - Tier 1 | libselinux +discover: + how: fmf + url: https://src.fedoraproject.org/tests/selinux + filter: "tier: 1 | component: libselinux" +execute: + how: tmt +