Skip to content

Commit 12d3748

Browse files
aescolarfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent f32eb18 commit 12d3748

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/bluetooth/shell/testcase.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@ tests:
2727
- CONFIG_BT_TRANSMIT_POWER_CONTROL=y
2828
- CONFIG_BT_CTLR=n
2929
platform_allow:
30-
- native_posix
30+
- native_sim
3131
build_only: true
3232
bluetooth.shell.subrating:
3333
extra_configs:
3434
- CONFIG_BT_SUBRATING=y
3535
- CONFIG_BT_CTLR=n
3636
platform_allow:
37-
- native_posix
37+
- native_sim
3838
build_only: true
3939
bluetooth.shell.cdc_acm:
4040
extra_args:
@@ -362,19 +362,19 @@ tests:
362362
bluetooth.audio_shell.no_gmap:
363363
extra_args: CONF_FILE="audio.conf"
364364
build_only: true
365-
platform_allow: native_posix
365+
platform_allow: native_sim
366366
extra_configs:
367367
- CONFIG_BT_GMAP=n
368368
bluetooth.audio_shell.no_cap_commander:
369369
extra_args: CONF_FILE="audio.conf"
370370
build_only: true
371-
platform_allow: native_posix
371+
platform_allow: native_sim
372372
extra_configs:
373373
- CONFIG_BT_CAP_COMMANDER=n
374374
bluetooth.audio_shell.only_cap_commander:
375375
extra_args: CONF_FILE="audio.conf"
376376
build_only: true
377-
platform_allow: native_posix
377+
platform_allow: native_sim
378378
extra_configs:
379379
- CONFIG_BT_BAP_UNICAST_CLIENT=n
380380
- CONFIG_BT_CAP_ACCEPTOR=n

0 commit comments

Comments
 (0)