1tests:
2  bluetooth.bt_crypto:
3    extra_args:
4      - EXTRA_DTC_OVERLAY_FILE="test.overlay"
5    platform_allow:
6      - native_sim
7      - native_sim/native/64
8      - qemu_x86
9      - qemu_cortex_m3
10    integration_platforms:
11      - native_sim
12    tags: bluetooth
13  bluetooth.bt_crypto.psa:
14    filter: CONFIG_PSA_CRYPTO_CLIENT
15    extra_args:
16      - EXTRA_DTC_OVERLAY_FILE="test.overlay"
17    platform_allow:
18      - native_sim
19      - native_sim/native/64
20      - qemu_x86
21      - qemu_cortex_m3
22      - nrf5340dk/nrf5340/cpuapp/ns
23      - nrf52840dk/nrf52840
24    integration_platforms:
25      - native_sim
26    tags: bluetooth
27