zephyr/tests/subsys/logging/log_msg/testcase.yaml
Anas Nashif b1ee8b248a tests: logging: group logging testing and cleanup identifiers
Better group for logging tests removing verbosity and redundancy in
identifiers and making the sub-component a bit more uniform and clear.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-10-11 14:19:40 +03: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.message:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
logging.message.no_overflow:
extra_configs:
- CONFIG_LOG_MODE_OVERFLOW=n
logging.message.64b_timestamp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG_TIMESTAMP_64BIT=y
logging.message.fp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
logging.message.fp_64b_timestamp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
- CONFIG_LOG_TIMESTAMP_64BIT=y