Skip to content

Commit

Permalink
Add Leap 16.0 pool repository when deploying any SLMicro6.1 on a test…
Browse files Browse the repository at this point in the history
…suite env
  • Loading branch information
srbarrios committed Dec 18, 2024
1 parent c1dbf9f commit 56c6c77
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend_modules/libvirt/host/combustion
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 56c6c77

Please sign in to comment.