zephyr/tests/subsys/logging/log_msg/testcase.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

35 lines
739 B
YAML

common:
platform_type:
- qemu
- native
tags:
- log_api
- logging
integration_platforms:
- native_posix
filter: not CONFIG_LOG_ALWAYS_RUNTIME
tests:
logging.log_msg:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
logging.log_msg_no_overflow:
extra_configs:
- CONFIG_LOG_MODE_OVERFLOW=n
logging.log_msg_64b_timestamp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG_TIMESTAMP_64BIT=y
logging.log_msg_fp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
logging.log_msg_fp_64b_timestamp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
- CONFIG_LOG_TIMESTAMP_64BIT=y