Add harness console and include regex for output pattern matching to determine correctness of sample execution. Signed-off-by: Spoorthi K <spoorthi.k@intel.com>
15 lines
317 B
YAML
15 lines
317 B
YAML
sample:
|
|
name: Watchdog Driver Sample
|
|
tests:
|
|
test:
|
|
tags: drivers
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "Watchdog sample application"
|
|
- "Feeding watchdog..."
|
|
- "Waiting for reset..."
|
|
depends_on: watchdog
|