1sample:
2  description: Sample application to verify the secure monitor for Designware ARC
3    SecureShiled.
4  name: Designware ARC Secure monitor
5tests:
6  sample.board.arc_secure_services:
7    # Requires multiple kernels in an AMP config. See README.rst
8    build_only: true
9    platform_allow:
10      - nsim/nsim_sem
11      - em_starterkit/emsk_em7d
12    integration_platforms:
13      - nsim/nsim_sem
14    tags: secure
15    harness: console
16    harness_config:
17      type: multi_line
18      ordered: true
19      regex:
20        - "I am the main thread in secure world: 0"
21        - "Go to normal application"
22        - "I am the main thread in secure world: 1"
23        - "I am the main thread in secure world: 2"
24        - "I am the main thread in secure world: 3"
25