zephyr/samples/subsys/rtio/sensor_batch_processing/sample.yaml
Alberto Escolar Piedras 196341c18b samples: Switch integration_platforms from native_posix to native_sim
For all remaining samples which now set their integration platform
as native_posix(_64) switch them to native_sim(_64)

Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
2023-11-20 12:02:48 +01:00

15 lines
353 B
YAML

sample:
name: RTIO sample
tests:
sample.rtio.sensor_batch_processing:
tags: rtio
integration_platforms:
- native_sim
harness: console
harness_config:
type: multi_line
regex:
- "(.*)Submitting (.*) read requests"
- "(.*)Start processing (.*) samples"
- "(.*)Finished processing (.*) samples"