Skip to content

Commit 0c1950f

Browse files
Flavio Ceolinnashif
authored andcommitted
tests: Fix drivers tests tag
By convention most tests are using "drivers" and not "driver". Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 5d96fcf commit 0c1950f

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tests:
22
drivers.can:
3-
tags: driver can
3+
tags: drivers can
44
depends_on: can
55
drivers.can.loopback:
6-
tags: driver can
6+
tags: drivers can
77
platform_allow: native_posix native_posix_64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tests:
22
drivers.canfd:
3-
tags: driver can
3+
tags: drivers can
44
depends_on: canfd
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
tests:
22
drivers.can.stm32:
3-
tags: driver can
3+
tags: drivers can
44
depends_on: can
55
filter: dt_compat_enabled("st,stm32-can")
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
tests:
22
drivers.can.timing:
3-
tags: driver can
3+
tags: drivers can
44
depends_on: can
55
drivers.can.timing_loopback:
6-
tags: driver can
6+
tags: drivers can
77
platform_allow: native_posix native_posix_64
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
tests:
22
drivers.entropy:
33
filter: CONFIG_ENTROPY_HAS_DRIVER
4-
tags: driver entropy
4+
tags: drivers entropy
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
tests:
22
drivers.flash.flash_simulator:
33
platform_allow: qemu_x86 native_posix native_posix_64
4-
tags: driver
4+
tags: drivers
55
drivers.flash.flash_simulator.qemu_erase_value_0x00:
66
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
77
platform_allow: qemu_x86
8-
tags: driver
8+
tags: drivers
99
drivers.flash.flash_simulator.posix_erase_value_0x00:
1010
extra_args: DTC_OVERLAY_FILE=boards/native_posix_ev_0x00.overlay
1111
platform_allow: native_posix
12-
tags: driver
12+
tags: drivers
1313
drivers.flash.flash_simulator.posix_64_erase_value_0x00:
1414
extra_args: DTC_OVERLAY_FILE=boards/native_posix_64_ev_0x00.overlay
1515
platform_allow: native_posix_64
16-
tags: driver
16+
tags: drivers
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
tests:
22
drivers.hwinfo.api:
3-
tags: driver
3+
tags: drivers

0 commit comments

Comments
 (0)