From 41a72e4c00b3bd2061be64309266ba715127d1e3 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 5 Oct 2019 08:15:10 -0700 Subject: [PATCH] tests: smp: do not whitelist, use filter Whitelisting is bad, new platforms with this capability would be missed.. Signed-off-by: Anas Nashif --- tests/kernel/smp/testcase.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kernel/smp/testcase.yaml b/tests/kernel/smp/testcase.yaml index c399d85f434..a8870882bfa 100644 --- a/tests/kernel/smp/testcase.yaml +++ b/tests/kernel/smp/testcase.yaml @@ -1,3 +1,3 @@ tests: kernel.multiprocessing: - platform_whitelist: esp32 qemu_x86_64 hsdk nsim_hs_smp + filter: (CONFIG_MP_NUM_CPUS > 1)