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>
30 lines
630 B
YAML
30 lines
630 B
YAML
common:
|
|
platform_exclude: m2gl025_miv
|
|
platform_key:
|
|
- arch
|
|
- simulation
|
|
tests:
|
|
rtio.api:
|
|
filter: not CONFIG_ARCH_HAS_USERSPACE
|
|
tags: rtio
|
|
rtio.api.submit_sem:
|
|
filter: not CONFIG_ARCH_HAS_USERSPACE
|
|
tags: rtio
|
|
extra_configs:
|
|
- CONFIG_RTIO_SUBMIT_SEM=y
|
|
rtio.api.userspace:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
extra_configs:
|
|
- CONFIG_USERSPACE=y
|
|
tags:
|
|
- rtio
|
|
- userspace
|
|
rtio.api.userspace.submit_sem:
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
extra_configs:
|
|
- CONFIG_USERSPACE=y
|
|
- CONFIG_RTIO_SUBMIT_SEM=y
|
|
tags:
|
|
- rtio
|
|
- userspace
|