mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-10 11:25:21 +00:00
The last regex in the yaml file did not match when executing the test on an embedded target. The expected two spaces are not present at the beginning of the line. Fixes #23919 Signed-off-by: Christian Taedcke <christian.taedcke@lemonbeat.com>
15 lines
369 B
YAML
15 lines
369 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 (.*)"
|
|
- "(\\s*0x([0-9a-f]){2}){9}"
|