1common:
2  build_only: true
3  tags:
4    - bluetooth
5  platform_allow:
6    - nrf52_bsim/native
7  harness: bsim
8
9tests:
10  bluetooth.host.att.pipeline.dut:
11    harness_config:
12      bsim_exe_name: tests_bsim_bluetooth_host_att_pipeline_dut_prj_conf
13  bluetooth.host.att.pipeline.dut_rx_tx_prio:
14    harness_config:
15      bsim_exe_name:
16        tests_bsim_bluetooth_host_att_pipeline_dut_prj_conf_rx_tx_prio_invert_extra_conf
17    extra_args:
18      EXTRA_CONF_FILE=rx_tx_prio_invert.extra.conf
19