Skip to content

Commit a58d730

Browse files
wentongwuioannisg
authored andcommitted
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 <[email protected]>
1 parent ee8c661 commit a58d730

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/drivers/ipm/prj.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ CONFIG_STDOUT_CONSOLE=n
55
CONFIG_IPM_CONSOLE_RECEIVER=y
66
CONFIG_IPM_CONSOLE_SENDER=y
77
CONFIG_IRQ_OFFLOAD=y
8+
CONFIG_MP_NUM_CPUS=1

tests/drivers/ipm/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
tests:
22
peripheral.mailbox:
33
arch_exclude: posix xtensa
4-
platform_exclude: qemu_x86_64 # see issue #12478
54
tags: drivers ipc

0 commit comments

Comments
 (0)