zephyr/samples/sensor/ds18b20/sample.yaml
Fabio Baltieri 792469aae9 yamllint: indentation: fix files in samples/
Fix the YAML files indentation for files in samples/.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-04 14:23:53 +01:00

28 lines
725 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