mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
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>
This commit is contained in:
@@ -9,6 +9,7 @@ tests:
|
||||
min_flash: 34
|
||||
kernel.threads.apis.pinonly:
|
||||
min_flash: 34
|
||||
filter: CONFIG_SMP
|
||||
depends_on:
|
||||
- smp
|
||||
extra_configs:
|
||||
- CONFIG_SCHED_CPU_MASK_PIN_ONLY=y
|
||||
|
||||
Reference in New Issue
Block a user