zephyr/tests/kernel/threads/thread_apis/testcase.yaml
Anas Nashif 689ea54b78 tests: do not filter on SMP, use board yaml file
Avoid expensive runtime filtering and use platform features instead.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2023-05-24 07:50:50 -04:00

16 lines
266 B
YAML

common:
ignore_faults: true
tags:
- kernel
- threads
- userspace
tests:
kernel.threads.apis:
min_flash: 34
kernel.threads.apis.pinonly:
min_flash: 34
depends_on:
- smp
extra_configs:
- CONFIG_SCHED_CPU_MASK_PIN_ONLY=y