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 <jaxson.han@arm.com>
This commit is contained in:
parent
81ca50900d
commit
3509f8b977
2 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
CONFIG_ZTEST_STACK_SIZE=4096
|
||||
CONFIG_MP_MAX_NUM_CPUS=1
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_ZTEST_NEW_API=y
|
||||
CONFIG_ZTEST_STACK_SIZE=4096
|
||||
CONFIG_MP_MAX_NUM_CPUS=1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue