zephyr/tests/benchmarks/sched/testcase.yaml
Anas Nashif 7f378d6ef8 benchmarks: sched: capture output and evaluate
We were running this as a test and not evluating the output. Now we
verify the output and stop treating this as a ztest item.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-04-08 10:46:55 -04:00

11 lines
257 B
YAML

tests:
benchmark.scheduler:
tags: benchmark
slow: true
harness: console
harness_config:
type: multi_line
regex:
- "unpend\\s+\\d* ready\\s+\\d* switch\\s+\\d* pend\\s+\\d* tot\\s+\\d* \\(avg\\s+\\d*\\)"
- "fin"