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>
15 lines
357 B
YAML
15 lines
357 B
YAML
sample:
|
|
description: This app provides an example of how to integrate RPMsg Service with
|
|
Zephyr.
|
|
name: RPMsg Service example integration (remote)
|
|
common:
|
|
harness: remote
|
|
tests:
|
|
sample.ipc.rpmsg_service.remote:
|
|
platform_allow:
|
|
- mps2_an521_remote
|
|
- v2m_musca_b1_ns
|
|
integration_platforms:
|
|
- v2m_musca_b1_ns
|
|
tags: ipm
|