zephyr/tests/subsys/logging/log_msg/testcase.yaml
Alberto Escolar Piedras e628a5b9d0 tests/subsys/logging/*: Enable for native_sim
For all tests which were enabled for native_posix
enable them also for native_sim.
For those with native_posix as integration_platform,
set native_sim instead.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-27 16:06:42 +00:00

35 lines
737 B
YAML

common:
platform_type:
- qemu
- native
tags:
- log_api
- logging
integration_platforms:
- native_sim
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