tests/samples: fix some missing tags

Many driver samples or tests only had 'drivers' as the tag, without a
tag indicating what driver that is exactly, so add some missing tags.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2022-11-13 23:38:13 +00:00
commit 67e8d03280
33 changed files with 39 additions and 67 deletions

View file

@ -2,7 +2,7 @@ sample:
name: Counter RTC Driver Sample name: Counter RTC Driver Sample
tests: tests:
sample.drivers.counter.alarm: sample.drivers.counter.alarm:
tags: drivers tags: drivers counter
harness: console harness: console
platform_allow: nucleo_f746zg nrf51dk_nrf51422 nrf52dk_nrf52832 platform_allow: nucleo_f746zg nrf51dk_nrf51422 nrf52dk_nrf52832
nrf52840dk_nrf52840 nrf9160dk_nrf9160 atsamd20_xpro nrf52840dk_nrf52840 nrf9160dk_nrf9160 atsamd20_xpro

View file

@ -2,7 +2,7 @@ sample:
name: Demo for Fujitsu MB85RC256V FRAM (I2C) name: Demo for Fujitsu MB85RC256V FRAM (I2C)
tests: tests:
sample.drivers.i2c.fujitsu_fram: sample.drivers.i2c.fujitsu_fram:
tags: drivers tags: drivers i2c
depends_on: i2c depends_on: i2c
filter: dt_nodelabel_enabled("i2c0") filter: dt_nodelabel_enabled("i2c0")
harness: console harness: console

View file

@ -2,7 +2,7 @@ sample:
name: KSCAN driver sample name: KSCAN driver sample
tests: tests:
sample.drivers.kscan: sample.drivers.kscan:
tags: drivers tags: drivers kscan
harness: console harness: console
harness_config: harness_config:
type: multi_line type: multi_line

View file

@ -2,7 +2,7 @@ sample:
name: KSCAN touch driver api sample name: KSCAN touch driver api sample
tests: tests:
sample.drivers.kscan_touch: sample.drivers.kscan_touch:
tags: drivers tags: drivers kscan_touch
harness: console harness: console
harness_config: harness_config:
type: multi_line type: multi_line

View file

@ -2,7 +2,7 @@ sample:
name: FT800 display sample name: FT800 display sample
tests: tests:
sample.display.ft800: sample.display.ft800:
tags: drivers tags: drivers display
depends_on: spi depends_on: spi
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
extra_args: SHIELD=ftdi_vm800c extra_args: SHIELD=ftdi_vm800c

View file

@ -2,7 +2,7 @@ sample:
name: Grove LCD Sample name: Grove LCD Sample
tests: tests:
sample.drivers.misc.grove_display: sample.drivers.misc.grove_display:
tags: drivers tags: drivers display
harness: grove harness: grove
depends_on: i2c depends_on: i2c
filter: dt_compat_enabled("seeed,grove-lcd-rgb") filter: dt_compat_enabled("seeed,grove-lcd-rgb")

View file

@ -6,7 +6,7 @@ tests:
# but HW setup is not documented, hence qualifying as unsupported. # but HW setup is not documented, hence qualifying as unsupported.
platform_exclude: mec15xxevb_assy6853 platform_exclude: mec15xxevb_assy6853
filter: dt_alias_exists("peci-0") filter: dt_alias_exists("peci-0")
tags: drivers tags: drivers peci
harness: console harness: console
harness_config: harness_config:
type: multi_line type: multi_line

View file

@ -2,7 +2,7 @@ sample:
name: PS2 driver sample name: PS2 driver sample
tests: tests:
sample.drivers.espi.ps2: sample.drivers.espi.ps2:
tags: drivers tags: drivers ps2
harness: console harness: console
harness_config: harness_config:
type: multi_line type: multi_line

View file

