zephyr/samples/sensor/ds18b20/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

30 lines
741 B
YAML

sample:
name: DS18B20 Temperature Sensor sample
common:
harness: console
tags: sensors
tests:
sample.sensor.ds18b20.w1_serial:
platform_allow:
- nucleo_g0b1re
- nrf52840dk_nrf52840
integration_platforms:
- nucleo_g0b1re
- nrf52840dk_nrf52840
harness_config:
type: one_line
regex:
- "Temp: (.*)"
fixture: fixture_w1_serial_ds18b20
sample.sensor.ds18b20.w1_arduino_serial:
platform_allow: nucleo_g071rb
depends_on: arduino_serial
integration_platforms:
- nucleo_g071rb
extra_args: "DTC_OVERLAY_FILE=arduino_serial.overlay"
harness_config:
type: one_line
regex:
- "Temp: (.*)"
fixture: fixture_w1_arduino_serial_ds18b20