From 3b9b7a17e317e6f08adc0f5bb3407eb501788c52 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 29 Feb 2024 16:03:23 +0100 Subject: [PATCH] Re-add Leap Follow-up of the previous cleanup to include zypper_docker still in Leap. --- lib/main_containers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/main_containers.pm b/lib/main_containers.pm index c48eff7da6e2..f85577ad4df9 100644 --- a/lib/main_containers.pm +++ b/lib/main_containers.pm @@ -153,7 +153,7 @@ sub load_host_tests_docker { unless (is_sle("<=15") && is_aarch64) { # these 2 packages are not avaiable for <=15 (aarch64 only) # zypper-docker is only available on SLES < 15-SP6 - loadtest 'containers/zypper_docker' if (is_sle("<15-SP6")); + loadtest 'containers/zypper_docker' if (is_sle("<15-SP6") || is_leap("<15.6")); loadtest 'containers/docker_runc'; } unless (check_var('BETA', 1) || is_sle_micro || is_microos || is_leap_micro || is_staging) {