tests: net: lwm2m: Remove unnecessary filtering
Content-format tests do not require network or Newlibc, so by removing these filters. Defined a native_posix as the only integration platform because all simulated arm-zephyr-eabi platforms are filtered out by Twister. Signed-off-by: Seppo Takalo <seppo.takalo@nordicsemi.no>
This commit is contained in:
parent
e92f8acff9
commit
a7498c39e2
19 changed files with 46 additions and 53 deletions
|
@ -5,8 +5,6 @@ CONFIG_ZTEST_NEW_API=y
|
|||
|
||||
CONFIG_ENTROPY_GENERATOR=y
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
||||
CONFIG_NEWLIB_LIBC=y
|
||||
|
||||
CONFIG_LWM2M=y
|
||||
CONFIG_LWM2M_VERSION_1_1=y
|
||||
CONFIG_LWM2M_RW_CBOR_SUPPORT=y
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
common:
|
||||
depends_on: netif
|
||||
tests:
|
||||
net.lwm2m.content_senml_cbor:
|
||||
platform_allow: native_posix
|
||||
platform_key:
|
||||
- simulation
|
||||
tags:
|
||||
- lwm2m
|
||||
- net
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue