tests: sched: preempt: Fix the skipped testing when enabling SMP
When SMP feature is enabled on board, this test suite will skip. Enable the test suite by removing the filter. Note that these testings only run SMP platform on single core which are handled by setting MP_NUM_CPUS=1 in prj.conf. Signed-off-by: Yinfang Wang <yinfang.wang@intel.com>
This commit is contained in:
parent
44f8166c3b
commit
540ab5eb4c
2 changed files with 0 additions and 4 deletions
|
@ -1,12 +1,10 @@
|
|||
tests:
|
||||
kernel.scheduler.metairq:
|
||||
tags: kernel
|
||||
filter: not CONFIG_SMP
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
kernel.scheduler.metairq.linker_generator:
|
||||
platform_allow: qemu_cortex_m3
|
||||
tags: kernel linker_generator
|
||||
filter: not CONFIG_SMP
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
extra_configs:
|
||||
- CONFIG_CMAKE_LINKER_GENERATOR=y
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
tests:
|
||||
kernel.scheduler.preempt:
|
||||
tags: kernel
|
||||
filter: not CONFIG_SMP
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
kernel.scheduler.preempt.linker_generator:
|
||||
platform_allow: qemu_cortex_m3
|
||||
tags: kernel linker_generator
|
||||
filter: not CONFIG_SMP
|
||||
platform_exclude: nrf52dk_nrf52810
|
||||
extra_configs:
|
||||
- CONFIG_CMAKE_LINKER_GENERATOR=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue