zephyr/samples/scheduler/metairq_dispatch/sample.yaml
Anas Nashif f7a6c7d154 samples: clean test identifiers
Use a complete identifier, first two parts are section.subsection, then
at least another part for the specifics being tested.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-05-11 17:00:26 +02:00

20 lines
607 B
YAML

sample:
description: Sample demonstrating dispatch of hardware events from a
MetaIRQ thread
name: MetaIRQ Dispatch
common:
harness: console
harness_config:
type: one_line
regex:
- "MetaIRQ Test Complete"
# Note that native_posix architectures are filtered, they require
# instrumentation (e.g. a k_busy_wait()) inside the worker threads
# "busy" loops in order for the interrupts to fire on time, and the
# sample is designed to demonstrate completely arbitrary CPU work.
tests:
sample.kernel.metairq_dispatch:
tags: introduction
filter: not CONFIG_ARCH_POSIX