tests/bluetooth/tester: Enable in native_sim
Enable this test in the native_sim target. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
4fe2605160
commit
327f75ec35
3
tests/bluetooth/tester/boards/native_sim.conf
Normal file
3
tests/bluetooth/tester/boards/native_sim.conf
Normal file
|
@ -0,0 +1,3 @@
|
|||
CONFIG_UART_PIPE=n
|
||||
CONFIG_SERIAL=y
|
||||
CONFIG_UART_NATIVE_POSIX=y
|
|
@ -4,6 +4,7 @@ tests:
|
|||
platform_allow:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_sim
|
||||
- nrf52840dk_nrf52840
|
||||
tags: bluetooth
|
||||
harness: bluetooth
|
||||
|
@ -12,6 +13,7 @@ tests:
|
|||
platform_allow:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_sim
|
||||
- nrf5340dk_nrf5340_cpuapp
|
||||
extra_args: OVERLAY_CONFIG="overlay-le-audio.conf"
|
||||
tags: bluetooth
|
||||
|
@ -21,6 +23,7 @@ tests:
|
|||
platform_allow:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_sim
|
||||
- nrf52840dk_nrf52840
|
||||
extra_args: OVERLAY_CONFIG="overlay-mesh.conf"
|
||||
tags: bluetooth
|
||||
|
@ -30,6 +33,7 @@ tests:
|
|||
platform_allow:
|
||||
- qemu_x86
|
||||
- native_posix
|
||||
- native_sim
|
||||
- nrf52840dk_nrf52840
|
||||
extra_args: OVERLAY_CONFIG="overlay-mesh.conf;overlay-mesh-v1d1.conf"
|
||||
tags: bluetooth
|
||||
|
|
Loading…
Reference in a new issue