zephyr/tests/subsys/logging/log_output/testcase.yaml
Krzysztof Chruściński cebd140bee logging: log_output: Add optional tid formatting
Add option to prefix log message with thread ID or thread name.
Align tests and add test case to the log_output test.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2023-08-31 14:08:19 +02:00

24 lines
445 B
YAML

common:
integration_platforms:
- native_posix
tests:
logging.log_output:
tags:
- log_output
- logging
extra_configs:
- CONFIG_LOG_TIMESTAMP_64BIT=n
logging.log_output_ts64:
tags:
- log_output
- logging
extra_configs:
- CONFIG_LOG_TIMESTAMP_64BIT=y
logging.log_output.thread_id:
tags:
- log_output
- logging
extra_configs:
- CONFIG_LOG_THREAD_ID_PREFIX=y