Skip to content

Commit

Permalink
samples: tfm_ipc: add test-variant for TF-M without BL2
Browse files Browse the repository at this point in the history
We add a test variant in tfm_ipc test, to validate the
scenario where TF-M is built without BL2 (MCUboot). We
test this on QEMU only (MPS2 AN521).

Signed-off-by: Ioannis Glaropoulos <[email protected]>
  • Loading branch information
ioannisg committed Jul 28, 2021
1 parent 3843bf6 commit a3cf49f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions samples/tfm_integration/tfm_ipc/sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,16 @@ tests:
- "The minor version is"
- "Connect success!"
- "TF-M IPC on .*"
sample.tfm_ipc.no_bl2:
tags: introduction tfm
platform_allow: mps2_an521_ns
extra_configs:
- CONFIG_TFM_BL2=n
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 .*"

0 comments on commit a3cf49f

Please sign in to comment.