@ -5,7 +5,7 @@ common:
platform_allow: npcx9m6f_evb platform_allow: npcx9m6f_evb
integration_platforms: integration_platforms:
- npcx9m6f_evb - npcx9m6f_evb
tags: drivers tags: drivers adc
tests: tests:
sample.sensor.adc_cmp: sample.sensor.adc_cmp:
harness: console harness: console

View file

@ -5,7 +5,7 @@ common:
platform_allow: twr_ke18f mimxrt1170_evk_cm7 mimxrt1170_evk_cm4 platform_allow: twr_ke18f mimxrt1170_evk_cm7 mimxrt1170_evk_cm4
integration_platforms: integration_platforms:
- twr_ke18f - twr_ke18f
tags: drivers tags: drivers sensor
tests: tests:
sample.sensor.mcux_acmp: sample.sensor.mcux_acmp:
harness: console harness: console

View file

@ -1,6 +1,6 @@
common: common:
build_only: true build_only: true
tags: drivers tags: drivers counter
tests: tests:
drivers.counter.build.xlnx: drivers.counter.build.xlnx:
platform_allow: arty_a7_arm_designstart_m1 platform_allow: arty_a7_arm_designstart_m1

View file

@ -1,6 +1,6 @@
common: common:
build_only: true build_only: true
tags: drivers tags: drivers eeprom
tests: tests:
drivers.eeprom.build: drivers.eeprom.build:
min_ram: 32 min_ram: 32

View file

@ -1,6 +1,6 @@
common: common:
build_only: true build_only: true
tags: drivers tags: drivers ethernet
tests: tests:
net.ethernet.build: net.ethernet.build:
min_flash: 42 min_flash: 42

View file

@ -1,6 +1,6 @@
common: common:
build_only: true build_only: true
tags: drivers tags: drivers gpio
tests: tests:
drivers.gpio.build: drivers.gpio.build:
min_ram: 32 min_ram: 32

View file

@ -2,4 +2,4 @@ tests:
drivers.led.build: drivers.led.build:
build_only: true build_only: true
min_ram: 32 min_ram: 32
tags: drivers tags: drivers led

View file

@ -2,5 +2,5 @@ tests:
drivers.led_strip.build: drivers.led_strip.build:
build_only: true build_only: true
min_ram: 32 min_ram: 32
tags: drivers tags: drivers led_strip
depends_on: gpio spi depends_on: gpio spi

View file

@ -1,4 +1,4 @@
tests: tests:
drivers.clock.cavs_clock_control: drivers.clock.cavs_clock_control:
tags: drivers tags: drivers clock
platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25 platform_allow: intel_adsp_cavs15 intel_adsp_cavs18 intel_adsp_cavs20 intel_adsp_cavs25

View file

@ -1,9 +1,9 @@
tests: tests:
drivers.clock.clock_control_nrf5: drivers.clock.clock_control_nrf5:
tags: drivers tags: drivers cloc
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf9160dk_nrf9160 nrf9160dk_nrf9160
drivers.clock.clock_control_nrf5_lfclk_rc: drivers.clock.clock_control_nrf5_lfclk_rc:
tags: drivers tags: drivers clock
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
extra_args: CONF_FILE="nrf_lfclk_rc.conf" extra_args: CONF_FILE="nrf_lfclk_rc.conf"

View file

@ -1,4 +1,4 @@
tests: tests:
drivers.clock.nrf5_clock_calibration: drivers.clock.nrf5_clock_calibration:
tags: drivers tags: drivers clock
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840

View file

@ -1,6 +1,7 @@
common:
tags: drivers clock
tests: tests:
drivers.clock.nrf_lf_clock_start_xtal_stable: drivers.clock.nrf_lf_clock_start_xtal_stable:
tags: drivers
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf9160dk_nrf9160 nrf5340dk_nrf5340_cpuapp nrf9160dk_nrf9160 nrf5340dk_nrf5340_cpuapp
nrf5340dk_nrf5340_cpunet nrf5340dk_nrf5340_cpunet
@ -9,7 +10,6 @@ tests:
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
drivers.clock.nrf_lf_clock_start_xtal_available: drivers.clock.nrf_lf_clock_start_xtal_available:
tags: drivers
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf9160dk_nrf9160 nrf5340dk_nrf5340_cpuapp nrf9160dk_nrf9160 nrf5340dk_nrf5340_cpuapp
nrf5340dk_nrf5340_cpunet nrf5340dk_nrf5340_cpunet
@ -18,7 +18,6 @@ tests:
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
drivers.clock.nrf_lf_clock_start_xtal_no_wait: drivers.clock.nrf_lf_clock_start_xtal_no_wait:
tags: drivers
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf9160dk_nrf9160 nrf5340dk_nrf5340_cpuapp nrf9160dk_nrf9160 nrf5340dk_nrf5340_cpuapp
nrf5340dk_nrf5340_cpunet nrf5340dk_nrf5340_cpunet
@ -27,7 +26,6 @@ tests:
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_XTAL=y
drivers.clock.nrf_lf_clock_start_rc_stable: drivers.clock.nrf_lf_clock_start_rc_stable:
tags: drivers
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet
extra_configs: extra_configs:
@ -35,7 +33,6 @@ tests:
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
drivers.clock.nrf_lf_clock_start_rc_available: drivers.clock.nrf_lf_clock_start_rc_available:
tags: drivers
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet
extra_configs: extra_configs:
@ -43,7 +40,6 @@ tests:
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
drivers.clock.nrf_lf_clock_start_rc_no_wait: drivers.clock.nrf_lf_clock_start_rc_no_wait:
tags: drivers
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet
extra_configs: extra_configs:
@ -51,7 +47,6 @@ tests:
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_RC=y
drivers.clock.nrf_lf_clock_start_synth_stable: drivers.clock.nrf_lf_clock_start_synth_stable:
tags: drivers
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet
extra_configs: extra_configs:
@ -59,7 +54,6 @@ tests:
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
drivers.clock.nrf_lf_clock_start_synth_available: drivers.clock.nrf_lf_clock_start_synth_available:
tags: drivers
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet
extra_configs: extra_configs:
@ -67,7 +61,6 @@ tests:
- CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y - CONFIG_CLOCK_CONTROL_NRF_K32SRC_SYNTH=y
drivers.clock.nrf_lf_clock_start_synth_no_wait: drivers.clock.nrf_lf_clock_start_synth_no_wait:
tags: drivers
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet nrf5340dk_nrf5340_cpuapp nrf5340dk_nrf5340_cpunet
extra_configs: extra_configs:

View file

@ -1,4 +1,4 @@
tests: tests:
drivers.clock.nrf_onoff_and_bt: drivers.clock.nrf_onoff_and_bt:
tags: drivers tags: drivers clock
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840

View file

@ -1,5 +1,5 @@
tests: tests:
drivers.clock.clock_control_onoff: drivers.clock.clock_control_onoff:
tags: drivers tags: drivers clock
platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf51dk_nrf51422 nrf52dk_nrf52832 nrf52840dk_nrf52840
nrf9160dk_nrf9160 nrf9160dk_nrf9160

View file

@ -1,12 +1,12 @@
tests: tests:
drivers.counter.basic_api: drivers.counter.basic_api:
tags: drivers tags: drivers counter
depends_on: counter depends_on: counter
min_ram: 16 min_ram: 16
platform_exclude: nucleo_f302r8 platform_exclude: nucleo_f302r8
timeout: 600 timeout: 600
drivers.counter.basic_api.nrf_zli: drivers.counter.basic_api.nrf_zli:
tags: drivers tags: drivers counter
depends_on: counter depends_on: counter
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
timeout: 400 timeout: 400

View file

@ -1,5 +1,5 @@
tests: tests:
drivers.counter.nrf_rtc: drivers.counter.nrf_rtc:
tags: drivers tags: drivers counter
depends_on: counter depends_on: counter
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840

View file

@ -1,11 +1,11 @@
tests: tests:
drivers.counter.cmos: drivers.counter.cmos:
tags: drivers tags: drivers counter
arch_allow: x86 arch_allow: x86
extra_configs: extra_configs:
- CONFIG_COUNTER_CMOS=y - CONFIG_COUNTER_CMOS=y
filter: CONFIG_X86_PC_COMPATIBLE filter: CONFIG_X86_PC_COMPATIBLE
drivers.counter.mcux.snvs.rtc: drivers.counter.mcux.snvs.rtc:
tags: drivers tags: drivers counter
platform_allow: mimxrt1064_evk platform_allow: mimxrt1064_evk

View file

@ -1,6 +1,6 @@
tests: tests:
drivers.counter.maxim_ds3231: drivers.counter.maxim_ds3231:
tags: drivers tags: drivers counter
depends_on: counter i2c depends_on: counter i2c
min_ram: 16 min_ram: 16
timeout: 400 timeout: 400

View file

@ -1,16 +1,14 @@
common:
tags: drivers flash
tests: tests:
drivers.flash.flash_simulator: drivers.flash.flash_simulator:
platform_allow: qemu_x86 native_posix native_posix_64 platform_allow: qemu_x86 native_posix native_posix_64
tags: drivers
drivers.flash.flash_simulator.qemu_erase_value_0x00: drivers.flash.flash_simulator.qemu_erase_value_0x00:
extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay extra_args: DTC_OVERLAY_FILE=boards/qemu_x86_ev_0x00.overlay
platform_allow: qemu_x86 platform_allow: qemu_x86
tags: drivers
drivers.flash.flash_simulator.posix_erase_value_0x00: drivers.flash.flash_simulator.posix_erase_value_0x00:
extra_args: DTC_OVERLAY_FILE=boards/native_posix_ev_0x00.overlay extra_args: DTC_OVERLAY_FILE=boards/native_posix_ev_0x00.overlay
platform_allow: native_posix platform_allow: native_posix
tags: drivers
drivers.flash.flash_simulator.posix_64_erase_value_0x00: drivers.flash.flash_simulator.posix_64_erase_value_0x00:
extra_args: DTC_OVERLAY_FILE=boards/native_posix_64_ev_0x00.overlay extra_args: DTC_OVERLAY_FILE=boards/native_posix_64_ev_0x00.overlay
platform_allow: native_posix_64 platform_allow: native_posix_64
tags: drivers

View file

@ -1,3 +1,3 @@
tests: tests:
drivers.hwinfo.api: drivers.hwinfo.api:
tags: drivers tags: drivers hwinfo

View file

@ -1,3 +1,3 @@
tests: tests:
drivers.mm.sys_mm_drv_api: drivers.mm.sys_mm_drv_api:
tags: drivers tags: drivers mm

View file

@ -1,10 +1,10 @@
tests: tests:
drivers.timer.nrf_rtc_timer: drivers.timer.nrf_rtc_timer:
tags: drivers tags: drivers timer
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840
extra_configs: extra_configs:
- CONFIG_ZERO_LATENCY_IRQS=y - CONFIG_ZERO_LATENCY_IRQS=y
drivers.timer.nrf_rtc_timer_no_zli: drivers.timer.nrf_rtc_timer_no_zli:
tags: drivers tags: drivers timer
platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 nrf52_bsim platform_allow: nrf52dk_nrf52832 nrf52840dk_nrf52840 nrf52_bsim

View file

@ -3,16 +3,14 @@ common:
adafruit_itsybitsy_m4_express atsame54_xpro atsamd21_xpro adafruit_trinket_m0 adafruit_itsybitsy_m4_express atsame54_xpro atsamd21_xpro adafruit_trinket_m0
arduino_nano_33_iot arduino_zero atsamd21_xpro adafruit_feather_m0_basic_proto arduino_nano_33_iot arduino_zero atsamd21_xpro adafruit_feather_m0_basic_proto
adafruit_feather_m0_lora arduino_mkrzero atsaml21_xpro atsamr34_xpro adafruit_feather_m0_lora arduino_mkrzero atsaml21_xpro atsamr34_xpro
tags: drivers uart
tests: tests:
drivers.uart.async_api: drivers.uart.async_api:
tags: drivers
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and not CONFIG_UART_MCUX_LPUART filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and not CONFIG_UART_MCUX_LPUART
harness: ztest harness: ztest
harness_config: harness_config:
fixture: gpio_loopback fixture: gpio_loopback
drivers.uart.async_api.nrf_uart: drivers.uart.async_api.nrf_uart:
tags: drivers
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
harness: ztest harness: ztest
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
@ -20,7 +18,6 @@ tests:
fixture: gpio_loopback fixture: gpio_loopback
extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf_uart.overlay" extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;boards/nrf_uart.overlay"
drivers.uart.async_api.rtt: drivers.uart.async_api.rtt:
tags: drivers
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT and not CONFIG_UART_MCUX_LPUART filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT and not CONFIG_UART_MCUX_LPUART
extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay
extra_configs: extra_configs:
@ -28,7 +25,6 @@ tests:
- CONFIG_UART_RTT=y - CONFIG_UART_RTT=y
build_only: true build_only: true
drivers.uart.async_api.lpuart: drivers.uart.async_api.lpuart:
tags: drivers
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_UART_MCUX_LPUART filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_UART_MCUX_LPUART
harness: ztest harness: ztest
depends_on: dma depends_on: dma

View file

@ -1,10 +1,10 @@
common: common:
tags: drivers uart
harness: ztest harness: ztest
harness_config: harness_config:
fixture: gpio_loopback fixture: gpio_loopback
tests: tests:
drivers.uart.uart_mix_poll: drivers.uart.uart_mix_poll:
tags: drivers
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160 platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=n - CONFIG_UART_INTERRUPT_DRIVEN=n
@ -12,7 +12,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=n - CONFIG_UART_0_ENHANCED_POLL_OUT=n
drivers.uart.uart_mix_poll_fifo: drivers.uart.uart_mix_poll_fifo:
tags: drivers
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160 platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=y - CONFIG_UART_INTERRUPT_DRIVEN=y
@ -20,7 +19,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=n - CONFIG_UART_0_ENHANCED_POLL_OUT=n
drivers.uart.uart_mix_poll_async_api: drivers.uart.uart_mix_poll_async_api:
tags: drivers
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160 platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
extra_configs: extra_configs:
- CONFIG_UART_ASYNC_API=y - CONFIG_UART_ASYNC_API=y
@ -32,7 +30,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=n - CONFIG_UART_0_ENHANCED_POLL_OUT=n
drivers.uart.uart_mix_poll_async_api_const: drivers.uart.uart_mix_poll_async_api_const:
tags: drivers
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160 platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
extra_args: TEST_CONST_BUFFER=1 extra_args: TEST_CONST_BUFFER=1
extra_configs: extra_configs:
@ -46,7 +43,6 @@ tests:
- CONFIG_UART_ASYNC_TX_CACHE_SIZE=2 - CONFIG_UART_ASYNC_TX_CACHE_SIZE=2
drivers.uart.uart_mix_poll_async_api_low_power: drivers.uart.uart_mix_poll_async_api_low_power:
tags: drivers
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160 platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
extra_configs: extra_configs:
- CONFIG_UART_ASYNC_API=y - CONFIG_UART_ASYNC_API=y
@ -58,9 +54,7 @@ tests:
- CONFIG_NRFX_TIMER2=y - CONFIG_NRFX_TIMER2=y
- CONFIG_UART_0_ENHANCED_POLL_OUT=n - CONFIG_UART_0_ENHANCED_POLL_OUT=n
drivers.uart.uart_mix_poll_with_ppi: drivers.uart.uart_mix_poll_with_ppi:
tags: drivers
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160 platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=n - CONFIG_UART_INTERRUPT_DRIVEN=n
@ -68,7 +62,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=y - CONFIG_UART_0_ENHANCED_POLL_OUT=y
drivers.uart.uart_mix_poll_fifo_with_ppi: drivers.uart.uart_mix_poll_fifo_with_ppi:
tags: drivers
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160 platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=y - CONFIG_UART_INTERRUPT_DRIVEN=y
@ -76,7 +69,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=y - CONFIG_UART_0_ENHANCED_POLL_OUT=y
drivers.uart.uart_mix_poll_async_api_with_ppi: drivers.uart.uart_mix_poll_async_api_with_ppi:
tags: drivers
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160 platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
extra_configs: extra_configs:
- CONFIG_UART_ASYNC_API=y - CONFIG_UART_ASYNC_API=y
@ -88,7 +80,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=y - CONFIG_UART_0_ENHANCED_POLL_OUT=y
drivers.uart.uart_mix_poll_async_api_with_ppi_low_power: drivers.uart.uart_mix_poll_async_api_with_ppi_low_power:
tags: drivers
platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160 platform_allow: nrf52840dk_nrf52840 nrf9160dk_nrf9160
extra_configs: extra_configs:
- CONFIG_UART_ASYNC_API=y - CONFIG_UART_ASYNC_API=y

View file

@ -1,10 +1,10 @@
common: common:
tags: drivers uart
harness: ztest harness: ztest
harness_config: harness_config:
fixture: gpio_loopback fixture: gpio_loopback
tests: tests:
drivers.uart.pm: drivers.uart.pm:
tags: drivers
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=n - CONFIG_UART_INTERRUPT_DRIVEN=n
@ -12,7 +12,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=n - CONFIG_UART_0_ENHANCED_POLL_OUT=n
drivers.uart.pm.no_rxpin: drivers.uart.pm.no_rxpin:
tags: drivers
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=n - CONFIG_UART_INTERRUPT_DRIVEN=n
@ -21,7 +20,6 @@ tests:
extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;nrf_rx_disable.overlay" extra_args: DTC_OVERLAY_FILE="boards/nrf52840dk_nrf52840.overlay;nrf_rx_disable.overlay"
drivers.uart.pm.enhanced_poll: drivers.uart.pm.enhanced_poll:
tags: drivers
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=n - CONFIG_UART_INTERRUPT_DRIVEN=n
@ -29,7 +27,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=y - CONFIG_UART_0_ENHANCED_POLL_OUT=y
drivers.uart.pm.int_driven: drivers.uart.pm.int_driven:
tags: drivers
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=y - CONFIG_UART_INTERRUPT_DRIVEN=y
@ -38,7 +35,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=n - CONFIG_UART_0_ENHANCED_POLL_OUT=n
drivers.uart.pm.int_driven.enhanced_poll: drivers.uart.pm.int_driven.enhanced_poll:
tags: drivers
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=y - CONFIG_UART_INTERRUPT_DRIVEN=y
@ -47,7 +43,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=y - CONFIG_UART_0_ENHANCED_POLL_OUT=y
drivers.uart.pm.async: drivers.uart.pm.async:
tags: drivers
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=n - CONFIG_UART_INTERRUPT_DRIVEN=n
@ -59,7 +54,6 @@ tests:
- CONFIG_UART_0_ENHANCED_POLL_OUT=n - CONFIG_UART_0_ENHANCED_POLL_OUT=n
drivers.uart.pm.async.enhanced_poll: drivers.uart.pm.async.enhanced_poll:
tags: drivers
platform_allow: nrf52840dk_nrf52840 platform_allow: nrf52840dk_nrf52840
extra_configs: extra_configs:
- CONFIG_UART_INTERRUPT_DRIVEN=n - CONFIG_UART_INTERRUPT_DRIVEN=n