25 lines
757 B
YAML
25 lines
757 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/nsim_sem
|
|
- em_starterkit/emsk_em7d
|
|
integration_platforms:
|
|
- nsim/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"
|