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.mtu_update.central:
11    harness_config:
12      bsim_exe_name: tests_bsim_bluetooth_host_att_mtu_update_prj_central_conf
13    extra_args:
14      CONF_FILE=prj_central.conf
15  bluetooth.host.att.mtu_update.peripheral:
16    harness_config:
17      bsim_exe_name: tests_bsim_bluetooth_host_att_mtu_update_prj_peripheral_conf
18    extra_args:
19      CONF_FILE=prj_peripheral.conf
20