samples: Rename 'samples' to 'sample'

Samples testcases should start with 'sample'. Some testcases
start with 'samples'.
This commit rename these testcases.

Signed-off-by: Katarzyna Giadla <katarzyna.giadla@nordicsemi.no>
This commit is contained in:
Katarzyna Giadla 2022-08-29 09:47:43 +02:00 committed by Anas Nashif
parent a84531f4fd
commit 52fe06495d
1 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ common:
harness: console
tests:
samples.drivers.w1.scanner.ds2484:
sample.drivers.w1.scanner.ds2484:
depends_on: arduino_i2c
extra_args: DTC_OVERLAY_FILE=ds2484.overlay
platform_allow: nrf52840dk_nrf52840
@ -14,7 +14,7 @@ tests:
regex:
- "Number of devices found on bus: .*"
fixture: w1_scanner_ds2484
samples.drivers.w1.scanner.w1_serial:
sample.drivers.w1.scanner.w1_serial:
depends_on: arduino_serial
extra_args: DTC_OVERLAY_FILE=w1_serial.overlay
platform_allow: nrf52840dk_nrf52840