zephyr/samples/boards/arc_secure_services/sample.yaml
Anas Nashif 05ecd46a84 tests: fix typos and misnamed platforms
Various obsolote and misnamed platfomrs in test filters theat went
undetected for a while.

Fixes #41222

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2021-12-17 12:24:37 -05:00

21 lines
688 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
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"