tests/net/lib/lwm2m/interop: 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
f7b8ded41a
commit
0de923e2b0
|
@ -3,6 +3,6 @@ CONFIG_DNS_SERVER_IP_ADDRESSES=y
|
|||
CONFIG_DNS_SERVER1="192.0.2.2"
|
||||
CONFIG_LWM2M_DNS_SUPPORT=y
|
||||
CONFIG_NET_CONFIG_MY_IPV4_GW="192.0.2.2"
|
||||
CONFIG_NATIVE_POSIX_SLOWDOWN_TO_REAL_TIME=y
|
||||
CONFIG_NATIVE_SIM_SLOWDOWN_TO_REAL_TIME=y
|
||||
CONFIG_NATIVE_UART_0_ON_STDINOUT=y
|
||||
CONFIG_ASAN=y
|
|
@ -7,9 +7,9 @@ tests:
|
|||
pytest_dut_scope: module
|
||||
pytest_args: []
|
||||
integration_platforms:
|
||||
- native_posix
|
||||
- native_sim
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
- qemu_cortex_m3
|
||||
- qemu_x86
|
||||
tags:
|
||||
|
|
Loading…
Reference in a new issue