zephyr/samples/posix/eventfd/sample.yaml

26 lines
621 B
YAML
Raw Normal View History

sample:
description: Extended POSIX (Linux) API eventfd() example
name: eventfd
common:
filter: TOOLCHAIN_HAS_NEWLIB == 1
tags: posix
platform_exclude: m2gl025_miv intel_adsp_cavs15
integration_platforms:
- mps2_an385
tests:
sample.posix.eventfd:
tags: posix
harness: console
harness_config:
type: multi_line
ordered: true
regex:
- "Writing 1 to efd"
- "Writing 2 to efd"
- "Writing 3 to efd"
- "Writing 4 to efd"
- "Completed write loop"
- "About to read"
- "Read 10 \\(0xa\\) from efd"
- "Finished"