1common:
2  build_only: true
3  tags:
4    - bluetooth
5  platform_allow:
6    - nrf52_bsim/native
7    - nrf5340bsim/nrf5340/cpunet
8  harness: bsim
9
10tests:
11  bluetooth.host.gatt.caching:
12    harness_config:
13      bsim_exe_name: tests_bsim_bluetooth_host_gatt_caching_prj_conf
14  bluetooth.host.gatt.caching_psa_overlay:
15    harness_config:
16      bsim_exe_name: tests_bsim_bluetooth_host_gatt_caching_prj_conf_psa_overlay_conf
17    extra_args:
18      EXTRA_CONF_FILE=psa_overlay.conf
19