Commit ec8a689f authored by Kumar Gala's avatar Kumar Gala Committed by Maureen Helm
Browse files

tests: kernel: smp: pick a platform that makes sense for the tests



Pick a platform that actual supports SMP - qemu_x86_64.  Remove setting
CONFIG_TIMESLICING as that is already set.

Signed-off-by: default avatarKumar Gala <kumar.gala@intel.com>
parent c03ef06f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -3,9 +3,8 @@ tests:
    tags: kernel smp ignore_faults
    filter: (CONFIG_MP_NUM_CPUS > 1)
  kernel.multiprocessing.smp.linker_generator:
    platform_allow: qemu_cortex_m3
    platform_allow: qemu_x86_64
    extra_configs:
      - CONFIG_TIMESLICING=y
      - CONFIG_CMAKE_LINKER_GENERATOR=y
    tags: kernel smp ignore_faults linker_generator
    filter: (CONFIG_MP_NUM_CPUS > 1)