samples, tests: remove usage of space-separated lists

Convert them to native YAML lists. Support for space-separated
lists was deprecated in Twister a long time ago.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2024-12-02 15:30:16 +01:00 committed by Anas Nashif
commit d4a67e321b
67 changed files with 324 additions and 154 deletions

View file

@ -2,7 +2,9 @@ common:
ignore_faults: true
harness: console
ignore_qemu_crash: true
tags: kernel riscv
tags:
- kernel
- riscv
platform_allow:
- qemu_riscv64
tests:

View file

@ -1,7 +1,9 @@
common:
ignore_faults: true
ignore_qemu_crash: true
tags: kernel riscv
tags:
- kernel
- riscv
platform_allow:
- qemu_riscv64/qemu_virt_riscv64/smp
tests: