Set integration_platforms on these samples to just native_posix. This should be sufficient to make sure these tests build and run. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
18 lines
434 B
YAML
18 lines
434 B
YAML
sample:
|
|
name: CMSIS_RTOS_V1 Synchronization
|
|
tests:
|
|
sample.portability.cmsis_rtos_v1.timer_synchronization:
|
|
integration_platforms:
|
|
- native_posix
|
|
tags: cmsis_rtos
|
|
min_ram: 32
|
|
min_flash: 34
|
|
harness: console
|
|
harness_config:
|
|
type: multi_line
|
|
ordered: true
|
|
regex:
|
|
- "Wrote to message queue: (.*)"
|
|
- "Read from message queue: (.*)"
|
|
- "Sample execution successful"
|