1sample:
2  name: CMSIS_RTOS_V1 Synchronization
3tests:
4  sample.portability.cmsis_rtos_v1.timer_synchronization:
5    platform_key:
6      - arch
7      - simulation
8    integration_platforms:
9      - native_sim
10    tags: cmsis_rtos
11    min_ram: 32
12    min_flash: 34
13    harness: console
14    harness_config:
15      type: multi_line
16      ordered: true
17      regex:
18        - "Wrote to message queue: (.*)"
19        - "Read from message queue: (.*)"
20        - "Sample execution successful"
21