1sample:
2  description: A simple echo app using Android's Context Hub Runtime Environment (CHRE).
3  name: chre
4tests:
5  sample.modules.chre:
6    tags:
7      - introduction
8      - chre
9    platform_exclude: qemu_leon3
10    modules:
11      - chre
12    harness: console
13    harness_config:
14      type: multi_line
15      ordered: false
16      regex:
17        - "Hello CHRE!"
18        - "I: EventLoop start.*"
19        - "D: Instance ID 1 assigned to app ID 0x0000000000000001.*"
20        - "EchoApp::nanoappStart\\(\\)"
21        - "EchoApp::nanoappHandleEvent\\(sender_instance_id=0, event_type=1, event_data@(\\\
22        (nil\\))|0\\)"
23        - "Event \\(1\\) complete!"
24        - "EchoApp::nanoappEnd\\(\\)"
25        - "I: Exiting EventLoop.*"
26    integration_platforms:
27      - native_sim
28    filter: CONFIG_FULL_LIBC_SUPPORTED
29