Skip to content

Commit 03cfd0b

Browse files
mniestrojkartben
authored andcommitted
samples: drivers: w1: s/samples/sample/ in sample.yaml
Use 'sample.' in the sample definition, in order to follow Zephyr convention. Signed-off-by: Marcin Niestroj <[email protected]>
1 parent e40a11e commit 03cfd0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/drivers/w1/scanner/sample.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ tests:
2727
regex:
2828
- "Number of devices found on bus: .*"
2929
fixture: w1_scanner_ds2484
30-
samples.drivers.w1.scanner.ds2485:
30+
sample.drivers.w1.scanner.ds2485:
3131
depends_on: arduino_i2c
3232
extra_args: DTC_OVERLAY_FILE=ds2485.overlay
3333
platform_allow:
@@ -38,7 +38,7 @@ tests:
3838
regex:
3939
- "Number of devices found on bus: .*"
4040
fixture: w1_scanner_ds2485
41-
samples.drivers.w1.scanner.w1_serial:
41+
sample.drivers.w1.scanner.w1_serial:
4242
depends_on:
4343
- arduino_serial
4444
extra_args: DTC_OVERLAY_FILE=w1_serial.overlay

0 commit comments

Comments
 (0)