1common:
2  build_only: true
3  sysbuild: true
4  tags:
5    - bluetooth
6  platform_allow:
7    - nrf52_bsim/native
8    - nrf5340bsim/nrf5340/cpuapp
9  harness: bsim
10
11tests:
12  bluetooth.host.privacy.peripheral:
13    harness_config:
14      bsim_exe_name: tests_bsim_bluetooth_host_privacy_peripheral_prj_conf
15  bluetooth.host.privacy.peripheral_rpa_expired:
16    harness_config:
17      bsim_exe_name: tests_bsim_bluetooth_host_privacy_peripheral_prj_rpa_expired_conf
18    extra_args:
19      EXTRA_CONF_FILE=prj_rpa_expired.conf
20  bluetooth.host.privacy.peripheral_rpa_sharing:
21    harness_config:
22      bsim_exe_name: tests_bsim_bluetooth_host_privacy_peripheral_prj_rpa_sharing_conf
23    extra_args:
24      EXTRA_CONF_FILE=prj_rpa_sharing.conf
25