From 56c6c771c85b069faaf7d53de5bd95aee631d9a5 Mon Sep 17 00:00:00 2001 From: Oscar Barrios Date: Wed, 18 Dec 2024 15:14:18 +0100 Subject: [PATCH] Add Leap 16.0 pool repository when deploying any SLMicro6.1 on a testsuite env --- backend_modules/libvirt/host/combustion | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend_modules/libvirt/host/combustion b/backend_modules/libvirt/host/combustion index ad6b539ae..88e400a7b 100644 --- a/backend_modules/libvirt/host/combustion +++ b/backend_modules/libvirt/host/combustion @@ -107,6 +107,9 @@ zypper ar http://${ use_mirror_images ? mirror : "download.suse.de/ibs"}/SUSE/Pr %{ if testsuite } zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/repositories/systemsmanagement:/Uyuni:/Test-Packages:/Pool/rpm/ test_repo_rpm_pool + +# Leap repos are required to install expect +zypper ar http://${ use_mirror_images ? mirror : "download.opensuse.org" }/distribution/leap/16.0/repo/oss/ leap_pool_repo %{ endif } %{ endif } # end of image == "slmicro61o" block