Have the test run for long by matching more lines in the output. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
17 lines
554 B
YAML
17 lines
554 B
YAML
sample:
|
|
description: A simple application that demonstrate
|
|
use of kernel event logging feature.
|
|
name: Kernel event logger Sample
|
|
tests:
|
|
test:
|
|
tags: apps logging events
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: false
|
|
regex:
|
|
- "thread = (.*), is moved to = REDAY_Q ,at time = (\\d+)"
|
|
- "tid of context switched thread = (.*) at time = (\\d+)"
|
|
- "thread = (.*), is moved to = EXIT_STATE ,at time = (\\d+)"
|
|
- "thread = (.*), is moved to = PEND_STATE ,at time = (\\d+)"
|