From bd877cd86b926933a8cb285a6056f9a4fc6a6744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Men=C5=A1=C3=ADk?= Date: Fri, 25 Aug 2023 13:21:19 +0200 Subject: [PATCH] Add preparation for multi-component shared tests Define explicit component for testing run from this component. Alternative component in fedora is bind9-next --- plans/all.fmf | 2 ++ plans/tier1-public.fmf | 2 ++ 2 files changed, 4 insertions(+) diff --git a/plans/all.fmf b/plans/all.fmf index df1b3e6..03bf500 100644 --- a/plans/all.fmf +++ b/plans/all.fmf @@ -6,3 +6,5 @@ discover: url: https://src.fedoraproject.org/tests/bind.git execute: how: tmt +context: + component: bind diff --git a/plans/tier1-public.fmf b/plans/tier1-public.fmf index 31400b7..e5b273a 100644 --- a/plans/tier1-public.fmf +++ b/plans/tier1-public.fmf @@ -7,3 +7,5 @@ discover: filter: 'tier: 1' execute: how: tmt +context: + component: bind