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:
Alberto Escolar Piedras 2023-11-20 14:03:07 +01:00 committed by Carles Cufí
parent 53103b9a65
commit ed2251ae75
3 changed files with 7 additions and 1 deletions

View file

@ -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

View 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

View file

@ -6,3 +6,6 @@ tests:
harness: ztest
platform_allow:
- native_posix
- native_sim
integration_platforms:
- native_sim