zephyr/tests/subsys/logging/log_immediate/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

27 lines
497 B
YAML

common:
integration_platforms:
- native_sim
tests:
logging.immediate:
tags:
- log_core
- logging
timeout: 80
platform_exclude:
- nucleo_l053r8
- nucleo_f030r8
- stm32f0_disco
- nrf52_bsim
logging.immediate.clean_output:
extra_args: CONFIG_LOG_IMMEDIATE_CLEAN_OUTPUT=y
tags:
- log_core
- logging
timeout: 80
platform_exclude:
- nucleo_l053r8
- nucleo_f030r8
- stm32f0_disco
- nrf52_bsim