Skip to content

Commit

Permalink
tests: nrf_modem_lib: switch from native_posix board to native_sim
Browse files Browse the repository at this point in the history
Update tests to run with the native_sim board instead of the
deprecated native_posix board.

Signed-off-by: Andreas Moltumyr <[email protected]>
  • Loading branch information
anhmolt authored and nordicjm committed Oct 14, 2024
1 parent 23e99a2 commit 6a8a892
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions tests/lib/nrf_modem_lib/lte_net_if/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ tests:
nrf_modem_lib.lte_net_if:
sysbuild: true
tags: nrf_modem_lib sysbuild ci_tests_lib_nrf_modem_lib
platform_allow: native_posix
platform_allow:
- native_sim
integration_platforms:
- native_posix
- native_sim
5 changes: 3 additions & 2 deletions tests/lib/nrf_modem_lib/nrf9x_sockets/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
tests:
unity.nrf9x_sockets_test:
sysbuild: true
platform_allow: native_posix
tags: nrf_modem_lib sysbuild ci_tests_lib_nrf_modem_lib
platform_allow:
- native_sim
integration_platforms:
- native_posix
- native_sim

0 comments on commit 6a8a892

Please sign in to comment.