This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
22ef2bed33
zephyr
/
tests
/
net
/
lib
/
lwm2m
/
lwm2m_rd_client
/
prj.conf
4 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: lwm2m_rd_client: Added fff tests Added unittests for lwm2m_rd_client.c using FFF framework. Signed-off-by: Andreas Chmielewski <andreas.chmielewski@grandcentrix.net>
2023-01-03 23:03:24 +08:00
CONFIG_ZTEST=y
CONFIG_ZTEST_STACK_SIZE=4096
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>
2023-07-19 11:02:49 +08:00
CONFIG_MP_MAX_NUM_CPUS=1