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>
14 lines
244 B
YAML
14 lines
244 B
YAML
sample:
|
|
name: RTC Driver Sample
|
|
tests:
|
|
test:
|
|
tags: drivers
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "Test RTC driver"
|
|
- "Alarm"
|
|
depends_on: rtc
|