aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xthermal/thermal_06.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/thermal/thermal_06.sh b/thermal/thermal_06.sh
index 13f695d..28fdaec 100755
--- a/thermal/thermal_06.sh
+++ b/thermal/thermal_06.sh
@@ -28,6 +28,13 @@
source ../include/functions.sh
source ../include/thermal_functions.sh
+# test_switch: switch on/off this test
+test_switch=0
+if [ "$test_switch" -eq 0 ]; then
+ log_skip "test of trip points being crossed"
+ exit 0
+fi
+
TEST_LOOP=100
CPU_HEAT_BIN=../utils/heat_cpu
cpu_pid=0