tests/bluetooth/hci_uart_async: Switch to native_sim
Switch from native_posix to native_sim as default test platform And add overlays for native_sim. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
53103b9a65
commit
ed2251ae75
|
@ -1,3 +1,3 @@
|
|||
# Print logs and test results on stdout. For some reason, this not the
|
||||
# Print logs and test results on stdout as this not the
|
||||
# default when SERIAL=y.
|
||||
CONFIG_LOG_BACKEND_NATIVE_POSIX=y
|
||||
|
|
3
tests/bluetooth/hci_uart_async/boards/native_sim.conf
Normal file
3
tests/bluetooth/hci_uart_async/boards/native_sim.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
# Print logs and test results on stdout as this not the
|
||||
# default when SERIAL=y.
|
||||
CONFIG_LOG_BACKEND_NATIVE_POSIX=y
|
|
@ -6,3 +6,6 @@ tests:
|
|||
harness: ztest
|
||||
platform_allow:
|
||||
- native_posix
|
||||
- native_sim
|
||||
integration_platforms:
|
||||
- native_sim
|
||||
|
|
Loading…
Reference in a new issue