From 5b5e925d4fdaa61606d3dd92c0bb0fbbc6442adc Mon Sep 17 00:00:00 2001 From: Michal Ruprich Date: Oct 29 2020 09:31:05 +0000 Subject: Adding .fmf file to enable testing via tmt --- 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/ci.fmf b/ci.fmf new file mode 100644 index 0000000..48d9424 --- /dev/null +++ b/ci.fmf @@ -0,0 +1,13 @@ +/test: + summary: + CI plan, picks Tier1 tests, runs in beakerlib. + description: + This special plan has to be named ci.fmf to run in CI. + It selects test which have 'tier 1' in their main.fmf file + discover: + - name: tier1 + how: fmf + filter: 'tier: 1' + repository: "https://src.fedoraproject.org/tests/ftp.git" + execute: + how: beakerlib