tests: smp: do not whitelist, use filter

Whitelisting is bad, new platforms with this capability would be
missed..

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2019-10-05 08:15:10 -07:00 committed by Andrew Boie
commit 41a72e4c00

View file

@ -1,3 +1,3 @@
tests:
kernel.multiprocessing:
platform_whitelist: esp32 qemu_x86_64 hsdk nsim_hs_smp
filter: (CONFIG_MP_NUM_CPUS > 1)