Skip to content

Commit

Permalink
Check HOST_VERSION before installing certs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pablo Herranz Ramírez committed Nov 29, 2023
1 parent a926953 commit 2e75c9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/host_configuration.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub run {
# Check routing table is well configured
if ($host_distri =~ /sles|opensuse/) {
zypper_call("--quiet up", timeout => $update_timeout);
ensure_ca_certificates_suse_installed();
ensure_ca_certificates_suse_installed() if ($host_distri =~ /sle/);
}
else {
if ($host_distri eq 'ubuntu') {
Expand Down

0 comments on commit 2e75c9d

Please sign in to comment.