From e53b8477d4532a104451d9109025d1927ed9ed2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Hozza?= Date: Tue, 27 Aug 2024 16:46:33 +0200 Subject: [PATCH] Tests: enable TF tag repository during the unit-tests plan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This should solve https://issues.redhat.com/browse/TFT-2810 and make sure that the packages that the tested RPM was built against, are available on the VM for installation. Related: RHEL-56049 Signed-off-by: Tomáš Hozza --- plans/unit-tests.fmf | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/plans/unit-tests.fmf b/plans/unit-tests.fmf index ad14d32..bc42ab8 100644 --- a/plans/unit-tests.fmf +++ b/plans/unit-tests.fmf @@ -1,10 +1,13 @@ summary: Run osbuild unit tests from dist-git sources prepare: - how: install - package: - - git - - make - - osbuild + - how: install + package: + - git + - make + - osbuild + - how: shell + order: 20 + script: dnf config-manager --set-enabled testing-farm-tag-repository discover: how: fmf filter: tag:unit-test