tests: Change duplicated names of the test cases
Some names of the test cases are duplicated within the project. This commit contains the proposed names of the test scenarios. Signed-off-by: Katarzyna Giadla <katarzyna.giadla@nordicsemi.no>
This commit is contained in:
parent
ce55b72752
commit
681e3a16c7
40 changed files with 76 additions and 76 deletions
|
@ -2,7 +2,7 @@ sample:
|
||||||
name: Direction Finding Central
|
name: Direction Finding Central
|
||||||
description: Sample application showing central role of Direction Finding in connected mode
|
description: Sample application showing central role of Direction Finding in connected mode
|
||||||
tests:
|
tests:
|
||||||
sample.bluetooth.direction_finding_connectionless_rx:
|
sample.bluetooth.direction_finding.central:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
|
@ -10,7 +10,7 @@ tests:
|
||||||
- nrf52833dk_nrf52833
|
- nrf52833dk_nrf52833
|
||||||
- nrf52833dk_nrf52820
|
- nrf52833dk_nrf52820
|
||||||
- nrf5340dk_nrf5340_cpuapp
|
- nrf5340dk_nrf5340_cpuapp
|
||||||
sample.bluetooth.direction_finding_connectionless_rx.aod:
|
sample.bluetooth.direction_finding.central.aod:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
|
extra_args: OVERLAY_CONFIG="overlay-aod.conf"
|
||||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||||
|
|
|
@ -2,7 +2,7 @@ sample:
|
||||||
name: Direction Finding Peripheral
|
name: Direction Finding Peripheral
|
||||||
description: Sample application showing peripheral role of Direction Finding in connected mode
|
description: Sample application showing peripheral role of Direction Finding in connected mode
|
||||||
tests:
|
tests:
|
||||||
sample.bluetooth.direction_finding_connectionless_rx:
|
sample.bluetooth.direction_finding.peripheral:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||||
tags: bluetooth
|
tags: bluetooth
|
||||||
|
@ -10,7 +10,7 @@ tests:
|
||||||
- nrf52833dk_nrf52833
|
- nrf52833dk_nrf52833
|
||||||
- nrf52833dk_nrf52820
|
- nrf52833dk_nrf52820
|
||||||
- nrf5340dk_nrf5340_cpuapp
|
- nrf5340dk_nrf5340_cpuapp
|
||||||
sample.bluetooth.direction_finding_connectionless_rx.aod:
|
sample.bluetooth.direction_finding.peripheral.aod:
|
||||||
harness: bluetooth
|
harness: bluetooth
|
||||||
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
|
extra_args: OVERLAY_CONFIG="overlay-aoa.conf"
|
||||||
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
platform_allow: nrf52833dk_nrf52833 nrf52833dk_nrf52820 nrf5340dk_nrf5340_cpuapp
|
||||||
|
|
|
@ -2,6 +2,6 @@ sample:
|
||||||
description: Application to test memory allocation from SPIRAM
|
description: Application to test memory allocation from SPIRAM
|
||||||
name: spiram_test
|
name: spiram_test
|
||||||
tests:
|
tests:
|
||||||
sample.board.esp32:
|
sample.board.esp32.spiram:
|
||||||
platform_allow: esp32
|
platform_allow: esp32
|
||||||
tags: esp32
|
tags: esp32
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
sample:
|
sample:
|
||||||
name: Espressif ESP32 WiFi Station
|
name: Espressif ESP32 WiFi Station
|
||||||
tests:
|
tests:
|
||||||
sample.board.esp32:
|
sample.board.esp32.wifi_station:
|
||||||
platform_allow: esp32 esp32s2_saola
|
platform_allow: esp32 esp32s2_saola
|
||||||
tags: esp32
|
tags: esp32
|
||||||
|
|
|
@ -14,22 +14,22 @@ tests:
|
||||||
sample.net.sockets.echo_client.802154:
|
sample.net.sockets.echo_client.802154:
|
||||||
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
|
extra_args: OVERLAY_CONFIG="overlay-qemu_802154.conf"
|
||||||
platform_allow: qemu_x86
|
platform_allow: qemu_x86
|
||||||
sample.net.sockets.echo_server.802154.rf2xx:
|
sample.net.sockets.echo_client.802154.rf2xx:
|
||||||
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
|
extra_args: OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
platform_allow: atsamr21_xpro
|
platform_allow: atsamr21_xpro
|
||||||
sample.net.sockets.echo_server.802154.rf2xx.xplained:
|
sample.net.sockets.echo_client.802154.rf2xx.xplained:
|
||||||
extra_args: SHIELD=atmel_rf2xx_xplained OVERLAY_CONFIG="overlay-802154.conf"
|
extra_args: SHIELD=atmel_rf2xx_xplained OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
platform_allow: sam4s_xplained
|
platform_allow: sam4s_xplained
|
||||||
sample.net.sockets.echo_server.802154.rf2xx.xpro:
|
sample.net.sockets.echo_client.802154.rf2xx.xpro:
|
||||||
extra_args: SHIELD=atmel_rf2xx_xpro OVERLAY_CONFIG="overlay-802154.conf"
|
extra_args: SHIELD=atmel_rf2xx_xpro OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
platform_allow: sam4e_xpro sam_v71_xult
|
platform_allow: sam4e_xpro sam_v71_xult
|
||||||
sample.net.sockets.echo_server.802154.rf2xx.legacy:
|
sample.net.sockets.echo_client.802154.rf2xx.legacy:
|
||||||
extra_args: SHIELD=atmel_rf2xx_legacy OVERLAY_CONFIG="overlay-802154.conf"
|
extra_args: SHIELD=atmel_rf2xx_legacy OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
platform_allow: sam4e_xpro sam_v71_xult
|
platform_allow: sam4e_xpro sam_v71_xult
|
||||||
sample.net.sockets.echo_server.802154.rf2xx.arduino:
|
sample.net.sockets.echo_client.802154.rf2xx.arduino:
|
||||||
extra_args: SHIELD=atmel_rf2xx_arduino OVERLAY_CONFIG="overlay-802154.conf"
|
extra_args: SHIELD=atmel_rf2xx_arduino OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
platform_allow: sam_v71_xult frdm_k64f nucleo_f767zi
|
platform_allow: sam_v71_xult frdm_k64f nucleo_f767zi
|
||||||
sample.net.sockets.echo_server.802154.rf2xx.mikrobus:
|
sample.net.sockets.echo_client.802154.rf2xx.mikrobus:
|
||||||
extra_args: SHIELD=atmel_rf2xx_mikrobus OVERLAY_CONFIG="overlay-802154.conf"
|
extra_args: SHIELD=atmel_rf2xx_mikrobus OVERLAY_CONFIG="overlay-802154.conf"
|
||||||
platform_allow: lpcxpresso55s69_ns
|
platform_allow: lpcxpresso55s69_ns
|
||||||
sample.net.sockets.echo_client.bt:
|
sample.net.sockets.echo_client.bt:
|
||||||
|
|
|
@ -2,11 +2,11 @@ sample:
|
||||||
description: LVGL sample application
|
description: LVGL sample application
|
||||||
name: lvgl
|
name: lvgl
|
||||||
tests:
|
tests:
|
||||||
sample.gui.lvgl:
|
sample.display.lvgl.gui:
|
||||||
harness: display
|
harness: display
|
||||||
platform_allow: reel_board mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk
|
platform_allow: reel_board mimxrt1050_evk mimxrt1060_evk mimxrt1064_evk
|
||||||
tags: samples display gui
|
tags: samples display gui
|
||||||
sample.display.adafruit_2_8_tft_touch_v2:
|
sample.display.lvgl.adafruit_2_8_tft_touch_v2:
|
||||||
depends_on: arduino_gpio arduino_i2c arduino_spi
|
depends_on: arduino_gpio arduino_i2c arduino_spi
|
||||||
# Default settings end up allocating an ~150KB sized buffer in lvgl.
|
# Default settings end up allocating an ~150KB sized buffer in lvgl.
|
||||||
# This adds a bit of buffer to that for other data.
|
# This adds a bit of buffer to that for other data.
|
||||||
|
@ -17,15 +17,15 @@ tests:
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
fixture: fixture_shield_adafruit_2_8_tft_touch_v2
|
fixture: fixture_shield_adafruit_2_8_tft_touch_v2
|
||||||
sample.display.waveshare_epaper_gdeh0213b1:
|
sample.display.lvgl.waveshare_epaper_gdeh0213b1:
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_args: SHIELD=waveshare_epaper_gdeh0213b1
|
extra_args: SHIELD=waveshare_epaper_gdeh0213b1
|
||||||
tags: shield
|
tags: shield
|
||||||
sample.display.waveshare_epaper_gdeh0213b72:
|
sample.display.lvgl.waveshare_epaper_gdeh0213b72:
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_args: SHIELD=waveshare_epaper_gdeh0213b72
|
extra_args: SHIELD=waveshare_epaper_gdeh0213b72
|
||||||
tags: shield
|
tags: shield
|
||||||
sample.display.waveshare_epaper_gdeh029a1:
|
sample.display.lvgl.waveshare_epaper_gdeh029a1:
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_args: SHIELD=waveshare_epaper_gdeh029a1
|
extra_args: SHIELD=waveshare_epaper_gdeh029a1
|
||||||
tags: shield
|
tags: shield
|
||||||
|
@ -33,11 +33,11 @@ tests:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_allow: native_posix_64
|
platform_allow: native_posix_64
|
||||||
tags: samples display gui
|
tags: samples display gui
|
||||||
sample.display.buydisplay_2_8_tft_touch_arduino:
|
sample.display.lvgl.buydisplay_2_8_tft_touch_arduino:
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_args: SHIELD=buydisplay_2_8_tft_touch_arduino
|
extra_args: SHIELD=buydisplay_2_8_tft_touch_arduino
|
||||||
tags: shield
|
tags: shield
|
||||||
sample.display.dummy:
|
sample.display.lvgl.dummy:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_allow: native_posix native_posix_64
|
platform_allow: native_posix native_posix_64
|
||||||
extra_args: DTC_OVERLAY_FILE="dummy_dc.overlay"
|
extra_args: DTC_OVERLAY_FILE="dummy_dc.overlay"
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
arch.interrupt.x86:
|
arch.x86.interrupt:
|
||||||
arch_allow: x86
|
arch_allow: x86
|
||||||
filter: not CONFIG_X86_64
|
filter: not CONFIG_X86_64
|
||||||
tags: ignore_faults interrupt idt
|
tags: ignore_faults interrupt idt
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
tests:
|
tests:
|
||||||
benchmark.data_structures:
|
benchmark.data_structure_perf.dlist:
|
||||||
tags: benchmark dlist
|
tags: benchmark dlist
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
tests:
|
tests:
|
||||||
benchmark.data_structures:
|
benchmark.data_structure_perf.rbtree:
|
||||||
tags: benchmark rbtree
|
tags: benchmark rbtree
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
bluetooth.df.conectionless_cte_tx:
|
bluetooth.df.connectionless_cte_chains:
|
||||||
platform_allow: nrf52_bsim
|
platform_allow: nrf52_bsim
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52_bsim
|
- nrf52_bsim
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
bluetooth.gatt:
|
bluetooth.l2cap:
|
||||||
platform_allow: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
platform_allow: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||||
tags: bluetooth l2cap
|
tags: bluetooth l2cap
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
bluetooth.gatt:
|
bluetooth.uuid:
|
||||||
platform_allow: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
platform_allow: native_posix native_posix_64 qemu_x86 qemu_cortex_m3
|
||||||
tags: bluetooth uuid
|
tags: bluetooth uuid
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.counter:
|
drivers.counter.basic_api:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
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_nrf_zli:
|
drivers.counter.basic_api.nrf_zli:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
depends_on: counter
|
depends_on: counter
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.counter:
|
drivers.counter.nrf_rtc:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
depends_on: counter
|
depends_on: counter
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags: dac drivers userspace
|
tags: dac drivers userspace
|
||||||
tests:
|
tests:
|
||||||
drivers.dac:
|
drivers.dac.api:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
frdm_k22f frdm_k64f twr_ke18f
|
frdm_k22f frdm_k64f twr_ke18f
|
||||||
bl652_dvk bl653_dvk bl654_dvk bl5340_dvk_cpuapp
|
bl652_dvk bl653_dvk bl654_dvk bl5340_dvk_cpuapp
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags: dac drivers
|
tags: dac drivers
|
||||||
tests:
|
tests:
|
||||||
drivers.dac:
|
drivers.dac.loopback:
|
||||||
depends_on: dac adc
|
depends_on: dac adc
|
||||||
harness: ztest
|
harness: ztest
|
||||||
harness_config:
|
harness_config:
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.dma:
|
drivers.dma.chan_blen_transfer:
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
depends_on: dma
|
depends_on: dma
|
||||||
tags: drivers dma
|
tags: drivers dma
|
||||||
drivers.dma.interactive:
|
drivers.dma.chan_blen_transfer.interactive:
|
||||||
depends_on: dma
|
depends_on: dma
|
||||||
extra_args: CONF_FILE=prj_shell.conf
|
extra_args: CONF_FILE=prj_shell.conf
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.dma:
|
drivers.dma.chan_link_transfer:
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
depends_on: dma
|
depends_on: dma
|
||||||
tags: drivers dma
|
tags: drivers dma
|
||||||
platform_allow: frdm_k64f mimxrt1060_evk mimxrt1064_evk mimxrt1160_evk_cm7 mimxrt1170_evk_cm7
|
platform_allow: frdm_k64f mimxrt1060_evk mimxrt1064_evk mimxrt1160_evk_cm7 mimxrt1170_evk_cm7
|
||||||
drivers.dma.interactive:
|
drivers.dma.chan_link_transfer.interactive:
|
||||||
depends_on: dma
|
depends_on: dma
|
||||||
extra_args: CONF_FILE=prj_shell.conf
|
extra_args: CONF_FILE=prj_shell.conf
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.i2c:
|
drivers.i2c.api:
|
||||||
depends_on: i2c
|
depends_on: i2c
|
||||||
tags: drivers i2c
|
tags: drivers i2c
|
||||||
harness: sensor
|
harness: sensor
|
||||||
|
|
|
@ -6,7 +6,7 @@ common:
|
||||||
fixture: i2c_bus_short
|
fixture: i2c_bus_short
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
drivers.i2c_slave.dual_role:
|
drivers.i2c.slave_api.dual_role:
|
||||||
platform_allow: nucleo_f091rc stm32f072b_disco nucleo_g071rb rpi_pico
|
platform_allow: nucleo_f091rc stm32f072b_disco nucleo_g071rb rpi_pico
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_APP_DUAL_ROLE_I2C=y
|
- CONFIG_APP_DUAL_ROLE_I2C=y
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.i2c:
|
drivers.i2c.tca954x:
|
||||||
build_only: true
|
build_only: true
|
||||||
tags: testing drivers
|
tags: testing drivers
|
||||||
depends_on: i2c
|
depends_on: i2c
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.i2c:
|
drivers.led_api.i2c:
|
||||||
tags: drivers led
|
tags: drivers led
|
||||||
depends_on: led
|
depends_on: led
|
||||||
filter: dt_alias_exists("led-controller-0")
|
filter: dt_alias_exists("led-controller-0")
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.sensor:
|
drivers.sensor.accel:
|
||||||
tags: drivers sensor subsys
|
tags: drivers sensor subsys
|
||||||
platform_allow: native_posix
|
platform_allow: native_posix
|
||||||
|
|
|
@ -3,8 +3,8 @@ common:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
- mps2_an385
|
- mps2_an385
|
||||||
tests:
|
tests:
|
||||||
drivers.sensor:
|
drivers.sensor.generic:
|
||||||
tags: drivers sensor
|
tags: drivers sensor
|
||||||
drivers.sensor.fpu:
|
drivers.sensor.generic.fpu:
|
||||||
extra_args: CONF_FILE=prj_fpu.conf
|
extra_args: CONF_FILE=prj_fpu.conf
|
||||||
tags: drivers sensor
|
tags: drivers sensor
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
# section.subsection
|
# section.subsection
|
||||||
testing.drivers.sbs_gauge:
|
drivers.sbs_gauge:
|
||||||
build_only: true
|
build_only: true
|
||||||
tags: test_framework
|
tags: test_framework
|
||||||
filter: dt_compat_enabled("sbs,sbs-gauge")
|
filter: dt_compat_enabled("sbs,sbs-gauge")
|
||||||
|
|
|
@ -4,13 +4,13 @@ common:
|
||||||
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
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
drivers.uart.uart_async_api:
|
drivers.uart.async_api:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
|
||||||
harness: ztest
|
harness: ztest
|
||||||
harness_config:
|
harness_config:
|
||||||
fixture: gpio_loopback
|
fixture: gpio_loopback
|
||||||
drivers.uart.uart_async_api.nrf_uart:
|
drivers.uart.async_api.nrf_uart:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC
|
||||||
harness: ztest
|
harness: ztest
|
||||||
|
@ -18,7 +18,7 @@ tests:
|
||||||
harness_config:
|
harness_config:
|
||||||
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.uart_async_api.rtt:
|
drivers.uart.async_api.rtt:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT
|
filter: CONFIG_UART_CONSOLE and CONFIG_SERIAL_SUPPORT_ASYNC and CONFIG_HAS_SEGGER_RTT
|
||||||
extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay
|
extra_args: DTC_OVERLAY_FILE=boards/segger_rtt.overlay
|
||||||
|
|
|
@ -3,22 +3,22 @@ common:
|
||||||
- mps2_an385
|
- mps2_an385
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
drivers.uart:
|
drivers.uart.basic_api:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
filter: CONFIG_UART_CONSOLE
|
filter: CONFIG_UART_CONSOLE
|
||||||
harness: keyboard
|
harness: keyboard
|
||||||
drivers.uart.poll:
|
drivers.uart.basic_api.poll:
|
||||||
extra_args: CONF_FILE=prj_poll.conf
|
extra_args: CONF_FILE=prj_poll.conf
|
||||||
tags: drivers
|
tags: drivers
|
||||||
filter: CONFIG_UART_CONSOLE
|
filter: CONFIG_UART_CONSOLE
|
||||||
harness: keyboard
|
harness: keyboard
|
||||||
drivers.uart.shell:
|
drivers.uart.basic_api.shell:
|
||||||
extra_args: CONF_FILE=prj_shell.conf
|
extra_args: CONF_FILE=prj_shell.conf
|
||||||
min_flash: 64
|
min_flash: 64
|
||||||
tags: drivers
|
tags: drivers
|
||||||
filter: CONFIG_UART_CONSOLE
|
filter: CONFIG_UART_CONSOLE
|
||||||
harness: keyboard
|
harness: keyboard
|
||||||
drivers.uart.cdc_acm:
|
drivers.uart.basic_api.cdc_acm:
|
||||||
extra_args: OVERLAY_CONFIG="overlay-usb.conf"
|
extra_args: OVERLAY_CONFIG="overlay-usb.conf"
|
||||||
DTC_OVERLAY_FILE="usb.overlay"
|
DTC_OVERLAY_FILE="usb.overlay"
|
||||||
tags: drivers usb
|
tags: drivers usb
|
||||||
|
|
|
@ -3,7 +3,7 @@ common:
|
||||||
harness_config:
|
harness_config:
|
||||||
fixture: gpio_loopback
|
fixture: gpio_loopback
|
||||||
tests:
|
tests:
|
||||||
drivers.uart:
|
drivers.uart.pm:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
@ -11,7 +11,7 @@ tests:
|
||||||
- CONFIG_UART_ASYNC_API=n
|
- CONFIG_UART_ASYNC_API=n
|
||||||
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
|
||||||
|
|
||||||
drivers.uart_no_rxpin:
|
drivers.uart.pm.no_rxpin:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
@ -20,7 +20,7 @@ tests:
|
||||||
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
|
||||||
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_enhanced_poll:
|
drivers.uart.pm.enhanced_poll:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
@ -28,7 +28,7 @@ tests:
|
||||||
- CONFIG_UART_ASYNC_API=n
|
- CONFIG_UART_ASYNC_API=n
|
||||||
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
|
||||||
|
|
||||||
drivers.uart_int_driven:
|
drivers.uart.pm.int_driven:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
@ -37,7 +37,7 @@ tests:
|
||||||
- CONFIG_UART_ASYNC_API=n
|
- CONFIG_UART_ASYNC_API=n
|
||||||
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=n
|
||||||
|
|
||||||
drivers.uart_int_driven_enhanced_poll:
|
drivers.uart.pm.int_driven.enhanced_poll:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
@ -46,7 +46,7 @@ tests:
|
||||||
- CONFIG_UART_ASYNC_API=n
|
- CONFIG_UART_ASYNC_API=n
|
||||||
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
|
- CONFIG_UART_0_ENHANCED_POLL_OUT=y
|
||||||
|
|
||||||
drivers.uart_async:
|
drivers.uart.pm.async:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
@ -58,7 +58,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_async_enhanced_poll:
|
drivers.uart.pm.async.enhanced_poll:
|
||||||
tags: drivers
|
tags: drivers
|
||||||
platform_allow: nrf52840dk_nrf52840
|
platform_allow: nrf52840dk_nrf52840
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.common:
|
kernel.context:
|
||||||
tags: kernel
|
tags: kernel
|
||||||
kernel.common.linker_generator:
|
kernel.context.linker_generator:
|
||||||
platform_allow: qemu_cortex_m3
|
platform_allow: qemu_cortex_m3
|
||||||
tags: kernel linker_generator
|
tags: kernel linker_generator
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
tests:
|
tests:
|
||||||
kernel.memory_slabs.api:
|
kernel.memory_slabs:
|
||||||
tags: kernel
|
tags: kernel
|
||||||
kernel.memory_slabs.api.linker_generator:
|
kernel.memory_slabs.linker_generator:
|
||||||
platform_allow: qemu_cortex_m3
|
platform_allow: qemu_cortex_m3
|
||||||
tags: kernel linker_generator
|
tags: kernel linker_generator
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -2,18 +2,18 @@ common:
|
||||||
tags: kernel
|
tags: kernel
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
kernel.workqueue:
|
kernel.workqueue.critical:
|
||||||
platform_exclude: nsim_sem_mpu_stack_guard
|
platform_exclude: nsim_sem_mpu_stack_guard
|
||||||
filter: not CONFIG_WDT_SAM
|
filter: not CONFIG_WDT_SAM
|
||||||
kernel.workqueue.sam:
|
kernel.workqueue.critical.sam:
|
||||||
filter: CONFIG_WDT_SAM
|
filter: CONFIG_WDT_SAM
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_WDT_DISABLE_AT_BOOT=y
|
- CONFIG_WDT_DISABLE_AT_BOOT=y
|
||||||
kernel.workqueue.nsim:
|
kernel.workqueue.critical.nsim:
|
||||||
platform_allow: nsim_sem_mpu_stack_guard
|
platform_allow: nsim_sem_mpu_stack_guard
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
- CONFIG_TEST_HW_STACK_PROTECTION=n
|
||||||
kernel.workqueue.linker_generator:
|
kernel.workqueue.critical.linker_generator:
|
||||||
platform_allow: qemu_cortex_m3
|
platform_allow: qemu_cortex_m3
|
||||||
filter: not CONFIG_WDT_SAM
|
filter: not CONFIG_WDT_SAM
|
||||||
tags: linker_generator
|
tags: linker_generator
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
libraries.devicetree:
|
libraries.devicetree.api:
|
||||||
tags: devicetree
|
tags: devicetree
|
||||||
# We only need this to run on one platform so use native_posix as it
|
# We only need this to run on one platform so use native_posix as it
|
||||||
# will mostly likely be the fastest.
|
# will mostly likely be the fastest.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
libraries.devicetree_ext:
|
libraries.devicetree.api_ext:
|
||||||
tags: devicetree
|
tags: devicetree
|
||||||
# We only need this to run on one platform so use native_posix as it
|
# We only need this to run on one platform so use native_posix as it
|
||||||
# will mostly likely be the fastest.
|
# will mostly likely be the fastest.
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
libraries.devicetree:
|
libraries.devicetree.devices:
|
||||||
tags: devicetree
|
tags: devicetree
|
||||||
# We only need this to run on one platform so use native_posix as it
|
# We only need this to run on one platform so use native_posix as it
|
||||||
# will mostly likely be the fastest.
|
# will mostly likely be the fastest.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
common:
|
common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tests:
|
tests:
|
||||||
net.icmpv6:
|
net.icmpv4:
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
tags: net icmpv4
|
tags: net icmpv4
|
||||||
|
|
|
@ -5,5 +5,5 @@ common:
|
||||||
# needs root permission.
|
# needs root permission.
|
||||||
platform_exclude: native_posix native_posix_64
|
platform_exclude: native_posix native_posix_64
|
||||||
tests:
|
tests:
|
||||||
net.socket.packet:
|
net.socket.af_packet:
|
||||||
min_ram: 21
|
min_ram: 21
|
||||||
|
|
|
@ -5,5 +5,5 @@ common:
|
||||||
# needs root permission.
|
# needs root permission.
|
||||||
platform_exclude: native_posix native_posix_64
|
platform_exclude: native_posix native_posix_64
|
||||||
tests:
|
tests:
|
||||||
net.socket.packet:
|
net.socket.af_packet.ipproto_raw:
|
||||||
min_ram: 21
|
min_ram: 21
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
common:
|
common:
|
||||||
tags: net socket tls
|
tags: net socket tls
|
||||||
tests:
|
tests:
|
||||||
net.socket.tls:
|
net.socket.tls.ext:
|
||||||
min_ram: 65536
|
min_ram: 65536
|
||||||
platform_allow: qemu_cortex_m3 qemu_x86
|
platform_allow: qemu_cortex_m3 qemu_x86
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tests:
|
tests:
|
||||||
shell.history:
|
shell.flash:
|
||||||
min_flash: 64
|
min_flash: 64
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
filter: ( CONFIG_FLASH_SHELL )
|
filter: ( CONFIG_FLASH_SHELL )
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
tests:
|
tests:
|
||||||
testing.ztest:
|
testing.ztest.base:
|
||||||
tags: test_framework
|
tags: test_framework
|
||||||
type: unit
|
type: unit
|
||||||
testing.ztest.verbose_0:
|
testing.ztest.base.verbose_0:
|
||||||
extra_args: CONF_FILE=prj_verbose_0.conf
|
extra_args: CONF_FILE=prj_verbose_0.conf
|
||||||
tags: test_framework
|
tags: test_framework
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_posix
|
- native_posix
|
||||||
testing.ztest.verbose_1:
|
testing.ztest.base.verbose_1:
|
||||||
extra_args: CONF_FILE=prj_verbose_1.conf
|
extra_args: CONF_FILE=prj_verbose_1.conf
|
||||||
tags: test_framework
|
tags: test_framework
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_posix
|
- native_posix
|
||||||
testing.ztest.verbose_2:
|
testing.ztest.base.verbose_2:
|
||||||
extra_args: CONF_FILE=prj_verbose_2.conf
|
extra_args: CONF_FILE=prj_verbose_2.conf
|
||||||
tags: test_framework
|
tags: test_framework
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue