From e54e0afb41db368876fd82c5991244832da48669 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Wed, 18 Sep 2024 13:33:20 +0200 Subject: [PATCH] tests: fix URL to internal tests repo Fixes the following error when discovering/running tests locally: ``` $ tmt -v --context 'distro=rhel-10' run discover /var/tmp/tmt/run-515 Found 1 plan. /plans/tier1-internal discover how: fmf order: 50 url: https://gitlab.com/redhat/rhel/tests/emacs.git fail: Command 'git clone https://gitlab.com/redhat/rhel/tests/emacs.git /var/tmp/tmt/run-515/plans/tier1-internal/discover/default-0/tests' returned 128. ``` --- plans.fmf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plans.fmf b/plans.fmf index a2a9ff3..322c6d7 100644 --- a/plans.fmf +++ b/plans.fmf @@ -1,7 +1,7 @@ /tier1-internal: discover: how: fmf - url: https://gitlab.com/redhat/rhel/tests/emacs.git + url: https://pkgs.devel.redhat.com/git/tests/emacs filter: 'tier: 1' execute: how: tmt