zephyr/tests/subsys/logging/log_stress/testcase.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

35 lines
871 B
YAML

common:
filter: CONFIG_QEMU_TARGET and not CONFIG_SMP
tags:
- log_api
- logging
integration_platforms:
- qemu_x86
tests:
logging.log_stress_light:
extra_configs:
- CONFIG_LOG_MODE_DEFERRED=y
- CONFIG_LOG_MODE_OVERFLOW=y
logging.log_stress_light_no_overflow:
extra_configs:
- CONFIG_LOG_MODE_DEFERRED=y
- CONFIG_LOG_MODE_OVERFLOW=n
logging.log_stress:
extra_configs:
- CONFIG_LOG_MODE_DEFERRED=y
- CONFIG_LOG_MODE_OVERFLOW=y
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
platform_allow:
- qemu_x86
- qemu_cortex_a9
- qemu_x86_64
logging.log_stress_no_overflow:
extra_configs:
- CONFIG_LOG_MODE_DEFERRED=y
- CONFIG_LOG_MODE_OVERFLOW=n
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=100000
platform_allow:
- qemu_x86
- qemu_cortex_a9
- qemu_x86_64