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
8 changed files with 10 additions and 11 deletions
|
@ -4,7 +4,5 @@ tests:
|
||||||
sample.driver.clock_control_litex:
|
sample.driver.clock_control_litex:
|
||||||
platform_allow: litex_vexriscv
|
platform_allow: litex_vexriscv
|
||||||
tags:
|
tags:
|
||||||
- clock
|
- clock_control
|
||||||
- litex
|
|
||||||
- vexriscv
|
|
||||||
- mmcm
|
- mmcm
|
||||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
||||||
drivers.clock.adsp_clock_control:
|
drivers.clock.adsp_clock_control:
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- clock
|
- clock_control
|
||||||
platform_allow: intel_adsp_cavs25
|
platform_allow: intel_adsp_cavs25
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- intel_adsp_cavs25
|
- intel_adsp_cavs25
|
||||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
||||||
drivers.clock.clock_control_nrf5:
|
drivers.clock.clock_control_nrf5:
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- cloc
|
- clock_control
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf51dk_nrf51422
|
- nrf51dk_nrf51422
|
||||||
- nrf52dk_nrf52832
|
- nrf52dk_nrf52832
|
||||||
|
@ -13,7 +13,7 @@ tests:
|
||||||
drivers.clock.clock_control_nrf5_lfclk_rc:
|
drivers.clock.clock_control_nrf5_lfclk_rc:
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- clock
|
- clock_control
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf51dk_nrf51422
|
- nrf51dk_nrf51422
|
||||||
- nrf52dk_nrf52832
|
- nrf52dk_nrf52832
|
||||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
||||||
drivers.clock.nrf5_clock_calibration:
|
drivers.clock.nrf5_clock_calibration:
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- clock
|
- clock_control
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf51dk_nrf51422
|
- nrf51dk_nrf51422
|
||||||
- nrf52dk_nrf52832
|
- nrf52dk_nrf52832
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- clock
|
- clock_control
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf51dk_nrf51422
|
- nrf51dk_nrf51422
|
||||||
tests:
|
tests:
|
||||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
||||||
drivers.clock.nrf_onoff_and_bt:
|
drivers.clock.nrf_onoff_and_bt:
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- clock
|
- clock_control
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf51dk_nrf51422
|
- nrf51dk_nrf51422
|
||||||
- nrf52dk_nrf52832
|
- nrf52dk_nrf52832
|
||||||
|
|
|
@ -2,7 +2,7 @@ tests:
|
||||||
drivers.clock.clock_control_onoff:
|
drivers.clock.clock_control_onoff:
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- clock
|
- clock_control
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf51dk_nrf51422
|
- nrf51dk_nrf51422
|
||||||
- nrf52dk_nrf52832
|
- nrf52dk_nrf52832
|
||||||
|
|
|
@ -6,7 +6,8 @@
|
||||||
# - add the fixture in map file
|
# - add the fixture in map file
|
||||||
common:
|
common:
|
||||||
timeout: 5
|
timeout: 5
|
||||||
tags: clock-control
|
tags:
|
||||||
|
- clock_control
|
||||||
tests:
|
tests:
|
||||||
drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_48_msi_4:
|
drivers.clock.stm32_clock_configuration.common_core.l4_l5.sysclksrc_pll_48_msi_4:
|
||||||
extra_args:
|
extra_args:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue