27 lines
937 B
Diff
27 lines
937 B
Diff
From c3f7cf2a54188e5fc890a8d23b95254ac69cfa52 Mon Sep 17 00:00:00 2001
|
|
From: zhongtao <zhongtao17@huawei.com>
|
|
Date: Fri, 12 Apr 2024 15:23:07 +0800
|
|
Subject: [PATCH 57/69] add debug msg info in image_load.sh
|
|
|
|
Signed-off-by: zhongtao <zhongtao17@huawei.com>
|
|
---
|
|
CI/test_cases/image_cases/image_load.sh | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/CI/test_cases/image_cases/image_load.sh b/CI/test_cases/image_cases/image_load.sh
|
|
index a2cada5f..d50b3203 100755
|
|
--- a/CI/test_cases/image_cases/image_load.sh
|
|
+++ b/CI/test_cases/image_cases/image_load.sh
|
|
@@ -103,6 +103,8 @@ function test_concurrent_load()
|
|
[[ $? -ne 0 ]] && msg_err "${FUNCNAME[0]}:${LINENO} - fail to do isulad load $i" && ((ret++))
|
|
done
|
|
|
|
+ tail -n 50 /var/lib/isulad/isulad.log
|
|
+
|
|
ubuntu_id=`isula inspect -f '{{.image.id}}' ubuntu`
|
|
[[ $? -ne 0 ]] && msg_err "${FUNCNAME[0]}:${LINENO} - fail to inspect image: ubuntu" && ((ret++))
|
|
|
|
--
|
|
2.34.1
|
|
|