mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-26 07:16:15 +00:00
Remove redundant 'sample' tag and add something that matches the functionality and features being tested, demonstrated. Avoid short abbriviations and using full names for fs. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
15 lines
341 B
YAML
15 lines
341 B
YAML
sample:
|
|
name: Sample for the entropy gathering driver
|
|
tests:
|
|
test:
|
|
tags: crypto
|
|
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}"
|