zephyr/samples/drivers/entropy/sample.yaml
Alberto Escolar Piedras d118b6470e samples: drivers/entropy fixes
* .yaml: added expression for test
* README: Eeach second 9 bytes are generated not 10

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2018-02-23 07:34:07 -05:00

15 lines
342 B
YAML

sample:
name: Sample for the entropy gathering driver
tests:
test:
tags: samples
filter: CONFIG_ENTROPY_HAS_DRIVER
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Entropy Example! (.*)"
- "entropy device is (.*), name is (.*)"
- "( 0x([0-9a-f]){2}){9}"