Skip to content

Commit 3509f8b

Browse files
povergoingcarlescufi
authored andcommitted
tests: net: lib: lwm2m: Use 1 cpu only as a workaround
These testcases are not SMP-safe, will fail on all SMP boards. Simply turning them to 1cpu test can not fix the issue. So, setting CONFIG_MP_MAX_NUM_CPUS to 1 as a workaround. Signed-off-by: Jaxson Han <[email protected]>
1 parent 81ca509 commit 3509f8b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_ZTEST=y
22
CONFIG_ZTEST_NEW_API=y
33
CONFIG_ZTEST_STACK_SIZE=4096
4+
CONFIG_MP_MAX_NUM_CPUS=1
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
CONFIG_ZTEST=y
22
CONFIG_ZTEST_NEW_API=y
33
CONFIG_ZTEST_STACK_SIZE=4096
4+
CONFIG_MP_MAX_NUM_CPUS=1

0 commit comments

Comments
 (0)