Skip to content

Commit

Permalink
tests: bsim: add testcase.yaml to bsim bis test
Browse files Browse the repository at this point in the history
For better manageability of tests building, add possibility to build
BabbleSim Bluetooth BIS tests by Twister.

Signed-off-by: Piotr Golyzniak <[email protected]>
  • Loading branch information
gopiotr authored and carlescufi committed Jan 10, 2024
1 parent 8831aa6 commit a27ae68
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions tests/bsim/bluetooth/ll/bis/testcase.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
common:
build_only: true
tags:
- bluetooth
- bsim_multi

tests:
bluetooth.ll.bis:
sysbuild: true
platform_allow:
- nrf52_bsim
- nrf5340bsim_nrf5340_cpuapp
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf52_bsim
- nrf5340bsim_nrf5340_cpuapp
- nrf5340bsim_nrf5340_cpunet
harness: bsim
harness_config:
bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_conf
bluetooth.ll.bis_ticker_expire_info:
extra_args: OVERLAY_CONFIG=overlay-ticker_expire_info.conf
platform_allow:
- nrf52_bsim
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf52_bsim
- nrf5340bsim_nrf5340_cpunet
harness: bsim
harness_config:
bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_conf_overlay-ticker_expire_info_conf
bluetooth.ll.bis_vs_dp:
extra_args: CONF_FILE=prj_vs_dp.conf
platform_allow:
- nrf52_bsim
- nrf5340bsim_nrf5340_cpunet
integration_platforms:
- nrf52_bsim
- nrf5340bsim_nrf5340_cpunet
harness: bsim
harness_config:
bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_vs_dp_conf

0 comments on commit a27ae68

Please sign in to comment.