zephyr/samples/drivers/ipm/ipm_mcux/sample.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

21 lines
513 B
YAML

sample:
description: Sample app that sends messages between the two cores on the lpcxpresso54114
using a mailbox.
name: IPM MCUX Mailbox Sample
tests:
sample.ipm.ipm_mcux:
platform_allow:
- lpcxpresso54114_m4
- lpcxpresso55s69_cpu0
integration_platforms:
- lpcxpresso54114_m4
tags: ipm
harness: console
sysbuild: true
harness_config:
type: multi_line
regex:
- "Hello World from MASTER! (.*)"
- "Received: 1"
- "Received: 20"