zephyr/tests/subsys/logging/log_msg2/testcase.yaml
Anas Nashif 5343aed002 tests: fix testcase.yaml files
Puts all filter in common section and fix filters. Platforms in
integration_platforms must also be allowed first, otherwise the tests
will never run.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-05-07 09:39:08 -05:00

30 lines
709 B
YAML

common:
filter: CONFIG_QEMU_TARGET or CONFIG_BOARD_NATIVE_POSIX
tags: log_api logging
integration_platforms:
- native_posix
tests:
logging.log_msg2:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
logging.log_msg2_no_overflow:
extra_configs:
- CONFIG_LOG_MODE_OVERFLOW=n
logging.log_msg2_64b_timestamp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_LOG_TIMESTAMP_64BIT=y
logging.log_msg2_fp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
logging.log_msg2_fp_64b_timestamp:
extra_configs:
- CONFIG_CBPRINTF_COMPLETE=y
- CONFIG_CBPRINTF_FP_SUPPORT=y
- CONFIG_LOG_TIMESTAMP_64BIT=y