1common:
2  build_only: true
3  tags:
4    - bluetooth
5  platform_allow:
6    - nrf52_bsim/native
7  harness: bsim
8
9tests:
10  bluetooth.host.gatt.ccc_store:
11    harness_config:
12      bsim_exe_name: tests_bsim_bluetooth_host_gatt_ccc_store_prj_conf
13  bluetooth.host.gatt.ccc_store_2:
14    harness_config:
15      bsim_exe_name: tests_bsim_bluetooth_host_gatt_ccc_store_prj_2_conf
16    extra_args:
17      EXTRA_CONF_FILE=prj_2.conf
18