Removes the dependency on the external test service from the CONFIG_TFM_REGRESSION_S test suite, instead demonstrating how to make direct IPC calls to the CRYPTO service that is available as a part of standard TF-M builds. Signed-off-by: Kevin Townsend <kevin.townsend@linaro.org>
19 lines
703 B
YAML
19 lines
703 B
YAML
sample:
|
|
description: This app provides an example of using TF-M on the secure
|
|
side, with Zephyr on the NS side, using IPC.
|
|
name: TF-M IPC example
|
|
tests:
|
|
sample.tfm_ipc:
|
|
tags: introduction tfm
|
|
platform_allow: mps2_an521_nonsecure lpcxpresso55s69_ns
|
|
nrf5340dk_nrf5340_cpuappns nrf9160dk_nrf9160ns nucleo_l552ze_q_ns
|
|
stm32l562e_dk_ns v2m_musca_s1_nonsecure v2m_musca_b1_nonsecure bl5340_dvk_cpuappns
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
regex:
|
|
- "The version of the PSA Framework API is"
|
|
- "The minor version is"
|
|
- "Connect success!"
|
|
- "TF-M IPC on .*"
|