38 lines
988 B
Diff
38 lines
988 B
Diff
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
|
|
|