1sample:
2  name: DS18B20 Temperature Sensor sample
3common:
4  harness: console
5  tags: sensors
6tests:
7  sample.sensor.ds18b20.w1_serial:
8    platform_allow:
9      - nucleo_g0b1re
10      - nrf52840dk_nrf52840
11    integration_platforms:
12      - nucleo_g0b1re
13      - nrf52840dk_nrf52840
14    harness_config:
15      type: one_line
16      regex:
17        - "Temp: (.*)"
18      fixture: fixture_w1_serial_ds18b20
19  sample.sensor.ds18b20.w1_arduino_serial:
20    platform_allow: nucleo_g071rb
21    depends_on: arduino_serial
22    integration_platforms:
23      - nucleo_g071rb
24    extra_args: "DTC_OVERLAY_FILE=arduino_serial.overlay"
25    harness_config:
26      type: one_line
27      regex:
28        - "Temp: (.*)"
29      fixture: fixture_w1_arduino_serial_ds18b20
30