zephyr/samples/modules/chre/sample.yaml
Tom Burdick 89695ddaa3 samples: tag chre sample
Tags the chre sample so it may be ignored for platforms that don't want
to build or run this sample.

Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
2023-01-10 18:29:35 -05:00

28 lines
800 B
YAML

sample:
description: A simple echo app using Android's Context Hub Runtime
Environment (CHRE).
name: chre
tests:
sample.modules.chre:
tags: introduction chre
platform_exclude: qemu_leon3
modules:
- chre
harness: console
harness_config:
type: multi_line
ordered: false
regex:
- "Hello CHRE!"
- "I: EventLoop start.*"
- "D: Instance ID 1 assigned to app ID 0x0000000000000001.*"
- "EchoApp::nanoappStart\\(\\)"
- "EchoApp::nanoappHandleEvent\\(sender_instance_id=0, event_type=1,
event_data@\\(nil\\)\\)"
- "Event \\(1\\) complete!"
- "EchoApp::nanoappEnd\\(\\)"
- "I: Exiting EventLoop.*"
integration_platforms:
- native_posix
filter: not CONFIG_MINIMAL_LIBC