befc96f22e
These samples & tests cannot be run in this architecture as it does not support userspace. Today they are filtered by kconfig, which works but spends time running cmake. As native_posix is a default test platform it is better to filter it alltogether by arch, which saves quite a lot of time. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
17 lines
312 B
YAML
17 lines
312 B
YAML
tests:
|
|
benchmark.kernel.scheduler_userspace:
|
|
arch_allow: arm64
|
|
tags:
|
|
- kernel
|
|
- benchmark
|
|
- userspace
|
|
slow: true
|
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
|
arch_exclude:
|
|
- posix
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "SUCCESS"
|