-
Notifications
You must be signed in to change notification settings - Fork 623
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[nrf fromtree] 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> (cherry picked from commit a7498c3)
- Loading branch information
1 parent
8cb6e03
commit c9d01d0
Showing
19 changed files
with
46 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
common: | ||
depends_on: netif | ||
tests: | ||
net.lwm2m.block_transfer: | ||
tags: lwm2m net | ||
platform_key: | ||
- simulation | ||
tags: | ||
- lwm2m | ||
- net | ||
integration_platforms: | ||
- native_posix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
common: | ||
depends_on: netif | ||
tests: | ||
net.lwm2m.content_json: | ||
filter: TOOLCHAIN_HAS_NEWLIB == 1 | ||
platform_key: | ||
- simulation | ||
tags: | ||
- lwm2m | ||
- net | ||
integration_platforms: | ||
- native_posix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
common: | ||
depends_on: netif | ||
tests: | ||
net.lwm2m.content_link_format: | ||
filter: TOOLCHAIN_HAS_NEWLIB == 1 | ||
platform_key: | ||
- simulation | ||
tags: | ||
- lwm2m | ||
- net | ||
integration_platforms: | ||
- native_posix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
common: | ||
depends_on: netif | ||
tests: | ||
net.lwm2m.content_oma_tlv: | ||
filter: TOOLCHAIN_HAS_NEWLIB == 1 | ||
platform_key: | ||
- simulation | ||
tags: | ||
- lwm2m | ||
- net | ||
integration_platforms: | ||
- native_posix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
common: | ||
depends_on: netif | ||
tests: | ||
net.lwm2m.content_plain_text: | ||
filter: TOOLCHAIN_HAS_NEWLIB == 1 | ||
platform_key: | ||
- simulation | ||
tags: | ||
- lwm2m | ||
- net | ||
integration_platforms: | ||
- native_posix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
common: | ||
depends_on: netif | ||
tests: | ||
net.lwm2m.content_raw_cbor: | ||
platform_allow: native_posix | ||
platform_key: | ||
- simulation | ||
tags: | ||
- lwm2m | ||
- net | ||
integration_platforms: | ||
- native_posix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
common: | ||
depends_on: netif | ||
tests: | ||
net.lwm2m.engine: | ||
platform_allow: native_posix | ||
platform_key: | ||
- simulation | ||
tags: | ||
- lwm2m | ||
- net | ||
integration_platforms: | ||
- native_posix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
common: | ||
depends_on: netif | ||
tests: | ||
net.lwm2m.lwm2m_engine: | ||
platform_allow: native_posix | ||
platform_key: | ||
- simulation | ||
tags: | ||
- lwm2m | ||
- net | ||
integration_platforms: | ||
- native_posix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
common: | ||
depends_on: netif | ||
tests: | ||
net.lwm2m.lwm2m_registry: | ||
platform_key: | ||
- simulation | ||
tags: | ||
- lwm2m | ||
- net | ||
filter: TOOLCHAIN_HAS_NEWLIB == 1 | ||
integration_platforms: | ||
- native_posix |