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:
parent
86f075a962
commit
97af0c8c33
12 changed files with 16 additions and 17 deletions
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
subsys.canbus.isotp.conformance:
|
||||
canbus.isotp.conformance:
|
||||
tags: can isotp
|
||||
depends_on: can
|
||||
filter: dt_chosen_enabled("zephyr,canbus")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
subsys.canbus.isotp.implementation:
|
||||
canbus.isotp.implementation:
|
||||
tags: can isotp
|
||||
depends_on: can
|
||||
filter: dt_chosen_enabled("zephyr,canbus")
|
||||
|
|
|
@ -1,16 +1,16 @@
|
|||
tests:
|
||||
subsys.logging.log_backend_fs.automounted:
|
||||
logging.log_backend_fs.automounted:
|
||||
platform_allow: native_posix native_posix_64 nrf52840dk_nrf52840
|
||||
tags: logging backend filesystem fs
|
||||
subsys.logging.log_backend_fs.manualmounted.native_posix:
|
||||
logging.log_backend_fs.manualmounted.native_posix:
|
||||
platform_allow: native_posix
|
||||
tags: logging backend filesystem fs
|
||||
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
|
||||
tags: logging backend filesystem fs
|
||||
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
|
||||
tags: logging backend filesystem fs
|
||||
extra_args: DTC_OVERLAY_FILE="./boards/nrf52840dk_nrf52840.overlay;./boards/automount.overlay"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
subsys.modbus.rtu:
|
||||
modbus.rtu:
|
||||
tags: modbus
|
||||
platform_allow: frdm_k64f
|
||||
harness_config:
|
||||
|
@ -7,7 +7,7 @@ tests:
|
|||
# UART3(PTC16)-RX <-> UART2(PTD3)-TX
|
||||
# UART3(PTC17)-TX <-> UART2(PTD2)-RX
|
||||
fixture: uart_loopback
|
||||
subsys.modbus.rtu.build_only:
|
||||
modbus.rtu.build_only:
|
||||
build_only: true
|
||||
tags: modbus
|
||||
filter: CONFIG_UART_CONSOLE and CONFIG_UART_INTERRUPT_DRIVEN
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
subsys.pm.device_power_domains:
|
||||
pm.power_domain.device:
|
||||
tags: pm
|
||||
platform_allow: qemu_cortex_m3
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
tests:
|
||||
subsys.pm.device_runtime_api:
|
||||
pm.device_runtime.api:
|
||||
tags: pm
|
||||
|
|
|
@ -5,7 +5,6 @@ common:
|
|||
tags: pm
|
||||
platform_allow: native_posix native_posix_64
|
||||
tests:
|
||||
subsys.pm.policy_api_default: {}
|
||||
subsys.pm.policy_api_custom:
|
||||
pm.policy.api.app:
|
||||
extra_configs:
|
||||
- CONFIG_PM_POLICY_CUSTOM=y
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
subsys.pm.power_domain:
|
||||
pm.power_domain:
|
||||
platform_allow: native_posix
|
||||
tags: pm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
subsys.pm.system:
|
||||
pm.system:
|
||||
platform_allow: native_posix
|
||||
tags: pm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
subsys.pm.multicore:
|
||||
pm.multicore:
|
||||
platform_allow: qemu_x86_64
|
||||
tags: pm
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
tests:
|
||||
subsys.pm.pm_soc:
|
||||
pm.soc:
|
||||
platform_allow: cc26x2r1_launchxl cc1352r1_launchxl mec15xxevb_assy6853 mec1501modular_assy6885
|
||||
nucleo_wb55rg nucleo_l476rg twr_ke18f
|
||||
tags: pm
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
tests:
|
||||
pm-states-api.dts:
|
||||
pm.states.api.dts:
|
||||
tags: pm
|
||||
platform_allow: native_posix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue