tests: lwm2m: Fix too small test buffer
ZTEST(lwm2m_registry, test_strings) is using opaque resource 0/0/3 to write a test string "coap://127.0.0.1" which happens to be same length as default key size. Need more room to add end marker and verify it. Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
This commit is contained in:
parent
ee67bdfc56
commit
14573fcbf6
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ CONFIG_NEWLIB_LIBC=y
|
|||
|
||||
CONFIG_LWM2M=y
|
||||
CONFIG_LWM2M_COAP_MAX_MSG_SIZE=512
|
||||
CONFIG_LWM2M_SECURITY_KEY_SIZE=32
|
||||
CONFIG_LWM2M_IPSO_SUPPORT=y
|
||||
CONFIG_LWM2M_IPSO_TEMP_SENSOR=y
|
||||
CONFIG_LWM2M_IPSO_TEMP_SENSOR_VERSION_1_1=y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue