1common:
2  build_only: true
3  tags:
4    - bluetooth
5  platform_allow:
6    - nrf52_bsim/native
7  harness: bsim
8
9tests:
10  bluetooth.host.l2cap.stress:
11    harness_config:
12      bsim_exe_name: tests_bsim_bluetooth_host_l2cap_stress_prj_conf
13  bluetooth.host.l2cap.stress_early_disconnect:
14    harness_config:
15      bsim_exe_name: tests_bsim_bluetooth_host_l2cap_stress_prj_conf_overlay-early-disc_conf
16    extra_args: EXTRA_CONF_FILE="overlay-early-disconnect.conf"
17  bluetooth.host.l2cap.stress_nofrag:
18    harness_config:
19      bsim_exe_name: tests_bsim_bluetooth_host_l2cap_stress_prj_conf_overlay-nofrag_conf
20    extra_args: EXTRA_CONF_FILE="overlay-nofrag.conf"
21  bluetooth.host.l2cap.stress_syswq:
22    harness_config:
23      bsim_exe_name: tests_bsim_bluetooth_host_l2cap_stress_prj_conf_overlay-syswq_conf
24    extra_args: EXTRA_CONF_FILE="overlay-syswq.conf"
25