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>
24 lines
445 B
YAML
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
|