From 7df56301be0a9428f41cda5c874aeeda91dd4338 Mon Sep 17 00:00:00 2001 From: "James O. D. Hunt" Date: Thu, 6 May 2021 11:41:02 +0100 Subject: [PATCH] CI: Call agent shutdown test Run the agent shutdown test as part of CI testing code in this repo. Fixes: #1808. Depends-on:github.com/kata-containers/tests#3495 Signed-off-by: James O. D. Hunt --- ci/run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci/run.sh b/ci/run.sh index 90749b86b..4704ff3d5 100755 --- a/ci/run.sh +++ b/ci/run.sh @@ -13,4 +13,5 @@ clone_tests_repo pushd ${tests_repo_dir} .ci/run.sh +tracing/test-agent-shutdown.sh popd