zephyr/samples/boards/arc_secure_services/sample.yaml
Fabio Baltieri e0cc2b8dd0 yamllint: fix all yamllint hyphens errors
Fix all hyphens errors detected by yamllint:

yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \
  grep '(hyphens)'

Default config is only one space after the hyphen.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 01:16:45 +09:00

23 lines
727 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"