Skip to content

Commit a7400b4

Browse files
committed
Extend sysbox-pods testcases to 'Debian' distribution
Signed-off-by: Rodny Molina <[email protected]>
1 parent 6014c8b commit a7400b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/scr/testContainerInit

+2-2
Original file line numberDiff line numberDiff line change
@@ -316,9 +316,9 @@ function main() {
316316
cleanup_docker_env
317317

318318
# Configure & initialize CRI-O in scenarios that support Sysbox-POD feature (currently
319-
# only in Ubuntu distros).
319+
# only in Ubuntu and Debian distros).
320320
local distro=$(get_host_distro)
321-
if [[ "${distro}" = "ubuntu" ]]; then
321+
if [[ "${distro}" = "ubuntu" ]] || [[ "${distro}" = "debian" ]]; then
322322
crio_config
323323

324324
# Start CRI-O (without systemd, we must start CRI-O manually)

0 commit comments

Comments
 (0)