From 9757c0b432a2feac05ea694444a2cefd445f25d2 Mon Sep 17 00:00:00 2001 From: Ondrej Mejzlik Date: Mon, 4 Oct 2021 14:42:24 +0200 Subject: [PATCH] update fmf plan --- ci.fmf | 13 ------------- plans/ci.fmf | 6 ++++++ 2 files changed, 6 insertions(+), 13 deletions(-) delete mode 100644 ci.fmf create mode 100644 plans/ci.fmf diff --git a/ci.fmf b/ci.fmf deleted file mode 100644 index 9ef1d9d..0000000 --- a/ci.fmf +++ /dev/null @@ -1,13 +0,0 @@ -/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' - url: "https://src.fedoraproject.org/tests/tcpdump.git" - execute: - how: beakerlib diff --git a/plans/ci.fmf b/plans/ci.fmf new file mode 100644 index 0000000..0d8d06a --- /dev/null +++ b/plans/ci.fmf @@ -0,0 +1,6 @@ +summary: Test plan that runs all tests from tests repo. +discover: + how: fmf + url: https://src.fedoraproject.org/tests/tcpdump.git +execute: + how: tmt