Skip to content

Commit b492926

Browse files
oyvindronningstadnashif
authored andcommitted
tfm_ipc: Fix regex in sample.yml
Remove missing printout, and add the last line of printout. Note that it's not possible to run this on hardware using Twister as of now, since west flash will not flash tfm_s. Signed-off-by: Øyvind Rønningstad <[email protected]>
1 parent 25bc05e commit b492926

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

samples/tfm_integration/tfm_ipc/sample.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ tests:
1212
harness_config:
1313
type: multi_line
1414
regex:
15-
- "Booting TFM v1.0"
16-
- "Booting Zephyr OS"
15+
- "The version of the PSA Framework API is"
1716
- "Connect success!"
17+
- "Call success!"
18+
- "TF-M IPC on .*"

0 commit comments

Comments
 (0)