tests: Fix drivers tests tag
By convention most tests are using "drivers" and not "driver". Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
This commit is contained in:
parent
5d96fcf68e
commit
0c1950f7b0
7 changed files with 12 additions and 12 deletions
|
@ -1,7 +1,7 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.can:
|
drivers.can:
|
||||||
tags: driver can
|
tags: drivers can
|
||||||
depends_on: can
|
depends_on: can
|
||||||
drivers.can.loopback:
|
drivers.can.loopback:
|
||||||
tags: driver can
|
tags: drivers can
|
||||||
platform_allow: native_posix native_posix_64
|
platform_allow: native_posix native_posix_64
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.canfd:
|
drivers.canfd:
|
||||||
tags: driver can
|
tags: drivers can
|
||||||
depends_on: canfd
|
depends_on: canfd
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.can.stm32:
|
drivers.can.stm32:
|
||||||
tags: driver can
|
tags: drivers can
|
||||||
depends_on: can
|
depends_on: can
|
||||||
filter: dt_compat_enabled("st,stm32-can")
|
filter: dt_compat_enabled("st,stm32-can")
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.can.timing:
|
drivers.can.timing:
|
||||||
tags: driver can
|
tags: drivers can
|
||||||
depends_on: can
|
depends_on: can
|
||||||
drivers.can.timing_loopback:
|
drivers.can.timing_loopback:
|
||||||
tags: driver can
|
tags: drivers can
|
||||||
platform_allow: native_posix native_posix_64
|
platform_allow: native_posix native_posix_64
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.entropy:
|
drivers.entropy:
|
||||||
filter: CONFIG_ENTROPY_HAS_DRIVER
|
filter: CONFIG_ENTROPY_HAS_DRIVER
|
||||||
tags: driver entropy
|
tags: drivers entropy
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.flash.flash_simulator:
|
drivers.flash.flash_simulator:
|
||||||
platform_allow: qemu_x86 native_posix native_posix_64
|
platform_allow: qemu_x86 native_posix native_posix_64
|
||||||
tags: driver
|
tags: drivers
|
||||||
drivers.flash.flash_simulator.qemu_erase_value_0x00:
|
drivers.flash.flash_simulator.qemu_erase_value_0x00:
|
||||||
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
|
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
|
||||||
platform_allow: qemu_x86
|
platform_allow: qemu_x86
|
||||||
tags: driver
|
tags: drivers
|
||||||
drivers.flash.flash_simulator.posix_erase_value_0x00:
|
drivers.flash.flash_simulator.posix_erase_value_0x00:
|
||||||
extra_args: DTC_OVERLAY_FILE=boards/native_posix_ev_0x00.overlay
|
extra_args: DTC_OVERLAY_FILE=boards/native_posix_ev_0x00.overlay
|
||||||
platform_allow: native_posix
|
platform_allow: native_posix
|
||||||
tags: driver
|
tags: drivers
|
||||||
drivers.flash.flash_simulator.posix_64_erase_value_0x00:
|
drivers.flash.flash_simulator.posix_64_erase_value_0x00:
|
||||||
extra_args: DTC_OVERLAY_FILE=boards/native_posix_64_ev_0x00.overlay
|
extra_args: DTC_OVERLAY_FILE=boards/native_posix_64_ev_0x00.overlay
|
||||||
platform_allow: native_posix_64
|
platform_allow: native_posix_64
|
||||||
tags: driver
|
tags: drivers
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.hwinfo.api:
|
drivers.hwinfo.api:
|
||||||
tags: driver
|
tags: drivers
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue