Skip to content

Commit

Permalink
testcases: template-master: extra_kernel_args: set systemd log_level
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
roxell committed Oct 19, 2023
1 parent dd1e316 commit 49c4f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lava_test_plans/testcases/master/template-master.jinja2
Original file line number Diff line number Diff line change
Expand Up @@ -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) #}
Expand Down

0 comments on commit 49c4f39

Please sign in to comment.