1common:
2  ignore_faults: true
3  tags:
4    - kernel
5    - threads
6    - userspace
7tests:
8  kernel.threads.apis:
9    min_flash: 34
10  kernel.threads.apis.pinonly:
11    min_flash: 34
12    depends_on:
13      - smp
14    extra_configs:
15      - CONFIG_SCHED_CPU_MASK_PIN_ONLY=y
16