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:
Alberto Escolar Piedras 2023-11-16 14:07:16 +01:00 committed by Carles Cufí
commit 640b926b0a
3 changed files with 2 additions and 2 deletions

View file

@ -1 +0,0 @@
CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME=y

View file

@ -0,0 +1 @@
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y

View file

@ -6,4 +6,4 @@ tests:
- lwm2m
- net
integration_platforms:
- native_posix
- native_sim