zephyr/samples/subsys/logging/kernel_event_logger/sample.yaml
Anas Nashif 6de0dfad51 samples: event_logger: match more lines during sanitycheck
Have the test run for long by matching more lines in the output.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-01-25 04:45:35 +05:30

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+)"