1sample: 2 name: 1-Wire scanner sample 3 4common: 5 harness: console 6 7tests: 8 sample.drivers.w1.scanner.ds2482-800: 9 depends_on: arduino_i2c 10 extra_args: DTC_OVERLAY_FILE=ds2482-800.overlay 11 platform_allow: nrf52840dk_nrf52840 12 harness_config: 13 type: one_line 14 regex: 15 - "Number of devices found on bus: .*" 16 fixture: w1_scanner_ds2482_800 17 sample.drivers.w1.scanner.ds2484: 18 depends_on: arduino_i2c 19 extra_args: DTC_OVERLAY_FILE=ds2484.overlay 20 platform_allow: 21 - nrf52840dk_nrf52840 22 - nucleo_g0b1re 23 harness_config: 24 type: one_line 25 regex: 26 - "Number of devices found on bus: .*" 27 fixture: w1_scanner_ds2484 28 samples.drivers.w1.scanner.ds2485: 29 depends_on: arduino_i2c 30 extra_args: DTC_OVERLAY_FILE=ds2485.overlay 31 platform_allow: 32 - nrf52840dk_nrf52840 33 - nucleo_g0b1re 34 harness_config: 35 type: one_line 36 regex: 37 - "Number of devices found on bus: .*" 38 fixture: w1_scanner_ds2485 39 samples.drivers.w1.scanner.w1_serial: 40 depends_on: 41 - arduino_serial 42 extra_args: DTC_OVERLAY_FILE=w1_serial.overlay 43 platform_allow: 44 - nrf52840dk_nrf52840 45 - nucleo_g0b1re 46 harness_config: 47 type: one_line 48 regex: 49 - "Number of devices found on bus: .*" 50 fixture: w1_scanner_w1_serial 51