Skip to content

Commit

Permalink
Merge pull request os-autoinst#18492 from mloviska/netavark_new_slem
Browse files Browse the repository at this point in the history
slem-micro has still cni as default backend
  • Loading branch information
mloviska authored Jan 20, 2024
2 parents 9b446d6 + 5919dcb commit aa54c6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/containers/podman_netavark.pm
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ sub is_cni_in_tw {
# podman >=4.8.0 defaults to netavark
sub is_cni_default {
my $podman_version = get_podman_version();
return package_version_cmp($podman_version, '4.8.0') < 0;
return package_version_cmp($podman_version, '4.8.0') < 0 || is_sle_micro('<6.0');
}

sub remove_subtest_setup {
Expand Down

0 comments on commit aa54c6c

Please sign in to comment.