zephyr/samples/modules/chre/sample.yaml
Gerard Marull-Paretas 93b63df762 samples, tests: convert string-based twister lists to YAML lists
Twister now supports using YAML lists for all fields that were written
as space-separated lists. Used twister_to_list.py script. Some artifacts
on string length are due to how ruamel dumps content.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-10 09:52:37 +02:00

29 lines
819 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\\))|0\\)"
- "Event \\(1\\) complete!"
- "EchoApp::nanoappEnd\\(\\)"
- "I: Exiting EventLoop.*"
integration_platforms:
- native_posix
filter: CONFIG_FULL_LIBC_SUPPORTED