From 77ca80d2247973a1d34d3e78e0cc4395124535c7 Mon Sep 17 00:00:00 2001 From: Yadong Ding Date: Thu, 10 Oct 2024 14:53:05 +0800 Subject: [PATCH] test Signed-off-by: Yadong Ding --- integration/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/integration/entrypoint.sh b/integration/entrypoint.sh index c7e24d12e1..c1e090b55c 100755 --- a/integration/entrypoint.sh +++ b/integration/entrypoint.sh @@ -202,7 +202,8 @@ function umount_global_shared_mnt { function is_cache_cleared { # With fscache driver, 2.1 nydusd don't have API to release the cache files. - # Thy locate at directory ${SNAPSHOTTER_CACHE_DIR}/cache + # Cache locate at directory ${SNAPSHOTTER_CACHE_DIR} + ls -al /var/lib/containerd/io.containerd.snapshotter.v1.nydus/cache if [[ $(ls -A -p "${SNAPSHOTTER_CACHE_DIR}" | grep -v /) == "" ]]; then true else