zephyr/tests/kernel/workq/critical/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

23 lines
583 B
YAML

common:
tags:
- kernel
- workqueue
tests:
kernel.workqueue.critical:
platform_exclude: nsim_sem_mpu_stack_guard
filter: not CONFIG_WDT_SAM
kernel.workqueue.critical.sam:
filter: CONFIG_WDT_SAM
extra_configs:
- CONFIG_WDT_DISABLE_AT_BOOT=y
kernel.workqueue.critical.nsim:
platform_allow: nsim_sem_mpu_stack_guard
extra_configs:
- CONFIG_TEST_HW_STACK_PROTECTION=n
kernel.workqueue.critical.linker_generator:
platform_allow: qemu_cortex_m3
tags: linker_generator
extra_configs:
- CONFIG_CMAKE_LINKER_GENERATOR=y