tests/drivers/ipm: Enable on x86_64

this case isn't designed for SMP, setting CONFIG_MP_NUM_CPUS=1 to
run the full SMP kernel config, but with only one CPU available.

Fixes: #12478.

Signed-off-by: Wentong Wu <wentong.wu@intel.com>
This commit is contained in:
Wentong Wu 2019-08-29 22:44:07 +08:00 committed by Ioannis Glaropoulos
parent ee8c661455
commit a58d730dae
2 changed files with 1 additions and 1 deletions

View File

@ -5,3 +5,4 @@ CONFIG_STDOUT_CONSOLE=n
CONFIG_IPM_CONSOLE_RECEIVER=y
CONFIG_IPM_CONSOLE_SENDER=y
CONFIG_IRQ_OFFLOAD=y
CONFIG_MP_NUM_CPUS=1

View File

@ -1,5 +1,4 @@
tests:
peripheral.mailbox:
arch_exclude: posix xtensa
platform_exclude: qemu_x86_64 # see issue #12478
tags: drivers ipc