diff --git a/test/container/crio_test.sh b/test/container/crio_test.sh index a883debb..90c3a691 100644 --- a/test/container/crio_test.sh +++ b/test/container/crio_test.sh @@ -27,7 +27,7 @@ testing::crio::hook_created() { } testing::crio::hook_cleanup() { - testing::docker_run::toolkit::shell 'crio cleanup' + testing::docker_run::toolkit::shell 'crio cleanup --nvidia-runtime-dir /run/nvidia/toolkit/' test -z "$(ls -A "${shared_dir}${CRIO_HOOKS_DIR}")" }