tests/net/lib lwm2m_engine: Switch from native_posix to native_sim
Switch support of native_posix to native_sim Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
0de923e2b0
commit
640b926b0a
3 changed files with 2 additions and 2 deletions
|
@ -1 +0,0 @@
|
|||
CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME=y
|
1
tests/net/lib/lwm2m/lwm2m_engine/boards/native_sim.conf
Normal file
1
tests/net/lib/lwm2m/lwm2m_engine/boards/native_sim.conf
Normal file
|
@ -0,0 +1 @@
|
|||
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y
|
|
@ -6,4 +6,4 @@ tests:
|
|||
- lwm2m
|
||||
- net
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue