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>
30 lines
709 B
YAML
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
|