tests: remove subsys prefix from test identifier

No need for subsys, the subsystem is expected to be the first component
of the identifier.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-03-17 11:12:19 -04:00
commit 97af0c8c33
12 changed files with 16 additions and 17 deletions

View file

@ -1,5 +1,5 @@
tests: tests:
subsys.canbus.isotp.conformance: canbus.isotp.conformance:
tags: can isotp tags: can isotp
depends_on: can depends_on: can
filter: dt_chosen_enabled("zephyr,canbus") filter: dt_chosen_enabled("zephyr,canbus")

View file

@ -1,5 +1,5 @@
tests: tests:
subsys.canbus.isotp.implementation: canbus.isotp.implementation:
tags: can isotp tags: can isotp
depends_on: can depends_on: can
filter: dt_chosen_enabled("zephyr,canbus") filter: dt_chosen_enabled("zephyr,canbus")

View file

@ -1,16 +1,16 @@
tests: tests:
subsys.logging.log_backend_fs.automounted: logging.log_backend_fs.automounted:
platform_allow: native_posix native_posix_64 nrf52840dk_nrf52840 platform_allow: native_posix native_posix_64 nrf52840dk_nrf52840
tags: logging backend filesystem fs tags: logging backend filesystem fs
subsys.logging.log_backend_fs.manualmounted.native_posix: logging.log_backend_fs.manualmounted.native_posix:
platform_allow: native_posix platform_allow: native_posix
tags: logging backend filesystem fs tags: logging backend filesystem fs
extra_args: DTC_OVERLAY_FILE="./boards/native_posix.overlay;./boards/automount.overlay" extra_args: DTC_OVERLAY_FILE="./boards/native_posix.overlay;./boards/automount.overlay"
subsys.logging.log_backend_fs.manualmounted.native_posix_64: logging.log_backend_fs.manualmounted.native_posix_64:
platform_allow: native_posix_64 platform_allow: native_posix_64
tags: logging backend filesystem fs tags: logging backend filesystem fs
extra_args: DTC_OVERLAY_FILE="./boards/native_posix_64.overlay;./boards/automount.overlay" extra_args: DTC_OVERLAY_FILE="./boards/native_posix_64.overlay;./boards/automount.overlay"
subsys.logging.log_backend_fs.manualmounted.nrf5840dk: logging.log_backend_fs.manualmounted.nrf5840dk:
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
tags: logging backend filesystem fs tags: logging backend filesystem fs
extra_args: DTC_OVERLAY_FILE="./boards/nrf52840dk_nrf52840.overlay;./boards/automount.overlay" extra_args: DTC_OVERLAY_FILE="./boards/nrf52840dk_nrf52840.overlay;./boards/automount.overlay"

View file

@ -1,5 +1,5 @@
tests: tests:
subsys.modbus.rtu: modbus.rtu:
tags: modbus tags: modbus
platform_allow: frdm_k64f platform_allow: frdm_k64f
harness_config: harness_config:
@ -7,7 +7,7 @@ tests:
# UART3(PTC16)-RX <-> UART2(PTD3)-TX # UART3(PTC16)-RX <-> UART2(PTD3)-TX
# UART3(PTC17)-TX <-> UART2(PTD2)-RX # UART3(PTC17)-TX <-> UART2(PTD2)-RX
fixture: uart_loopback fixture: uart_loopback
subsys.modbus.rtu.build_only: modbus.rtu.build_only:
build_only: true build_only: true
tags: modbus tags: modbus
filter: CONFIG_UART_CONSOLE and CONFIG_UART_INTERRUPT_DRIVEN filter: CONFIG_UART_CONSOLE and CONFIG_UART_INTERRUPT_DRIVEN

View file

@ -1,4 +1,4 @@
tests: tests:
subsys.pm.device_power_domains: pm.power_domain.device:
tags: pm tags: pm
platform_allow: qemu_cortex_m3 platform_allow: qemu_cortex_m3

View file

@ -1,3 +1,3 @@
tests: tests:
subsys.pm.device_runtime_api: pm.device_runtime.api:
tags: pm tags: pm

View file

@ -5,7 +5,6 @@ common:
tags: pm tags: pm
platform_allow: native_posix native_posix_64 platform_allow: native_posix native_posix_64
tests: tests:
subsys.pm.policy_api_default: {} pm.policy.api.app:
subsys.pm.policy_api_custom:
extra_configs: extra_configs:
- CONFIG_PM_POLICY_CUSTOM=y - CONFIG_PM_POLICY_CUSTOM=y

View file

@ -1,4 +1,4 @@
tests: tests:
subsys.pm.power_domain: pm.power_domain:
platform_allow: native_posix platform_allow: native_posix
tags: pm tags: pm

View file

@ -1,4 +1,4 @@
tests: tests:
subsys.pm.system: pm.system:
platform_allow: native_posix platform_allow: native_posix
tags: pm tags: pm

View file

@ -1,4 +1,4 @@
tests: tests:
subsys.pm.multicore: pm.multicore:
platform_allow: qemu_x86_64 platform_allow: qemu_x86_64
tags: pm tags: pm

View file

@ -1,5 +1,5 @@
tests: tests:
subsys.pm.pm_soc: pm.soc:
platform_allow: cc26x2r1_launchxl cc1352r1_launchxl mec15xxevb_assy6853 mec1501modular_assy6885 platform_allow: cc26x2r1_launchxl cc1352r1_launchxl mec15xxevb_assy6853 mec1501modular_assy6885
nucleo_wb55rg nucleo_l476rg twr_ke18f nucleo_wb55rg nucleo_l476rg twr_ke18f
tags: pm tags: pm

View file

@ -1,4 +1,4 @@
tests: tests:
pm-states-api.dts: pm.states.api.dts:
tags: pm tags: pm
platform_allow: native_posix platform_allow: native_posix