From e629adf99fe3f80176b4f8265c201b2992c4b691 Mon Sep 17 00:00:00 2001 From: Andrei Radchenko Date: Fri, 10 Jan 2025 16:42:12 +0100 Subject: [PATCH] added some way to test TCs --- plans.fmf | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/plans.fmf b/plans.fmf index f49ebb1..eab79c4 100644 --- a/plans.fmf +++ b/plans.fmf @@ -27,10 +27,17 @@ prepare: summary: Run all smoke tests discover: how: fmf - filter: "tier: smoke" + filter: "tag:smoke" /integration: summary: Run all intergraion tests discover: how: fmf - filter: "tier: integration" + filter: "tag: integration" + +# Way to test new TCs +#/new: +# summary: Test new TC +# discover: +# how: fmf +# filter: "tag: new"