Skip to content

Commit ec1a488

Browse files
committed
tests: bsim: minor update of LL bsim config file(s)
Changing bsim_exe_name values to a list due to respective schema changes. Signed-off-by: Artur Dobrynin <[email protected]>
1 parent fd5e200 commit ec1a488

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

tests/bsim/bluetooth/ll/bis/testcase.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ tests:
1717
- nrf5340bsim/nrf5340/cpunet
1818
harness: bsim
1919
harness_config:
20-
bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_conf
20+
bsim_exe_name:
21+
- tests_bsim_bluetooth_ll_bis_prj_conf
2122
bluetooth.ll.bis_ticker_expire_info:
2223
extra_args: EXTRA_CONF_FILE=overlay-ticker_expire_info.conf
2324
platform_allow:
@@ -28,7 +29,8 @@ tests:
2829
- nrf5340bsim/nrf5340/cpunet
2930
harness: bsim
3031
harness_config:
31-
bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_conf_overlay-ticker_expire_info_conf
32+
bsim_exe_name:
33+
- tests_bsim_bluetooth_ll_bis_prj_conf_overlay-ticker_expire_info_conf
3234
bluetooth.ll.bis_vs_dp:
3335
extra_args: CONF_FILE=prj_vs_dp.conf
3436
platform_allow:
@@ -39,7 +41,8 @@ tests:
3941
- nrf5340bsim/nrf5340/cpunet
4042
harness: bsim
4143
harness_config:
42-
bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_vs_dp_conf
44+
bsim_exe_name:
45+
- tests_bsim_bluetooth_ll_bis_prj_vs_dp_conf
4346
bluetooth.ll.bis_past:
4447
extra_args: CONF_FILE=prj_past.conf
4548
platform_allow:
@@ -50,4 +53,5 @@ tests:
5053
- nrf5340bsim/nrf5340/cpunet
5154
harness: bsim
5255
harness_config:
53-
bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_past_conf
56+
bsim_exe_name:
57+
- tests_bsim_bluetooth_ll_bis_prj_past_conf

0 commit comments

Comments
 (0)