1common:
2  build_only: true
3  tags:
4    - bluetooth
5    - bsim_multi
6
7tests:
8  bluetooth.ll.bis:
9    sysbuild: true
10    platform_allow:
11      - nrf52_bsim/native
12      - nrf5340bsim/nrf5340/cpuapp
13      - nrf5340bsim/nrf5340/cpunet
14    integration_platforms:
15      - nrf52_bsim/native
16      - nrf5340bsim/nrf5340/cpuapp
17      - nrf5340bsim/nrf5340/cpunet
18    harness: bsim
19    harness_config:
20      bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_conf
21  bluetooth.ll.bis_ticker_expire_info:
22    extra_args: EXTRA_CONF_FILE=overlay-ticker_expire_info.conf
23    platform_allow:
24      - nrf52_bsim/native
25      - nrf5340bsim/nrf5340/cpunet
26    integration_platforms:
27      - nrf52_bsim/native
28      - nrf5340bsim/nrf5340/cpunet
29    harness: bsim
30    harness_config:
31      bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_conf_overlay-ticker_expire_info_conf
32  bluetooth.ll.bis_vs_dp:
33    extra_args: CONF_FILE=prj_vs_dp.conf
34    platform_allow:
35      - nrf52_bsim/native
36      - nrf5340bsim/nrf5340/cpunet
37    integration_platforms:
38      - nrf52_bsim/native
39      - nrf5340bsim/nrf5340/cpunet
40    harness: bsim
41    harness_config:
42      bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_vs_dp_conf
43  bluetooth.ll.bis_past:
44    extra_args: CONF_FILE=prj_past.conf
45    platform_allow:
46      - nrf52_bsim/native
47      - nrf5340bsim/nrf5340/cpunet
48    integration_platforms:
49      - nrf52_bsim/native
50      - nrf5340bsim/nrf5340/cpunet
51    harness: bsim
52    harness_config:
53      bsim_exe_name: tests_bsim_bluetooth_ll_bis_prj_past_conf
54