tests: fix various test identifiers

Fix a few inconsistent test identifiers.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2023-11-15 14:20:03 +00:00 committed by Henrik Brix Andersen
parent 190f0dde26
commit f25e2201a4
12 changed files with 21 additions and 20 deletions

View file

@ -11,7 +11,7 @@ common:
regex: regex:
- "sensing subsystem run successfully" - "sensing subsystem run successfully"
tests: tests:
sample.subsys.sensing.simple: sample.sensing.simple:
platform_allow: platform_allow:
- native_sim - native_sim
tags: sensing tags: sensing

View file

@ -1,8 +1,9 @@
sample: sample:
name: Task Watchdog Subsytem Sample name: Task Watchdog Subsytem Sample
common: common:
tags: subsys
harness: console harness: console
tags:
- task_wdt
harness_config: harness_config:
type: multi_line type: multi_line
ordered: true ordered: true
@ -19,10 +20,10 @@ common:
- s32z270dc2_rtu0_r52 - s32z270dc2_rtu0_r52
- s32z270dc2_rtu1_r52 - s32z270dc2_rtu1_r52
tests: tests:
sample.subsys.task_wdt: sample.task_wdt:
integration_platforms: integration_platforms:
- nucleo_g474re - nucleo_g474re
sample.subsys.task_wdt.no_hw_fallback: sample.task_wdt.no_hw_fallback:
extra_args: CONF_FILE="prj_no_hw_fallback.conf" extra_args: CONF_FILE="prj_no_hw_fallback.conf"
platform_allow: platform_allow:
- mr_canhubk3 - mr_canhubk3

View file

@ -1,8 +1,8 @@
tests: tests:
dsp_sharing.test_load_store: arch.arc.dsp_sharing.test_load_store:
filter: CONFIG_ISA_ARCV2 and CONFIG_ARC_HAS_DSP filter: CONFIG_ISA_ARCV2 and CONFIG_ARC_HAS_DSP
platform_allow: nsim_em11d platform_allow: nsim_em11d
dsp_sharing.test_calculation: arch.arc.dsp_sharing.test_calculation:
filter: CONFIG_ISA_ARCV2 and CONFIG_ARC_HAS_DSP filter: CONFIG_ISA_ARCV2 and CONFIG_ARC_HAS_DSP
toolchain_allow: arcmwdt toolchain_allow: arcmwdt
platform_allow: nsim_em11d platform_allow: nsim_em11d

View file

@ -1,5 +1,5 @@
tests: tests:
arch.interrupt.arm.hardfault_validation: arch.arm.interrupt.hardfault_validation:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE and CONFIG_ARMV7_M_ARMV8_M_MAINLINE filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE and CONFIG_ARMV7_M_ARMV8_M_MAINLINE
arch_allow: arm arch_allow: arm
tags: arm tags: arm

View file

@ -7,16 +7,16 @@ common:
ignore_faults: true ignore_faults: true
arch_allow: arm arch_allow: arm
tests: tests:
arch.interrupt.arm: arch.arm.interrupt:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
arch.interrupt.no_optimizations: arch.arm.interrupt.no_optimizations:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
extra_configs: extra_configs:
- CONFIG_NO_OPTIMIZATIONS=y - CONFIG_NO_OPTIMIZATIONS=y
- CONFIG_ZTEST_WARN_NO_OPTIMIZATIONS=n - CONFIG_ZTEST_WARN_NO_OPTIMIZATIONS=n
- CONFIG_IDLE_STACK_SIZE=512 - CONFIG_IDLE_STACK_SIZE=512
- CONFIG_MAIN_STACK_SIZE=2048 - CONFIG_MAIN_STACK_SIZE=2048
arch.interrupt.extra_exception_info: arch.arm.interrupt.extra_exception_info:
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE
extra_configs: extra_configs:
- CONFIG_EXTRA_EXCEPTION_INFO=y - CONFIG_EXTRA_EXCEPTION_INFO=y

View file

@ -1,5 +1,5 @@
tests: tests:
arch.interrupt.arm.nmi: arch.arm.interrupt.nmi:
filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE and filter: CONFIG_ARMV6_M_ARMV8_M_BASELINE or CONFIG_ARMV7_M_ARMV8_M_MAINLINE and
not CONFIG_BUILD_WITH_TFM not CONFIG_BUILD_WITH_TFM
arch_allow: arm arch_allow: arm

View file

@ -4,18 +4,18 @@ common:
- drivers - drivers
- can - can
tests: tests:
drivers.build_all.can.mcp2515: drivers.can.build_all.mcp2515:
depends_on: depends_on:
- arduino_spi - arduino_spi
- arduino_gpio - arduino_gpio
extra_args: SHIELD=dfrobot_can_bus_v2_0 extra_args: SHIELD=dfrobot_can_bus_v2_0
platform_allow: frdm_k64f platform_allow: frdm_k64f
drivers.build_all.can.tcan4x5x: drivers.can.build_all.tcan4x5x:
depends_on: depends_on:
- arduino_spi - arduino_spi
- arduino_gpio - arduino_gpio
extra_args: SHIELD=tcan4550evm extra_args: SHIELD=tcan4550evm
platform_allow: frdm_k64f platform_allow: frdm_k64f
drivers.build_all.can.mcp251xfd: drivers.can.build_all.mcp251xfd:
extra_args: SHIELD=mikroe_mcp2518fd_click extra_args: SHIELD=mikroe_mcp2518fd_click
platform_allow: lpcxpresso55s28 platform_allow: lpcxpresso55s28

View file

@ -5,5 +5,5 @@ common:
platform_allow: native_posix platform_allow: native_posix
build_only: true build_only: true
tests: tests:
fpga.build: drivers.fpga.build:
tags: fpga tags: fpga

View file

@ -1,3 +1,3 @@
tests: tests:
net.eth_ivshmem_queue: net.ethernet.eth_ivshmem_queue:
platform_allow: qemu_cortex_a53 platform_allow: qemu_cortex_a53

View file

@ -1,5 +1,5 @@
tests: tests:
virtualization.ivshmem: drivers.virtualization.ivshmem:
arch_allow: arch_allow:
- x86 - x86
- arm64 - arm64

View file

@ -2,7 +2,7 @@ common:
min_ram: 16 min_ram: 16
depends_on: netif depends_on: netif
tests: tests:
net.conn_mgr_conn: net.conn_mgr.conn:
tags: tags:
- net - net
- iface - iface

View file

@ -3,9 +3,9 @@ common:
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:
- CONFIG_NET_IPV6_DAD=n - CONFIG_NET_IPV6_DAD=n
net.conn_mgr_dad: net.conn_mgr.dad:
extra_configs: extra_configs:
- CONFIG_NET_IPV6_DAD=y - CONFIG_NET_IPV6_DAD=y