zephyr/samples/drivers/w1/scanner/sample.yaml

26 lines
660 B
YAML

sample:
name: 1-Wire scanner sample
common:
harness: console
tests:
sample.drivers.w1.scanner.ds2484:
depends_on: arduino_i2c
extra_args: DTC_OVERLAY_FILE=ds2484.overlay
platform_allow: nrf52840dk_nrf52840
harness_config:
type: one_line
regex:
- "Number of devices found on bus: .*"
fixture: w1_scanner_ds2484
sample.drivers.w1.scanner.w1_serial:
depends_on: arduino_serial
extra_args: DTC_OVERLAY_FILE=w1_serial.overlay
platform_allow: nrf52840dk_nrf52840
harness_config:
type: one_line
regex:
- "Number of devices found on bus: .*"
fixture: w1_scanner_w1_serial