1sample:
2    description: This app provides an example of using PSA crypto APIs
3        in Zephyr using IPC mode.
4    name: PSA crypto example
5tests:
6    sample.psa_crypto:
7        tags: introduction tfm crypto
8        platform_allow: mps2_an521_ns lpcxpresso55s69_ns nrf5340dk_nrf5340_cpuapp_ns
9          nrf9160dk_nrf9160_ns nucleo_l552ze_q_ns v2m_musca_s1_ns stm32l562e_dk_ns
10          bl5340_dvk_cpuapp_ns
11        filter: CONFIG_ZEPHYR_TRUSTED_FIRMWARE_M_MODULE
12        harness: console
13        harness_config:
14          type: multi_line
15          regex:
16            - "Retrieving public key for key #1"
17            - "Signature verified"
18            - "Destroyed persistent key #1"
19            - "Generating 256 bytes of random data."
20