Skip to content

Commit 4bcbb12

Browse files
podman_e2e: Some tests require both crun & runc
1 parent 2a49c73 commit 4bcbb12

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tests/containers/podman_e2e.pm

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,9 @@ my $version;
2323
sub setup {
2424
my $self = shift;
2525
my @pkgs = qw(aardvark-dns apache2-utils buildah catatonit glibc-devel-static go1.26 gpg2 jq libgpgme-devel
26-
libseccomp-devel make netavark openssl podman podman-remote skopeo socat sudo systemd-container xfsprogs);
27-
push @pkgs, qw(criu libcriu2) unless is_sle;
26+
libseccomp-devel make netavark openssl podman podman-remote runc skopeo socat sudo systemd-container xfsprogs);
27+
push @pkgs, qw(criu crun libcriu2) unless is_sle;
2828
$oci_runtime = get_var("OCI_RUNTIME", "runc");
29-
push @pkgs, $oci_runtime;
3029

3130
$self->setup_pkgs(@pkgs);
3231
select_serial_terminal;
@@ -49,6 +48,7 @@ sub setup {
4948
$version = "v$version";
5049
record_info("version", $version);
5150
record_info("info", script_output("podman info -f json"));
51+
record_info("OCI features", script_output("$oci_runtime features"));
5252
record_info("OCI runtime", script_output("$oci_runtime --version"));
5353

5454
# Download podman sources

0 commit comments

Comments
 (0)