From 49c4f390d8fcc2da19de4716e2cea034811ce5e9 Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Thu, 19 Oct 2023 11:51:52 +0200 Subject: [PATCH] testcases: template-master: extra_kernel_args: set systemd log_level Always set systemd's log_level to 'warning', if the user want more logs for debug purpuses then that can be enabled by setting the EXTRA_KERNEL_ARGS='systemd.log_level=debug' and that will override it. Signed-off-by: Anders Roxell --- lava_test_plans/testcases/master/template-master.jinja2 | 1 + 1 file changed, 1 insertion(+) diff --git a/lava_test_plans/testcases/master/template-master.jinja2 b/lava_test_plans/testcases/master/template-master.jinja2 index 8d309fb8..c7dbe05c 100644 --- a/lava_test_plans/testcases/master/template-master.jinja2 +++ b/lava_test_plans/testcases/master/template-master.jinja2 @@ -4,6 +4,7 @@ {% set BUILD_NUMBER = BUILD_NUMBER|default("") %} {% set KERNEL_BRANCH = KERNEL_BRANCH|default("unknown") %} {% set OS_INFO = OS_INFO|default("") %} +{% set EXTRA_KERNEL_ARGS = ' systemd.log_level=warning ' + EXTRA_KERNEL_ARGS|default("") %} {# with the BUILD_NUMBER in the middle, it's possible to get #} {# the sub job name(which is the test_name here) #}