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_nofrag: 14 harness_config: 15 bsim_exe_name: tests_bsim_bluetooth_host_l2cap_stress_prj_nofrag_conf 16 extra_args: 17 CONF_FILE=prj_nofrag.conf 18 bluetooth.host.l2cap.stress_syswq: 19 harness_config: 20 bsim_exe_name: tests_bsim_bluetooth_host_l2cap_stress_prj_syswq_conf 21 extra_args: 22 CONF_FILE=prj_syswq.conf 23