zephyr/samples/drivers/entropy/sample.yaml
Flavio Ceolin d337f3bab3 tests: tags: Add entropy and random tags
Add these new two tags to tests that exercise these features.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2020-01-28 09:37:51 -05:00

15 lines
367 B
YAML

sample:
name: Sample for the entropy gathering driver
tests:
sample.drivers.entropy:
tags: crypto entropy
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}"