zephyr/samples/boards/arc_secure_services/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

25 lines
742 B
YAML

sample:
description: Sample application to verify the secure monitor for Designware ARC
SecureShiled.
name: Designware ARC Secure monitor
tests:
sample.board.arc_secure_services:
# Requires multiple kernels in an AMP config. See README.rst
build_only: true
platform_allow:
- nsim_sem
- em_starterkit_em7d
integration_platforms:
- nsim_sem
tags: secure
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "I am the main thread in secure world: 0"
- "Go to normal application"
- "I am the main thread in secure world: 1"
- "I am the main thread in secure world: 2"
- "I am the main thread in secure world: 3"