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>
16 lines
484 B
YAML
16 lines
484 B
YAML
tests:
|
|
kernel.usage:
|
|
tags: kernel
|
|
# The following architectures are excluded as they have boards that
|
|
# exhibit precision timing anomalies related to emulation.
|
|
# posix, riscv32, sparc
|
|
# The following architectures are exluded as the necessary
|
|
# thread runtime statistic hooks do not yet exist.
|
|
# mips
|
|
arch_exclude:
|
|
- posix
|
|
- sparc
|
|
- mips
|
|
# SMP is excluded as the test was only written for UP
|
|
filter: not CONFIG_SMP
|