samples, tests: remove usage of space-separated lists
Convert them to native YAML lists. Support for space-separated lists was deprecated in Twister a long time ago. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
71544cda79
commit
d4a67e321b
67 changed files with 324 additions and 154 deletions
|
@ -10,4 +10,6 @@ tests:
|
||||||
- usb
|
- usb
|
||||||
- bluetooth
|
- bluetooth
|
||||||
# FIXME: exclude due to build error
|
# FIXME: exclude due to build error
|
||||||
platform_exclude: 96b_carbon/stm32f401xe stm32l562e_dk
|
platform_exclude:
|
||||||
|
- 96b_carbon/stm32f401xe
|
||||||
|
- stm32l562e_dk
|
||||||
|
|
|
@ -7,7 +7,9 @@ tests:
|
||||||
- drivers
|
- drivers
|
||||||
- i2c
|
- i2c
|
||||||
filter: dt_compat_enabled("st,stm32-i2c-v2")
|
filter: dt_compat_enabled("st,stm32-i2c-v2")
|
||||||
platform_allow: nucleo_l476rg nucleo_wb55rg
|
platform_allow:
|
||||||
|
- nucleo_l476rg
|
||||||
|
- nucleo_wb55rg
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: one_line
|
type: one_line
|
||||||
|
|
|
@ -2,5 +2,7 @@ sample:
|
||||||
name: STM32 microcontroller clock output (MCO) example
|
name: STM32 microcontroller clock output (MCO) example
|
||||||
tests:
|
tests:
|
||||||
sample.board.stm32.mco:
|
sample.board.stm32.mco:
|
||||||
platform_allow: nucleo_u5a5zj_q stm32f746g_disco
|
platform_allow:
|
||||||
|
- nucleo_u5a5zj_q
|
||||||
|
- stm32f746g_disco
|
||||||
tags: board
|
tags: board
|
||||||
|
|
|
@ -3,5 +3,7 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.drivers.ethernet.eth_ivshmem:
|
sample.drivers.ethernet.eth_ivshmem:
|
||||||
platform_allow: qemu_cortex_a53
|
platform_allow: qemu_cortex_a53
|
||||||
tags: drivers ethernet
|
tags:
|
||||||
|
- drivers
|
||||||
|
- ethernet
|
||||||
build_only: true
|
build_only: true
|
||||||
|
|
|
@ -29,9 +29,9 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
extra_args:
|
extra_args:
|
||||||
mbox_SNIPPET=nordic-ppr
|
- mbox_SNIPPET=nordic-ppr
|
||||||
mbox_EXTRA_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_cpuppr.overlay"
|
- mbox_EXTRA_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_cpuppr.overlay"
|
||||||
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuppr.conf
|
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuppr.conf
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
@ -47,9 +47,9 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
extra_args:
|
extra_args:
|
||||||
mbox_SNIPPET=nordic-flpr
|
- mbox_SNIPPET=nordic-flpr
|
||||||
mbox_EXTRA_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_cpuflpr.overlay"
|
- mbox_EXTRA_DTC_OVERLAY_FILE="boards/nrf54h20dk_nrf54h20_cpuapp_cpuflpr.overlay"
|
||||||
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuflpr.conf
|
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuflpr.conf
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
@ -89,8 +89,7 @@ tests:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
extra_args:
|
extra_args: mbox_SNIPPET=nordic-flpr
|
||||||
mbox_SNIPPET=nordic-flpr
|
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
@ -106,9 +105,9 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
extra_args:
|
extra_args:
|
||||||
mbox_SNIPPET=nordic-flpr
|
- mbox_SNIPPET=nordic-flpr
|
||||||
mbox_CONFIG_MULTITHREADING=n
|
- mbox_CONFIG_MULTITHREADING=n
|
||||||
remote_CONFIG_MULTITHREADING=n
|
- remote_CONFIG_MULTITHREADING=n
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
@ -124,8 +123,8 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
extra_args:
|
extra_args:
|
||||||
mbox_SNIPPET=nordic-flpr
|
- mbox_SNIPPET=nordic-flpr
|
||||||
remote_CONFIG_MULTITHREADING=n
|
- remote_CONFIG_MULTITHREADING=n
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
|
|
@ -5,7 +5,9 @@ tests:
|
||||||
tags:
|
tags:
|
||||||
- mspi
|
- mspi
|
||||||
filter: dt_compat_enabled("mspi-aps6404l")
|
filter: dt_compat_enabled("mspi-aps6404l")
|
||||||
platform_exclude: hifive_unmatched/fu740/s7 hifive_unmatched/fu740/u74
|
platform_exclude:
|
||||||
|
- hifive_unmatched/fu740/s7
|
||||||
|
- hifive_unmatched/fu740/u74
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: multi_line
|
type: multi_line
|
||||||
|
|
|
@ -6,7 +6,9 @@ tests:
|
||||||
- mspi
|
- mspi
|
||||||
- flash
|
- flash
|
||||||
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("mspi-atxp032")
|
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("mspi-atxp032")
|
||||||
platform_exclude: hifive_unmatched/fu740/s7 hifive_unmatched/fu740/u74
|
platform_exclude:
|
||||||
|
- hifive_unmatched/fu740/s7
|
||||||
|
- hifive_unmatched/fu740/u74
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: multi_line
|
type: multi_line
|
||||||
|
|
|
@ -8,7 +8,9 @@ tests:
|
||||||
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("st,stm32-qspi-nor")
|
filter: dt_compat_enabled("jedec,spi-nor") or dt_compat_enabled("st,stm32-qspi-nor")
|
||||||
or dt_compat_enabled("st,stm32-ospi-nor") or dt_compat_enabled("st,stm32-xspi-nor")
|
or dt_compat_enabled("st,stm32-ospi-nor") or dt_compat_enabled("st,stm32-xspi-nor")
|
||||||
or (dt_compat_enabled("nordic,qspi-nor") and CONFIG_NORDIC_QSPI_NOR)
|
or (dt_compat_enabled("nordic,qspi-nor") and CONFIG_NORDIC_QSPI_NOR)
|
||||||
platform_exclude: hifive_unmatched/fu740/s7 hifive_unmatched/fu740/u74
|
platform_exclude:
|
||||||
|
- hifive_unmatched/fu740/s7
|
||||||
|
- hifive_unmatched/fu740/u74
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: multi_line
|
type: multi_line
|
||||||
|
|
|
@ -3,7 +3,9 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.kernel.bootargs.multiboot:
|
sample.kernel.bootargs.multiboot:
|
||||||
extra_args: EXTRA_CONF_FILE=prj_multiboot.conf
|
extra_args: EXTRA_CONF_FILE=prj_multiboot.conf
|
||||||
platform_allow: qemu_x86 qemu_x86_64
|
platform_allow:
|
||||||
|
- qemu_x86
|
||||||
|
- qemu_x86_64
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
type: one_line
|
type: one_line
|
||||||
|
|
|
@ -25,8 +25,8 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- frdm_k64f
|
- frdm_k64f
|
||||||
extra_args:
|
extra_args:
|
||||||
canopennode_CONF_FILE=prj_img_mgmt.conf
|
|
||||||
SB_CONFIG_BOOTLOADER_MCUBOOT=y
|
|
||||||
|
|
||||||
|
- canopennode_CONF_FILE=prj_img_mgmt.conf
|
||||||
|
- SB_CONFIG_BOOTLOADER_MCUBOOT=y
|
||||||
sample.modules.canopennode.no_storage:
|
sample.modules.canopennode.no_storage:
|
||||||
extra_args: CONF_FILE=prj_no_storage.conf
|
extra_args: CONF_FILE=prj_no_storage.conf
|
||||||
|
|
|
@ -2,10 +2,14 @@ sample:
|
||||||
description: Sample for cellular modem
|
description: Sample for cellular modem
|
||||||
name: Sample for cellular modem using native networking
|
name: Sample for cellular modem using native networking
|
||||||
common:
|
common:
|
||||||
tags: cellular modem
|
tags:
|
||||||
|
- cellular
|
||||||
|
- modem
|
||||||
tests:
|
tests:
|
||||||
sample.net.cellular_modem:
|
sample.net.cellular_modem:
|
||||||
tags: cellular modem
|
tags:
|
||||||
|
- cellular
|
||||||
|
- modem
|
||||||
filter: dt_alias_exists("modem")
|
filter: dt_alias_exists("modem")
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- b_u585i_iot02a
|
- b_u585i_iot02a
|
||||||
|
|
|
@ -2,13 +2,18 @@ sample:
|
||||||
description: MQTT sample app to AWS IoT Core
|
description: MQTT sample app to AWS IoT Core
|
||||||
name: aws_iot_mqtt
|
name: aws_iot_mqtt
|
||||||
common:
|
common:
|
||||||
tags: net mqtt cloud
|
tags:
|
||||||
|
- net
|
||||||
|
- mqtt
|
||||||
|
- cloud
|
||||||
harness: net
|
harness: net
|
||||||
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
filter: CONFIG_FULL_LIBC_SUPPORTED and not CONFIG_NATIVE_LIBC
|
||||||
extra_args: USE_DUMMY_CREDS=1
|
extra_args: USE_DUMMY_CREDS=1
|
||||||
tests:
|
tests:
|
||||||
sample.net.cloud.aws_iot_mqtt:
|
sample.net.cloud.aws_iot_mqtt:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
platform_allow: qemu_x86 nucleo_f429zi
|
platform_allow:
|
||||||
|
- qemu_x86
|
||||||
|
- nucleo_f429zi
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
|
|
|
@ -4,13 +4,17 @@ sample:
|
||||||
common:
|
common:
|
||||||
depends_on: usb_device
|
depends_on: usb_device
|
||||||
harness: net
|
harness: net
|
||||||
tags: usb ieee802154
|
tags:
|
||||||
|
- usb
|
||||||
|
- ieee802154
|
||||||
platform_exclude: pinnacle_100_dvk
|
platform_exclude: pinnacle_100_dvk
|
||||||
tests:
|
tests:
|
||||||
sample.net.wpan.serial:
|
sample.net.wpan.serial:
|
||||||
filter: dt_chosen_enabled("zephyr,ieee802154")
|
filter: dt_chosen_enabled("zephyr,ieee802154")
|
||||||
platform_exclude: thingy53/nrf5340/cpuapp/ns raytac_mdbt53_db_40/nrf5340/cpuapp/ns
|
platform_exclude:
|
||||||
raytac_mdbt53_db_40/nrf5340/cpuapp
|
- thingy53/nrf5340/cpuapp/ns
|
||||||
|
- raytac_mdbt53_db_40/nrf5340/cpuapp/ns
|
||||||
|
- raytac_mdbt53_db_40/nrf5340/cpuapp
|
||||||
sample.net.wpan_serial.frdm_cr20a:
|
sample.net.wpan_serial.frdm_cr20a:
|
||||||
extra_args: SHIELD=frdm_cr20a
|
extra_args: SHIELD=frdm_cr20a
|
||||||
platform_allow: frdm_k64f
|
platform_allow: frdm_k64f
|
||||||
|
|
|
@ -48,17 +48,29 @@ tests:
|
||||||
- native_sim/native/64
|
- native_sim/native/64
|
||||||
sample.net.zperf.device_next_ecm:
|
sample.net.zperf.device_next_ecm:
|
||||||
harness: net
|
harness: net
|
||||||
extra_args: EXTRA_CONF_FILE="overlay-usbd_next.conf"
|
extra_args:
|
||||||
DTC_OVERLAY_FILE="usbd_next_ecm.overlay"
|
- EXTRA_CONF_FILE="overlay-usbd_next.conf"
|
||||||
platform_allow: nrf52840dk/nrf52840 frdm_k64f
|
- DTC_OVERLAY_FILE="usbd_next_ecm.overlay"
|
||||||
tags: usb net zperf
|
platform_allow:
|
||||||
|
- nrf52840dk/nrf52840
|
||||||
|
- frdm_k64f
|
||||||
|
tags:
|
||||||
|
- usb
|
||||||
|
- net
|
||||||
|
- zperf
|
||||||
depends_on: usb_device
|
depends_on: usb_device
|
||||||
sample.net.zperf.device_next_ncm:
|
sample.net.zperf.device_next_ncm:
|
||||||
harness: net
|
harness: net
|
||||||
extra_args: EXTRA_CONF_FILE="overlay-usbd_next.conf"
|
extra_args:
|
||||||
DTC_OVERLAY_FILE="usbd_next_ncm.overlay"
|
- EXTRA_CONF_FILE="overlay-usbd_next.conf"
|
||||||
platform_allow: nrf52840dk/nrf52840 frdm_k64f
|
- DTC_OVERLAY_FILE="usbd_next_ncm.overlay"
|
||||||
tags: usb net zperf
|
platform_allow:
|
||||||
|
- nrf52840dk/nrf52840
|
||||||
|
- frdm_k64f
|
||||||
|
tags:
|
||||||
|
- usb
|
||||||
|
- net
|
||||||
|
- zperf
|
||||||
depends_on: usb_device
|
depends_on: usb_device
|
||||||
sample.net.zperf.netusb_eem:
|
sample.net.zperf.netusb_eem:
|
||||||
harness: net
|
harness: net
|
||||||
|
|
4
samples/posix/env/sample.yaml
vendored
4
samples/posix/env/sample.yaml
vendored
|
@ -2,7 +2,9 @@ sample:
|
||||||
description: posix env sample
|
description: posix env sample
|
||||||
name: posix env
|
name: posix env
|
||||||
common:
|
common:
|
||||||
tags: posix env
|
tags:
|
||||||
|
- posix
|
||||||
|
- env
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- native_posix
|
- native_posix
|
||||||
- native_posix/native/64
|
- native_posix/native/64
|
||||||
|
|
|
@ -6,8 +6,14 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.sensor.amg88xx.amg88xx_grid_eye_eval_shield:
|
sample.sensor.amg88xx.amg88xx_grid_eye_eval_shield:
|
||||||
build_only: true
|
build_only: true
|
||||||
depends_on: arduino_i2c arduino_gpio
|
depends_on:
|
||||||
platform_allow: pan1780_evb pan1770_evb pan1781_evb pan1782_evb
|
- arduino_i2c
|
||||||
|
- arduino_gpio
|
||||||
|
platform_allow:
|
||||||
|
- pan1780_evb
|
||||||
|
- pan1770_evb
|
||||||
|
- pan1781_evb
|
||||||
|
- pan1782_evb
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- pan1780_evb
|
- pan1780_evb
|
||||||
extra_args: SHIELD=amg88xx_grid_eye_eval_shield
|
extra_args: SHIELD=amg88xx_grid_eye_eval_shield
|
||||||
|
|
|
@ -5,4 +5,6 @@ tests:
|
||||||
harness: sensor
|
harness: sensor
|
||||||
tags: sensors
|
tags: sensors
|
||||||
filter: dt_alias_exists("co2")
|
filter: dt_alias_exists("co2")
|
||||||
depends_on: serial uart_interrupt_driven
|
depends_on:
|
||||||
|
- serial
|
||||||
|
- uart_interrupt_driven
|
||||||
|
|
|
@ -5,4 +5,6 @@ tests:
|
||||||
harness: sensor
|
harness: sensor
|
||||||
tags: sensors
|
tags: sensors
|
||||||
filter: dt_compat_enabled("festo,veaa-x-3")
|
filter: dt_compat_enabled("festo,veaa-x-3")
|
||||||
depends_on: adc dac
|
depends_on:
|
||||||
|
- adc
|
||||||
|
- dac
|
||||||
|
|
|
@ -4,7 +4,9 @@ tests:
|
||||||
sample.shields.x_nucleo_iks4a1.sensorhub1:
|
sample.shields.x_nucleo_iks4a1.sensorhub1:
|
||||||
harness: shield
|
harness: shield
|
||||||
tags: shield
|
tags: shield
|
||||||
depends_on: arduino_i2c arduino_gpio
|
depends_on:
|
||||||
|
- arduino_i2c
|
||||||
|
- arduino_gpio
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- disco_l475_iot1
|
- disco_l475_iot1
|
||||||
- lpcxpresso55s16
|
- lpcxpresso55s16
|
||||||
|
|
|
@ -4,7 +4,9 @@ tests:
|
||||||
sample.shields.x_nucleo_iks4a1.sensorhub2:
|
sample.shields.x_nucleo_iks4a1.sensorhub2:
|
||||||
harness: shield
|
harness: shield
|
||||||
tags: shield
|
tags: shield
|
||||||
depends_on: arduino_i2c arduino_gpio
|
depends_on:
|
||||||
|
- arduino_i2c
|
||||||
|
- arduino_gpio
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- disco_l475_iot1
|
- disco_l475_iot1
|
||||||
- lpcxpresso55s16
|
- lpcxpresso55s16
|
||||||
|
|
|
@ -6,7 +6,9 @@ tests:
|
||||||
sample.shields.x_nucleo_iks4a1.standard:
|
sample.shields.x_nucleo_iks4a1.standard:
|
||||||
harness: shield
|
harness: shield
|
||||||
tags: shield
|
tags: shield
|
||||||
depends_on: arduino_i2c arduino_gpio
|
depends_on:
|
||||||
|
- arduino_i2c
|
||||||
|
- arduino_gpio
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- disco_l475_iot1
|
- disco_l475_iot1
|
||||||
- lpcxpresso55s16
|
- lpcxpresso55s16
|
||||||
|
|
|
@ -3,7 +3,9 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.dap.bulk:
|
sample.dap.bulk:
|
||||||
build_only: true
|
build_only: true
|
||||||
depends_on: arduino_gpio usb_device
|
depends_on:
|
||||||
|
- arduino_gpio
|
||||||
|
- usb_device
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf52840dk/nrf52840
|
- nrf52840dk/nrf52840
|
||||||
- frdm_k64f
|
- frdm_k64f
|
||||||
|
|
|
@ -73,7 +73,9 @@ tests:
|
||||||
simulation_exclude:
|
simulation_exclude:
|
||||||
- renode
|
- renode
|
||||||
extra_args: CONF_FILE="prj_ext.conf"
|
extra_args: CONF_FILE="prj_ext.conf"
|
||||||
platform_allow: hifive_unmatched/fu740/s7 bl5340_dvk/nrf5340/cpuapp
|
platform_allow:
|
||||||
|
- hifive_unmatched/fu740/s7
|
||||||
|
- bl5340_dvk/nrf5340/cpuapp
|
||||||
sample.filesystem.fat_fs.stm32h747i_disco_m7_sdmmc:
|
sample.filesystem.fat_fs.stm32h747i_disco_m7_sdmmc:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
platform_allow: stm32h747i_disco/stm32h747xx/m7
|
||||||
|
|
|
@ -29,8 +29,7 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
tags: ipc
|
tags: ipc
|
||||||
extra_args:
|
extra_args: icmsg_SNIPPET=nordic-flpr
|
||||||
icmsg_SNIPPET=nordic-flpr
|
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
@ -50,11 +49,11 @@ tests:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
tags: ipc
|
tags: ipc
|
||||||
extra_args:
|
extra_args:
|
||||||
icmsg_SNIPPET=nordic-flpr
|
- icmsg_SNIPPET=nordic-flpr
|
||||||
icmsg_CONFIG_MULTITHREADING=n
|
- icmsg_CONFIG_MULTITHREADING=n
|
||||||
icmsg_CONFIG_LOG_MODE_MINIMAL=y
|
- icmsg_CONFIG_LOG_MODE_MINIMAL=y
|
||||||
remote_CONFIG_MULTITHREADING=n
|
- remote_CONFIG_MULTITHREADING=n
|
||||||
remote_CONFIG_LOG_MODE_MINIMAL=y
|
- remote_CONFIG_LOG_MODE_MINIMAL=y
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
@ -74,9 +73,9 @@ tests:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
tags: ipc
|
tags: ipc
|
||||||
extra_args:
|
extra_args:
|
||||||
icmsg_SNIPPET=nordic-flpr
|
- icmsg_SNIPPET=nordic-flpr
|
||||||
remote_CONFIG_MULTITHREADING=n
|
- remote_CONFIG_MULTITHREADING=n
|
||||||
remote_CONFIG_LOG_MODE_MINIMAL=y
|
- remote_CONFIG_LOG_MODE_MINIMAL=y
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
@ -96,11 +95,11 @@ tests:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
tags: ipc
|
tags: ipc
|
||||||
extra_args:
|
extra_args:
|
||||||
icmsg_SNIPPET=nordic-flpr
|
- icmsg_SNIPPET=nordic-flpr
|
||||||
icmsg_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
- icmsg_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
||||||
icmsg_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_icbmsg.overlay"
|
- icmsg_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_icbmsg.overlay"
|
||||||
remote_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
- remote_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
||||||
remote_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuflpr_icbmsg.overlay"
|
- remote_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuflpr_icbmsg.overlay"
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
@ -120,15 +119,15 @@ tests:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
tags: ipc
|
tags: ipc
|
||||||
extra_args:
|
extra_args:
|
||||||
icmsg_SNIPPET=nordic-flpr
|
- icmsg_SNIPPET=nordic-flpr
|
||||||
icmsg_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
- icmsg_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
||||||
icmsg_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_icbmsg.overlay"
|
- icmsg_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_icbmsg.overlay"
|
||||||
icmsg_CONFIG_MULTITHREADING=n
|
- icmsg_CONFIG_MULTITHREADING=n
|
||||||
icmsg_CONFIG_LOG_MODE_MINIMAL=y
|
- icmsg_CONFIG_LOG_MODE_MINIMAL=y
|
||||||
remote_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
- remote_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
||||||
remote_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuflpr_icbmsg.overlay"
|
- remote_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuflpr_icbmsg.overlay"
|
||||||
remote_CONFIG_MULTITHREADING=n
|
- remote_CONFIG_MULTITHREADING=n
|
||||||
remote_CONFIG_LOG_MODE_MINIMAL=y
|
- remote_CONFIG_LOG_MODE_MINIMAL=y
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
@ -148,13 +147,13 @@ tests:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
tags: ipc
|
tags: ipc
|
||||||
extra_args:
|
extra_args:
|
||||||
icmsg_SNIPPET=nordic-flpr
|
- icmsg_SNIPPET=nordic-flpr
|
||||||
icmsg_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
- icmsg_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
||||||
icmsg_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_icbmsg.overlay"
|
- icmsg_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuapp_icbmsg.overlay"
|
||||||
remote_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
- remote_CONFIG_IPC_SERVICE_BACKEND_ICBMSG_NUM_EP=1
|
||||||
remote_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuflpr_icbmsg.overlay"
|
- remote_DTC_OVERLAY_FILE="boards/nrf54l15dk_nrf54l15_cpuflpr_icbmsg.overlay"
|
||||||
remote_CONFIG_MULTITHREADING=n
|
- remote_CONFIG_MULTITHREADING=n
|
||||||
remote_CONFIG_LOG_MODE_MINIMAL=y
|
- remote_CONFIG_LOG_MODE_MINIMAL=y
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
harness: console
|
harness: console
|
||||||
harness_config:
|
harness_config:
|
||||||
|
|
|
@ -32,5 +32,5 @@ tests:
|
||||||
tags: ipc
|
tags: ipc
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
extra_args:
|
extra_args:
|
||||||
DTC_OVERLAY_FILE=boards/nrf5340dk_nrf5340_cpuapp_icbmsg.overlay
|
- DTC_OVERLAY_FILE=boards/nrf5340dk_nrf5340_cpuapp_icbmsg.overlay
|
||||||
remote_DTC_OVERLAY_FILE=boards/nrf5340dk_nrf5340_cpunet_icbmsg.overlay
|
- remote_DTC_OVERLAY_FILE=boards/nrf5340dk_nrf5340_cpunet_icbmsg.overlay
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags: llext edk
|
tags:
|
||||||
|
- llext
|
||||||
|
- edk
|
||||||
arch_allow:
|
arch_allow:
|
||||||
- arm
|
- arm
|
||||||
filter: CONFIG_ARCH_HAS_USERSPACE
|
filter: CONFIG_ARCH_HAS_USERSPACE
|
||||||
|
@ -9,4 +11,6 @@ sample:
|
||||||
tests:
|
tests:
|
||||||
sample.edk.app:
|
sample.edk.app:
|
||||||
build_only: true
|
build_only: true
|
||||||
tags: edk llext
|
tags:
|
||||||
|
- edk
|
||||||
|
- llext
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags: shell llext
|
tags:
|
||||||
|
- shell
|
||||||
|
- llext
|
||||||
arch_allow:
|
arch_allow:
|
||||||
- arm
|
- arm
|
||||||
- xtensa
|
- xtensa
|
||||||
|
|
|
@ -172,15 +172,17 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk/nrf52840
|
- nrf52840dk/nrf52840
|
||||||
sample.mcumgr.smp_svr.ram_load.serial:
|
sample.mcumgr.smp_svr.ram_load.serial:
|
||||||
extra_args: FILE_SUFFIX="ram_load"
|
extra_args:
|
||||||
EXTRA_CONF_FILE="overlay-serial.conf"
|
- FILE_SUFFIX="ram_load"
|
||||||
|
- EXTRA_CONF_FILE="overlay-serial.conf"
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf52840dk/nrf52840
|
- nrf52840dk/nrf52840
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf52840dk/nrf52840
|
- nrf52840dk/nrf52840
|
||||||
sample.mcumgr.smp_svr.ram_load.serial.fs.shell:
|
sample.mcumgr.smp_svr.ram_load.serial.fs.shell:
|
||||||
extra_args: FILE_SUFFIX="ram_load"
|
extra_args:
|
||||||
EXTRA_CONF_FILE="overlay-serial.conf;overlay-fs.conf;overlay-shell.conf"
|
- FILE_SUFFIX="ram_load"
|
||||||
|
- EXTRA_CONF_FILE="overlay-serial.conf;overlay-fs.conf;overlay-shell.conf"
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf52840dk/nrf52840
|
- nrf52840dk/nrf52840
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
|
|
|
@ -5,6 +5,8 @@ tests:
|
||||||
depends_on:
|
depends_on:
|
||||||
- usbd
|
- usbd
|
||||||
- i2s
|
- i2s
|
||||||
tags: usb i2s
|
tags:
|
||||||
|
- usb
|
||||||
|
- i2s
|
||||||
platform_allow: nrf5340dk/nrf5340/cpuapp
|
platform_allow: nrf5340dk/nrf5340/cpuapp
|
||||||
harness: TBD
|
harness: TBD
|
||||||
|
|
|
@ -5,6 +5,8 @@ tests:
|
||||||
depends_on:
|
depends_on:
|
||||||
- usbd
|
- usbd
|
||||||
- i2s
|
- i2s
|
||||||
tags: usb i2s
|
tags:
|
||||||
|
- usb
|
||||||
|
- i2s
|
||||||
platform_allow: nrf5340dk/nrf5340/cpuapp
|
platform_allow: nrf5340dk/nrf5340/cpuapp
|
||||||
harness: TBD
|
harness: TBD
|
||||||
|
|
|
@ -18,16 +18,14 @@ tests:
|
||||||
- nrf5340dk/nrf5340/cpuapp
|
- nrf5340dk/nrf5340/cpuapp
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf5340dk/nrf5340/cpuapp
|
- nrf5340dk/nrf5340/cpuapp
|
||||||
extra_args:
|
extra_args: SB_CONF_FILE=sysbuild/nrf5340dk_nrf5340_cpunet.conf
|
||||||
SB_CONF_FILE=sysbuild/nrf5340dk_nrf5340_cpunet.conf
|
|
||||||
|
|
||||||
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad:
|
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpurad:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
extra_args:
|
extra_args: SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
|
||||||
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpurad.conf
|
|
||||||
|
|
||||||
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr:
|
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
|
@ -35,41 +33,41 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
extra_args:
|
extra_args:
|
||||||
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuppr.conf
|
|
||||||
hello_world_SNIPPET=nordic-ppr
|
|
||||||
|
|
||||||
|
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuppr.conf
|
||||||
|
- hello_world_SNIPPET=nordic-ppr
|
||||||
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr_xip:
|
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuppr_xip:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
extra_args:
|
extra_args:
|
||||||
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuppr_xip.conf
|
|
||||||
hello_world_SNIPPET=nordic-ppr-xip
|
|
||||||
|
|
||||||
|
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuppr_xip.conf
|
||||||
|
- hello_world_SNIPPET=nordic-ppr-xip
|
||||||
sample.sysbuild.hello_world.nrf54l15dk_nrf54l15_cpuflpr:
|
sample.sysbuild.hello_world.nrf54l15dk_nrf54l15_cpuflpr:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54l15dk/nrf54l15/cpuapp
|
- nrf54l15dk/nrf54l15/cpuapp
|
||||||
extra_args:
|
extra_args:
|
||||||
SB_CONF_FILE=sysbuild/nrf54l15dk_nrf54l15_cpuflpr.conf
|
|
||||||
hello_world_SNIPPET=nordic-flpr
|
|
||||||
|
|
||||||
|
- SB_CONF_FILE=sysbuild/nrf54l15dk_nrf54l15_cpuflpr.conf
|
||||||
|
- hello_world_SNIPPET=nordic-flpr
|
||||||
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuflpr:
|
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuflpr:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
extra_args:
|
extra_args:
|
||||||
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuflpr.conf
|
|
||||||
hello_world_SNIPPET=nordic-flpr
|
|
||||||
|
|
||||||
|
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuflpr.conf
|
||||||
|
- hello_world_SNIPPET=nordic-flpr
|
||||||
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuflpr_xip:
|
sample.sysbuild.hello_world.nrf54h20dk_cpuapp_cpuflpr_xip:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- nrf54h20dk/nrf54h20/cpuapp
|
- nrf54h20dk/nrf54h20/cpuapp
|
||||||
extra_args:
|
extra_args:
|
||||||
SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuflpr_xip.conf
|
- SB_CONF_FILE=sysbuild/nrf54h20dk_nrf54h20_cpuflpr_xip.conf
|
||||||
hello_world_SNIPPET=nordic-flpr-xip
|
- hello_world_SNIPPET=nordic-flpr-xip
|
||||||
|
|
|
@ -2,7 +2,9 @@ common:
|
||||||
ignore_faults: true
|
ignore_faults: true
|
||||||
harness: console
|
harness: console
|
||||||
ignore_qemu_crash: true
|
ignore_qemu_crash: true
|
||||||
tags: kernel riscv
|
tags:
|
||||||
|
- kernel
|
||||||
|
- riscv
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- qemu_riscv64
|
- qemu_riscv64
|
||||||
tests:
|
tests:
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
common:
|
common:
|
||||||
ignore_faults: true
|
ignore_faults: true
|
||||||
ignore_qemu_crash: true
|
ignore_qemu_crash: true
|
||||||
tags: kernel riscv
|
tags:
|
||||||
|
- kernel
|
||||||
|
- riscv
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- qemu_riscv64/qemu_virt_riscv64/smp
|
- qemu_riscv64/qemu_virt_riscv64/smp
|
||||||
tests:
|
tests:
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
tests:
|
tests:
|
||||||
boards.nrf.i2c.i2c_slave:
|
boards.nrf.i2c.i2c_slave:
|
||||||
depends_on: i2c
|
depends_on: i2c
|
||||||
tags: drivers i2c
|
tags:
|
||||||
|
- drivers
|
||||||
|
- i2c
|
||||||
harness: ztest
|
harness: ztest
|
||||||
harness_config:
|
harness_config:
|
||||||
fixture: i2c_loopback
|
fixture: i2c_loopback
|
||||||
|
|
|
@ -7,5 +7,6 @@ tests:
|
||||||
sysbuild: false
|
sysbuild: false
|
||||||
buildsystem.extensions.zephyr_get.sysbuild:
|
buildsystem.extensions.zephyr_get.sysbuild:
|
||||||
sysbuild: true
|
sysbuild: true
|
||||||
extra_args: TESTCASE_VARIABLE="sysbuild.main"
|
extra_args:
|
||||||
zephyr_get_2nd_TESTCASE_VARIABLE="sysbuild.2nd"
|
- TESTCASE_VARIABLE="sysbuild.main"
|
||||||
|
- zephyr_get_2nd_TESTCASE_VARIABLE="sysbuild.2nd"
|
||||||
|
|
|
@ -1,5 +1,8 @@
|
||||||
common:
|
common:
|
||||||
tags: adc drivers userspace
|
tags:
|
||||||
|
- adc
|
||||||
|
- drivers
|
||||||
|
- userspace
|
||||||
tests:
|
tests:
|
||||||
drivers.adc.rescale:
|
drivers.adc.rescale:
|
||||||
depends_on: adc
|
depends_on: adc
|
||||||
|
|
|
@ -20,7 +20,9 @@ tests:
|
||||||
|
|
||||||
drivers.gpio.build.altera_pio:
|
drivers.gpio.build.altera_pio:
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
platform_allow: niosv_m niosv_g
|
platform_allow:
|
||||||
|
- niosv_m
|
||||||
|
- niosv_g
|
||||||
depends_on: gpio
|
depends_on: gpio
|
||||||
extra_args: DTC_OVERLAY_FILE="altera.overlay"
|
extra_args: DTC_OVERLAY_FILE="altera.overlay"
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ tests:
|
||||||
drivers.charger.sbs.emulated:
|
drivers.charger.sbs.emulated:
|
||||||
filter: dt_compat_enabled("sbs,sbs-charger")
|
filter: dt_compat_enabled("sbs,sbs-charger")
|
||||||
extra_args:
|
extra_args:
|
||||||
CONF_FILE="prj.conf;boards/emulated_board.conf"
|
- CONF_FILE="prj.conf;boards/emulated_board.conf"
|
||||||
DTC_OVERLAY_FILE="boards/emulated_board.overlay"
|
- DTC_OVERLAY_FILE="boards/emulated_board.overlay"
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- qemu_cortex_a53
|
- qemu_cortex_a53
|
||||||
- qemu_cortex_a53/qemu_cortex_a53/smp
|
- qemu_cortex_a53/qemu_cortex_a53/smp
|
||||||
|
@ -34,5 +34,5 @@ tests:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_cortex_a53
|
- qemu_cortex_a53
|
||||||
extra_args:
|
extra_args:
|
||||||
CONF_FILE="prj.conf;boards/qemu_cortex_a53.conf"
|
- CONF_FILE="prj.conf;boards/qemu_cortex_a53.conf"
|
||||||
DTC_OVERLAY_FILE="boards/qemu_cortex_a53.overlay"
|
- DTC_OVERLAY_FILE="boards/qemu_cortex_a53.overlay"
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
common:
|
common:
|
||||||
timeout: 5
|
timeout: 5
|
||||||
platform_allow: nucleo_wba52cg nucleo_wba55cg
|
platform_allow:
|
||||||
|
- nucleo_wba52cg
|
||||||
|
- nucleo_wba55cg
|
||||||
tests:
|
tests:
|
||||||
drivers.clock.stm32_clock_configuration.wba.sysclksrc_hsi_16:
|
drivers.clock.stm32_clock_configuration.wba.sysclksrc_hsi_16:
|
||||||
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hsi_16.overlay"
|
extra_args: DTC_OVERLAY_FILE="boards/clear_clocks.overlay;boards/hsi_16.overlay"
|
||||||
|
|
|
@ -2,7 +2,9 @@ common:
|
||||||
tags:
|
tags:
|
||||||
- drivers
|
- drivers
|
||||||
- console
|
- console
|
||||||
platform_allow: hifive1 hifive_unleashed/fu540/e51
|
platform_allow:
|
||||||
|
- hifive1
|
||||||
|
- hifive_unleashed/fu540/e51
|
||||||
harness: robot
|
harness: robot
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
|
|
|
@ -9,8 +9,13 @@ common:
|
||||||
- native_sim
|
- native_sim
|
||||||
tests:
|
tests:
|
||||||
drivers.flash.api:
|
drivers.flash.api:
|
||||||
tags: drivers flash
|
tags:
|
||||||
|
- drivers
|
||||||
|
- flash
|
||||||
drivers.flash.api.userspace:
|
drivers.flash.api.userspace:
|
||||||
tags: driver flash userspace
|
tags:
|
||||||
|
- driver
|
||||||
|
- flash
|
||||||
|
- userspace
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_USERSPACE=y
|
- CONFIG_USERSPACE=y
|
||||||
|
|
|
@ -31,11 +31,15 @@ tests:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
drivers.flash.flash_simulator.native_erase_value_0x00:
|
drivers.flash.flash_simulator.native_erase_value_0x00:
|
||||||
extra_args: DTC_OVERLAY_FILE=boards/native_ev_0x00.overlay
|
extra_args: DTC_OVERLAY_FILE=boards/native_ev_0x00.overlay
|
||||||
platform_allow: native_posix native_sim
|
platform_allow:
|
||||||
|
- native_posix
|
||||||
|
- native_sim
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
drivers.flash.flash_simulator.native_64_erase_value_0x00:
|
drivers.flash.flash_simulator.native_64_erase_value_0x00:
|
||||||
extra_args: DTC_OVERLAY_FILE=boards/native_64_ev_0x00.overlay
|
extra_args: DTC_OVERLAY_FILE=boards/native_64_ev_0x00.overlay
|
||||||
platform_allow: native_posix/native/64 native_sim/native/64
|
platform_allow:
|
||||||
|
- native_posix/native/64
|
||||||
|
- native_sim/native/64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim/native/64
|
- native_sim/native/64
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags: drivers gpio
|
tags:
|
||||||
|
- drivers
|
||||||
|
- gpio
|
||||||
depends_on: gpio
|
depends_on: gpio
|
||||||
harness: ztest
|
harness: ztest
|
||||||
tests:
|
tests:
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.gpio.reserved_ranges:
|
drivers.gpio.reserved_ranges:
|
||||||
tags: drivers gpio
|
tags:
|
||||||
|
- drivers
|
||||||
|
- gpio
|
||||||
depends_on: gpio
|
depends_on: gpio
|
||||||
filter: dt_compat_enabled("test-gpio-reserved-ranges")
|
filter: dt_compat_enabled("test-gpio-reserved-ranges")
|
||||||
platform_allow:
|
platform_allow:
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags: drivers i2c
|
tags:
|
||||||
|
- drivers
|
||||||
|
- i2c
|
||||||
depends_on: i2c
|
depends_on: i2c
|
||||||
tests:
|
tests:
|
||||||
drivers.i2c.bme688:
|
drivers.i2c.bme688:
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
sample:
|
sample:
|
||||||
name: MBOX IPC negative test cases
|
name: MBOX IPC negative test cases
|
||||||
common:
|
common:
|
||||||
tags: drivers mbox
|
tags:
|
||||||
|
- drivers
|
||||||
|
- mbox
|
||||||
harness: ztest
|
harness: ztest
|
||||||
tests:
|
tests:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
common:
|
common:
|
||||||
depends_on: spi
|
depends_on: spi
|
||||||
tags: drivers spi
|
tags:
|
||||||
|
- drivers
|
||||||
|
- spi
|
||||||
harness: ztest
|
harness: ztest
|
||||||
harness_config:
|
harness_config:
|
||||||
fixture: gpio_spi_loopback
|
fixture: gpio_spi_loopback
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
common:
|
common:
|
||||||
depends_on: spi
|
depends_on: spi
|
||||||
tags: drivers spi
|
tags:
|
||||||
|
- drivers
|
||||||
|
- spi
|
||||||
harness: ztest
|
harness: ztest
|
||||||
harness_config:
|
harness_config:
|
||||||
fixture: gpio_spi_loopback
|
fixture: gpio_spi_loopback
|
||||||
|
|
|
@ -1,11 +1,15 @@
|
||||||
tests:
|
tests:
|
||||||
drivers.uart.async_rx:
|
drivers.uart.async_rx:
|
||||||
filter: CONFIG_SERIAL_HAS_DRIVER
|
filter: CONFIG_SERIAL_HAS_DRIVER
|
||||||
tags: drivers uart
|
tags:
|
||||||
|
- drivers
|
||||||
|
- uart
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
drivers.uart.async_rx.ztress:
|
drivers.uart.async_rx.ztress:
|
||||||
tags: drivers uart
|
tags:
|
||||||
|
- drivers
|
||||||
|
- uart
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- qemu_cortex_m3
|
- qemu_cortex_m3
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
|
|
|
@ -10,7 +10,9 @@ tests:
|
||||||
drivers.uart.basic_api.wide:
|
drivers.uart.basic_api.wide:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_UART_WIDE_DATA=y
|
- CONFIG_UART_WIDE_DATA=y
|
||||||
tags: drivers uart
|
tags:
|
||||||
|
- drivers
|
||||||
|
- uart
|
||||||
filter: CONFIG_UART_CONSOLE
|
filter: CONFIG_UART_CONSOLE
|
||||||
harness: keyboard
|
harness: keyboard
|
||||||
arch_allow: arm
|
arch_allow: arm
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags: drivers uart
|
tags:
|
||||||
|
- drivers
|
||||||
|
- uart
|
||||||
depends_on: gpio
|
depends_on: gpio
|
||||||
harness: ztest
|
harness: ztest
|
||||||
harness_config:
|
harness_config:
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags: drivers uart
|
tags:
|
||||||
|
- drivers
|
||||||
|
- uart
|
||||||
depends_on: gpio
|
depends_on: gpio
|
||||||
harness: ztest
|
harness: ztest
|
||||||
harness_config:
|
harness_config:
|
||||||
|
|
|
@ -6,7 +6,9 @@ tests:
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
kernel.context.minimallibc:
|
kernel.context.minimallibc:
|
||||||
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
||||||
tags: kernel libc
|
tags:
|
||||||
|
- kernel
|
||||||
|
- libc
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
|
- CONFIG_TEST_EXTRA_STACK_SIZE=1024
|
||||||
- CONFIG_MINIMAL_LIBC=y
|
- CONFIG_MINIMAL_LIBC=y
|
||||||
|
|
|
@ -25,7 +25,9 @@ tests:
|
||||||
kernel.device.pm:
|
kernel.device.pm:
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
platform_exclude: mec15xxevb_assy6853 xenvm
|
platform_exclude:
|
||||||
|
- mec15xxevb_assy6853
|
||||||
|
- xenvm
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_PM_DEVICE=y
|
- CONFIG_PM_DEVICE=y
|
||||||
kernel.device.linker_generator:
|
kernel.device.linker_generator:
|
||||||
|
|
|
@ -4,7 +4,9 @@ tests:
|
||||||
platform_exclude: qemu_x86_tiny
|
platform_exclude: qemu_x86_tiny
|
||||||
kernel.objects.tracking.minimallibc:
|
kernel.objects.tracking.minimallibc:
|
||||||
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
||||||
tags: kernel libc
|
tags:
|
||||||
|
- kernel
|
||||||
|
- libc
|
||||||
platform_exclude: qemu_x86_tiny
|
platform_exclude: qemu_x86_tiny
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_MINIMAL_LIBC=y
|
- CONFIG_MINIMAL_LIBC=y
|
||||||
|
|
|
@ -3,6 +3,8 @@ tests:
|
||||||
tags: kernel
|
tags: kernel
|
||||||
kernel.objects.minimallibc:
|
kernel.objects.minimallibc:
|
||||||
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
|
||||||
tags: kernel libc
|
tags:
|
||||||
|
- kernel
|
||||||
|
- libc
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_MINIMAL_LIBC=y
|
- CONFIG_MINIMAL_LIBC=y
|
||||||
|
|
|
@ -3,7 +3,9 @@ tests:
|
||||||
tags:
|
tags:
|
||||||
- kernel
|
- kernel
|
||||||
- smp
|
- smp
|
||||||
platform_allow: intel_adsp/cavs25 qemu_x86_64
|
platform_allow:
|
||||||
|
- intel_adsp/cavs25
|
||||||
|
- qemu_x86_64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_x86_64
|
- qemu_x86_64
|
||||||
kernel.multiprocessing.smp_boot_delay.minimallibc:
|
kernel.multiprocessing.smp_boot_delay.minimallibc:
|
||||||
|
@ -12,7 +14,9 @@ tests:
|
||||||
- kernel
|
- kernel
|
||||||
- smp
|
- smp
|
||||||
- libc
|
- libc
|
||||||
platform_allow: intel_adsp/cavs25 qemu_x86_64
|
platform_allow:
|
||||||
|
- intel_adsp/cavs25
|
||||||
|
- qemu_x86_64
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_x86_64
|
- qemu_x86_64
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
common:
|
common:
|
||||||
tags: kernel security
|
tags:
|
||||||
|
- kernel
|
||||||
|
- security
|
||||||
min_ram: 32
|
min_ram: 32
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
common:
|
common:
|
||||||
min_ram: 16
|
min_ram: 16
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tags: net iface
|
tags:
|
||||||
|
- net
|
||||||
|
- iface
|
||||||
tests:
|
tests:
|
||||||
net.conn_mgr.nodad:
|
net.conn_mgr.nodad:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -1,7 +1,9 @@
|
||||||
common:
|
common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tags: net dhcpv4
|
tags:
|
||||||
# eventfd API does not work with native_posix so exclude it here
|
# eventfd API does not work with native_posix so exclude it here
|
||||||
|
- net
|
||||||
|
- dhcpv4
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- native_posix
|
- native_posix
|
||||||
- native_posix/native/64
|
- native_posix/native/64
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
common:
|
common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tags: net dhcpv6
|
tags:
|
||||||
|
- net
|
||||||
|
- dhcpv6
|
||||||
tests:
|
tests:
|
||||||
net.dhcpv6:
|
net.dhcpv6:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
common:
|
common:
|
||||||
depends_on: netif
|
depends_on: netif
|
||||||
tags: net icmp
|
tags:
|
||||||
|
- net
|
||||||
|
- icmp
|
||||||
tests:
|
tests:
|
||||||
net.icmp.offloaded:
|
net.icmp.offloaded:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
|
|
@ -4,4 +4,6 @@ tests:
|
||||||
net.coap.client:
|
net.coap.client:
|
||||||
platform_allow:
|
platform_allow:
|
||||||
- native_sim
|
- native_sim
|
||||||
tags: coap net
|
tags:
|
||||||
|
- coap
|
||||||
|
- net
|
||||||
|
|
|
@ -6,7 +6,9 @@ tests:
|
||||||
extra_args:
|
extra_args:
|
||||||
# Will be ignored for other platforms
|
# Will be ignored for other platforms
|
||||||
- CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y
|
- CONFIG_NRF_WIFI_BUILD_ONLY_MODE=y
|
||||||
tags: wifi net
|
tags:
|
||||||
|
- wifi
|
||||||
|
- net
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- rd_rw612_bga/rw612/ethernet # Requires binary blobs to build
|
- rd_rw612_bga/rw612/ethernet # Requires binary blobs to build
|
||||||
- frdm_rw612 # Requires binary blobs to build
|
- frdm_rw612 # Requires binary blobs to build
|
||||||
|
|
|
@ -31,7 +31,10 @@ tests:
|
||||||
# most tests include no_mem_protection.conf, which disables memory protection
|
# most tests include no_mem_protection.conf, which disables memory protection
|
||||||
# hardware completely.
|
# hardware completely.
|
||||||
llext.simple.readonly:
|
llext.simple.readonly:
|
||||||
arch_allow: arm riscv arc # Xtensa needs writable storage
|
arch_allow: # Xtensa needs writable storage
|
||||||
|
- arm
|
||||||
|
- riscv
|
||||||
|
- arc
|
||||||
filter: not CONFIG_MPU and not CONFIG_MMU
|
filter: not CONFIG_MPU and not CONFIG_MMU
|
||||||
extra_conf_files: ['no_mem_protection.conf']
|
extra_conf_files: ['no_mem_protection.conf']
|
||||||
extra_configs:
|
extra_configs:
|
||||||
|
@ -44,7 +47,10 @@ tests:
|
||||||
- CONFIG_USERSPACE=y
|
- CONFIG_USERSPACE=y
|
||||||
- CONFIG_LLEXT_STORAGE_WRITABLE=n
|
- CONFIG_LLEXT_STORAGE_WRITABLE=n
|
||||||
llext.simple.readonly_mmu:
|
llext.simple.readonly_mmu:
|
||||||
arch_allow: arm64 arm riscv
|
arch_allow:
|
||||||
|
- arm64
|
||||||
|
- arm
|
||||||
|
- riscv
|
||||||
filter: CONFIG_MMU or CONFIG_RISCV_PMP
|
filter: CONFIG_MMU or CONFIG_RISCV_PMP
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_cortex_a53 # ARM Cortex-A53 (ARMv8-A ISA)
|
- qemu_cortex_a53 # ARM Cortex-A53 (ARMv8-A ISA)
|
||||||
|
@ -52,7 +58,11 @@ tests:
|
||||||
- CONFIG_LLEXT_HEAP_SIZE=128 # qemu_cortex_a9 requires larger heap
|
- CONFIG_LLEXT_HEAP_SIZE=128 # qemu_cortex_a9 requires larger heap
|
||||||
- CONFIG_LLEXT_STORAGE_WRITABLE=n
|
- CONFIG_LLEXT_STORAGE_WRITABLE=n
|
||||||
llext.simple.writable:
|
llext.simple.writable:
|
||||||
arch_allow: arm xtensa riscv arc
|
arch_allow:
|
||||||
|
- arm
|
||||||
|
- xtensa
|
||||||
|
- riscv
|
||||||
|
- arc
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_xtensa/dc233c # Xtensa ISA
|
- qemu_xtensa/dc233c # Xtensa ISA
|
||||||
filter: not CONFIG_MPU and not CONFIG_MMU
|
filter: not CONFIG_MPU and not CONFIG_MMU
|
||||||
|
@ -60,7 +70,11 @@ tests:
|
||||||
extra_configs:
|
extra_configs:
|
||||||
- CONFIG_LLEXT_STORAGE_WRITABLE=y
|
- CONFIG_LLEXT_STORAGE_WRITABLE=y
|
||||||
llext.simple.writable_relocatable:
|
llext.simple.writable_relocatable:
|
||||||
arch_allow: arm xtensa riscv arc
|
arch_allow:
|
||||||
|
- arm
|
||||||
|
- xtensa
|
||||||
|
- riscv
|
||||||
|
- arc
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- qemu_arc/qemu_arc_hs5x # See #80949
|
- qemu_arc/qemu_arc_hs5x # See #80949
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
|
@ -74,7 +88,11 @@ tests:
|
||||||
# Test the Symbol Link Identifier (SLID) linking feature on writable
|
# Test the Symbol Link Identifier (SLID) linking feature on writable
|
||||||
# storage to cover both ARM and Xtensa architectures on the same test.
|
# storage to cover both ARM and Xtensa architectures on the same test.
|
||||||
llext.simple.writable_slid_linking:
|
llext.simple.writable_slid_linking:
|
||||||
arch_allow: arm xtensa riscv arc
|
arch_allow:
|
||||||
|
- arm
|
||||||
|
- xtensa
|
||||||
|
- riscv
|
||||||
|
- arc
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- qemu_xtensa/dc233c # Xtensa ISA
|
- qemu_xtensa/dc233c # Xtensa ISA
|
||||||
filter: not CONFIG_MPU and not CONFIG_MMU
|
filter: not CONFIG_MPU and not CONFIG_MMU
|
||||||
|
@ -83,7 +101,11 @@ tests:
|
||||||
- CONFIG_LLEXT_STORAGE_WRITABLE=y
|
- CONFIG_LLEXT_STORAGE_WRITABLE=y
|
||||||
- CONFIG_LLEXT_EXPORT_BUILTINS_BY_SLID=y
|
- CONFIG_LLEXT_EXPORT_BUILTINS_BY_SLID=y
|
||||||
llext.simple.writable_relocatable_slid_linking:
|
llext.simple.writable_relocatable_slid_linking:
|
||||||
arch_allow: arm xtensa riscv arc
|
arch_allow:
|
||||||
|
- arm
|
||||||
|
- xtensa
|
||||||
|
- riscv
|
||||||
|
- arc
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- qemu_arc/qemu_arc_hs5x # See #80949
|
- qemu_arc/qemu_arc_hs5x # See #80949
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
common:
|
common:
|
||||||
depends_on: sdhc
|
depends_on: sdhc
|
||||||
tags: drivers sdhc
|
tags:
|
||||||
|
- drivers
|
||||||
|
- sdhc
|
||||||
tests:
|
tests:
|
||||||
sd.sdio:
|
sd.sdio:
|
||||||
harness: ztest
|
harness: ztest
|
||||||
|
|
|
@ -4,7 +4,9 @@
|
||||||
tests:
|
tests:
|
||||||
sip_svc.stress_test.ztest:
|
sip_svc.stress_test.ztest:
|
||||||
build_only: true
|
build_only: true
|
||||||
platform_allow: intel_socfpga_agilex_socdk intel_socfpga_agilex5_socdk
|
platform_allow:
|
||||||
|
- intel_socfpga_agilex_socdk
|
||||||
|
- intel_socfpga_agilex5_socdk
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- intel_socfpga_agilex_socdk
|
- intel_socfpga_agilex_socdk
|
||||||
- intel_socfpga_agilex5_socdk
|
- intel_socfpga_agilex5_socdk
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue