tests: net: lwm2m: cover dtls releated code path
As long the code path differs in case DTLS is used, we need tests for this. Signed-off-by: Andreas Chmielewski <andreas.chmielewski@grandcentrix.net>
This commit is contained in:
parent
2eb53f4bd7
commit
3ef08df10e
1 changed files with 9 additions and 5 deletions
|
@ -1,9 +1,13 @@
|
|||
common:
|
||||
depends_on: netif
|
||||
tags: net lwm2m
|
||||
platform_allow: native_posix qemu_x86 qemu_x86_64
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- qemu_x86
|
||||
|
||||
tests:
|
||||
subsys.net.lib.lwm2m_rd_client:
|
||||
tags: net lwm2m
|
||||
platform_allow: native_posix qemu_x86 qemu_x86_64
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- qemu_x86
|
||||
extra_args: EXTRA_CFLAGS=""
|
||||
subsys.net.lib.lwm2m_rd_client_dtls:
|
||||
extra_args: EXTRA_CFLAGS=-DCONFIG_LWM2M_DTLS_SUPPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue