tests: clock_control: cleanup test tags and unify them
Remove platform specific tags and be consistent. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
153e6d9dc7
commit
d94bdafda6
|
@ -4,7 +4,5 @@ tests:
|
|||
sample.driver.clock_control_litex:
|
||||
platform_allow: litex_vexriscv
|
||||
tags:
|
||||
- clock
|
||||
- litex
|
||||
- vexriscv
|
||||
- clock_control
|
||||
- mmcm
|
||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
|||
drivers.clock.adsp_clock_control:
|
||||
tags:
|
||||
- drivers
|
||||
- clock
|
||||
- clock_control
|
||||
platform_allow: intel_adsp_cavs25
|
||||
integration_platforms:
|
||||
- intel_adsp_cavs25
|
||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
|||
drivers.clock.clock_control_nrf5:
|
||||
tags:
|
||||
- drivers
|
||||
- cloc
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
|
@ -13,7 +13,7 @@ tests:
|
|||
drivers.clock.clock_control_nrf5_lfclk_rc:
|
||||
tags:
|
||||
- drivers
|
||||
- clock
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
|||
drivers.clock.nrf5_clock_calibration:
|
||||
tags:
|
||||
- drivers
|
||||
- clock
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
common:
|
||||
tags:
|
||||
- drivers
|
||||
- clock
|
||||
- clock_control
|
||||
integration_platforms:
|
||||
- nrf51dk_nrf51422
|
||||
tests:
|
||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
|||
drivers.clock.nrf_onoff_and_bt:
|
||||
tags:
|
||||
- drivers
|
||||
- clock
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
|||
drivers.clock.clock_control_onoff:
|
||||
tags:
|
||||
- drivers
|
||||
- clock
|
||||
- clock_control
|
||||
platform_allow:
|
||||
- nrf51dk_nrf51422
|
||||
- nrf52dk_nrf52832
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
# - add the fixture in map file
|
||||
common:
|
||||
timeout: 5
|
||||
tags: clock-control
|
||||
tags:
|
||||
- clock_control
|
||||
tests:
|
||||
drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_48_msi_4:
|
||||
extra_args:
|
||||
|
|
Loading…
Reference in a new issue