From 90acec60bbbe9500c3b8ef79781f5e93dfaf8a8c Mon Sep 17 00:00:00 2001 From: Evan Lezar Date: Wed, 1 Mar 2023 17:16:47 +0200 Subject: [PATCH] Skip CDI spec generation in integration tests Signed-off-by: Evan Lezar --- test/container/toolkit_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/container/toolkit_test.sh b/test/container/toolkit_test.sh index 84df4cac..3495a1ee 100644 --- a/test/container/toolkit_test.sh +++ b/test/container/toolkit_test.sh @@ -23,7 +23,7 @@ testing::toolkit::install() { READLINK="greadlink" fi - testing::docker_run::toolkit::shell 'toolkit install --toolkit-root=/usr/local/nvidia/toolkit' + testing::docker_run::toolkit::shell 'toolkit install --toolkit-root=/usr/local/nvidia/toolkit --cdi-output-dir=""' docker run --rm -v "${shared_dir}:/work" alpine sh -c "chown -R ${uid}:${gid} /work/" # Ensure toolkit dir is correctly setup