加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
backport-Disable-dfx-testcase-by-default.patch 988 Bytes
一键复制 编辑 原始数据 按行查看 历史
jinlun 提交于 2024-04-16 10:12 . backport some patches
From 134b666b9ea72c640a20c4a6f3eb87a9b301542a Mon Sep 17 00:00:00 2001
From: Huaxin Lu <luhuaxin1@huawei.com>
Date: Tue, 20 Feb 2024 12:52:39 +0800
Subject: [PATCH 25/26] Disable dfx testcase by default
---
test/test_dfx/test_dim_core_dfx.sh | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/test/test_dfx/test_dim_core_dfx.sh b/test/test_dfx/test_dim_core_dfx.sh
index 78deb33..f3f64f0 100644
--- a/test/test_dfx/test_dim_core_dfx.sh
+++ b/test/test_dfx/test_dim_core_dfx.sh
@@ -28,9 +28,10 @@ test_rmmod_when_baseline() {
done
}
-case_list="
- test_rmmod_when_baseline \
- "
+# The following testcases are disabled by default:
+# test_rmmod_when_baseline
+
+case_list=""
echo "===== Start testing dim_core DFX ====="
@@ -45,4 +46,4 @@ for case in $case_list; do
test_post
done
-echo "===== End testing dim_core DFX ====="
\ No newline at end of file
+echo "===== End testing dim_core DFX ====="
--
2.33.0
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化