From 33f672a1b1e342ce54ada455e071dfd26f45ac31 Mon Sep 17 00:00:00 2001 From: Petr Stodulka Date: Fri, 15 Aug 2025 16:29:44 +0200 Subject: [PATCH] tests: require leapp-repository for the leapp testing The full testing of the leapp framework requires installation of the leapp-repository builds to perform the in-place upgrade. Setting the `INSTALL_LEAPP_FROM_COMPOSE` envar to `yes` implicates installation of the leapp-repository packages for the test execution. Also set LEAPP_UNSUPPORTED and LEAPP_DEVEL_* envars to be able to perform upgrade also with old builds on the wanted new upgrade path. We are going to resolve this in future. --- plans/tier0.fmf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/plans/tier0.fmf b/plans/tier0.fmf index fc394ad..de06e1f 100644 --- a/plans/tier0.fmf +++ b/plans/tier0.fmf @@ -7,14 +7,18 @@ summary: Internal Tier0 tests environment: SOURCE_RELEASE: '8.10' TARGET_RELEASE: '9.7' + LEAPP_UNSUPPORTED: '1' + LEAPP_DEVEL_SKIP_CHECK_OS_RELEASE: '1' context: distro: rhel-8.10 distro_target: rhel-9.7 adjust: - enabled: false - when: distro == centos-stream-8 + - enabled: false + when: distro == centos-stream-8 + - environment+: + INSTALL_LEAPP_FROM_COMPOSE: yes /customrepos_test_basic_upgrade: plan: