tests: adc: cleanup test tags

Remove platform specific tags and be consistent.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-11-09 12:25:32 -05:00
commit 093f9a9df2
4 changed files with 4 additions and 27 deletions

View file

@ -3,7 +3,7 @@ sample:
tests: tests:
sample.boards.stm32.power_mgmt.adc: sample.boards.stm32.power_mgmt.adc:
tags: tags:
- ADC - adc
- power - power
harness: console harness: console
harness_config: harness_config:

View file

@ -2,7 +2,8 @@ sample:
name: ADC driver sample name: ADC driver sample
tests: tests:
sample.drivers.adc: sample.drivers.adc:
tags: ADC tags:
- adc
depends_on: adc depends_on: adc
platform_allow: platform_allow:
- nucleo_l073rz - nucleo_l073rz

View file

@ -10,8 +10,7 @@ tests:
- nrf52dk_nrf52832 - nrf52dk_nrf52832
tags: tags:
- flash - flash
- nrf52 - drivers
- nrf9160
harness: console harness: console
harness_config: harness_config:
fixture: external_flash fixture: external_flash

View file

@ -9,53 +9,30 @@ tests:
platform_allow: platform_allow:
- native_posix - native_posix
- native_posix_64 - native_posix_64
tags:
- adc_mcp302x
- adc_lmp90xxx
- adc_ads1x1x
- adc_ads1119
- adc_ads1112
- adc_ads114s08
- adc_emul
- adc_max1125x
- adc_ltc2451
extra_args: "CONFIG_GPIO=y" extra_args: "CONFIG_GPIO=y"
drivers.adc.cc32xx.build: drivers.adc.cc32xx.build:
platform_allow: cc3220sf_launchxl platform_allow: cc3220sf_launchxl
tags: adc_cc32xx
drivers.adc.ite.it8xxx2.build: drivers.adc.ite.it8xxx2.build:
platform_allow: it8xxx2_evb platform_allow: it8xxx2_evb
tags: adc_ite_it8xxx2
drivers.adc.mcux.adc12.build: drivers.adc.mcux.adc12.build:
platform_allow: twr_ke18f platform_allow: twr_ke18f
tags: adc_mcux_adc12
drivers.adc.mcux.adc16.build: drivers.adc.mcux.adc16.build:
platform_allow: frdm_k22f platform_allow: frdm_k22f
tags: adc_mcux_adc16
drivers.adc.mcux.lpadc.build: drivers.adc.mcux.lpadc.build:
platform_allow: lpcxpresso55s28 platform_allow: lpcxpresso55s28
tags: adc_mcux_lpadc
drivers.adc.npcx.build: drivers.adc.npcx.build:
platform_allow: npcx7m6fb_evb platform_allow: npcx7m6fb_evb
tags: adc_npcx
drivers.adc.nrf.build: drivers.adc.nrf.build:
platform_allow: nrf51dk_nrf51422 platform_allow: nrf51dk_nrf51422
tags: adc_nrfx_adc
drivers.adc.nrf.saadc.build: drivers.adc.nrf.saadc.build:
platform_allow: nrf21540dk_nrf52840 platform_allow: nrf21540dk_nrf52840
tags: adc_nrfx_saadc
drivers.adc.sam0.build: drivers.adc.sam0.build:
platform_allow: atsame54_xpro platform_allow: atsame54_xpro
tags: adc_sam0
drivers.adc.sam.afec.build: drivers.adc.sam.afec.build:
platform_allow: sam_e70_xplained platform_allow: sam_e70_xplained
tags: adc_sam_afec
drivers.adc.stm32.build: drivers.adc.stm32.build:
platform_allow: disco_l475_iot1 platform_allow: disco_l475_iot1
tags: adc_stm32
drivers.adc.xec.build: drivers.adc.xec.build:
platform_allow: mec15xxevb_assy6853 platform_allow: mec15xxevb_assy6853
tags: adc_xec
drivers.adc.test.build: drivers.adc.test.build:
platform_allow: qemu_cortex_m3 platform_allow: qemu_cortex_m3
tags: adc_test