[Fuego] [PATCH 01/10] pmqtest:add a warning for rt

Liu Gang liug.fnst at cn.fujitsu.com
Mon Dec 10 09:18:23 UTC 2018


Signed-off-by: Liu Gang <liug.fnst at cn.fujitsu.com>
---
 engine/tests/Benchmark.pmqtest/fuego_test.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/engine/tests/Benchmark.pmqtest/fuego_test.sh b/engine/tests/Benchmark.pmqtest/fuego_test.sh
index e73b26f..6733e78 100755
--- a/engine/tests/Benchmark.pmqtest/fuego_test.sh
+++ b/engine/tests/Benchmark.pmqtest/fuego_test.sh
@@ -4,6 +4,12 @@ NEED_ROOT=1
 
 function test_pre_check {
     assert_define BENCHMARK_PMQTEST_PARAMS
+    if check_kconfig "CONFIG_RT_GROUP_SCHED=y"; then
+        echo "WARNING: CONFIG_RT_GROUP_SCHED enabled in your kernel. Please check the RT"
+        echo "settings as following if this test failed with 'Unable to change scheduling policy'."
+        echo "- If the user does not need the RT groups functionality, disable CONFIG_RT_GROUP_SCHED and compile the kernel again, or 'sysctl -w kernel.sched_rt_runtime_us=-1'"
+        echo "- If the user does want to use RT groups functionality, you may want to assign the ssh daemon service a realtime budget by specifyihg the cpu.rt_runtime_us attribute"
+    fi
 }
 
 function test_build {
-- 
2.7.4





More information about the Fuego mailing list