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>
23 lines
583 B
YAML
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
|