tests/bluetooth/shell: Switch tests from native_posix to native_sim

A few tests were only allowed for native_posix, but we are
deprecating it. Let's switch them to native_sim instead.

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
Alberto Escolar Piedras 2024-08-14 11:22:31 +02:00 committed by Fabio Baltieri
commit 12d37484fa

View file

@ -27,14 +27,14 @@ tests:
- CONFIG_BT_TRANSMIT_POWER_CONTROL=y
- CONFIG_BT_CTLR=n
platform_allow:
- native_posix
- native_sim
build_only: true
bluetooth.shell.subrating:
extra_configs:
- CONFIG_BT_SUBRATING=y
- CONFIG_BT_CTLR=n
platform_allow:
- native_posix
- native_sim
build_only: true
bluetooth.shell.cdc_acm:
extra_args:
@ -362,19 +362,19 @@ tests:
bluetooth.audio_shell.no_gmap:
extra_args: CONF_FILE="audio.conf"
build_only: true
platform_allow: native_posix
platform_allow: native_sim
extra_configs:
- CONFIG_BT_GMAP=n
bluetooth.audio_shell.no_cap_commander:
extra_args: CONF_FILE="audio.conf"
build_only: true
platform_allow: native_posix
platform_allow: native_sim
extra_configs:
- CONFIG_BT_CAP_COMMANDER=n
bluetooth.audio_shell.only_cap_commander:
extra_args: CONF_FILE="audio.conf"
build_only: true
platform_allow: native_posix
platform_allow: native_sim
extra_configs:
- CONFIG_BT_BAP_UNICAST_CLIENT=n
- CONFIG_BT_CAP_ACCEPTOR=n