samples: arc_secure_services: fix harness
Fix sample on nsim simulator and add console harness to evaluate output. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
385b82dcef
commit
45326cff1c
1 changed files with 12 additions and 2 deletions
|
@ -3,6 +3,16 @@ sample:
|
||||||
Designware ARC SecureShiled.
|
Designware ARC SecureShiled.
|
||||||
name: Designware ARC Secure monitor
|
name: Designware ARC Secure monitor
|
||||||
tests:
|
tests:
|
||||||
test:
|
sample.arc_secure_services:
|
||||||
platform_whitelist: nsim_sem em_starterkit_em7d_secure
|
platform_whitelist: nsim_sem em_starterkit_em7d_secure
|
||||||
tags: secure
|
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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue