1sample:
2  description: Sample demonstrating dispatch of hardware events from a
3    MetaIRQ thread
4  name: MetaIRQ Dispatch
5common:
6  tags:
7    - kernel
8  integration_platforms:
9    - mps2_an385
10    - qemu_x86
11  harness: console
12  harness_config:
13    type: one_line
14    regex:
15      - "MetaIRQ Test Complete"
16
17# Note that native_posix architectures are filtered, they require
18# instrumentation (e.g. a k_busy_wait()) inside the worker threads
19# "busy" loops in order for the interrupts to fire on time, and the
20# sample is designed to demonstrate completely arbitrary CPU work.
21tests:
22  sample.kernel.metairq_dispatch:
23    arch_exclude:
24      - posix
25