tests: Update board names for hwmv2

Updates tests that use board names which have changed with boards v2

Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
Jamie McCrae
2024-02-02 07:57:50 +00:00
committed by Carles Cufi
parent e12719154a
commit 990417bbde
27 changed files with 91 additions and 90 deletions

View File

@@ -88,7 +88,7 @@ tests:
tags:
- kernel
integration_platforms:
- qemu_arc_em
- qemu_arc/qemu_arc_em
sample.minimal.riscv.runtime:
extra_args:
- CONF_FILE='common-runtime.conf;no-timers.conf;no-mt.conf;riscv.conf'

View File

@@ -1,7 +1,6 @@
CONFIG_SOC_EMSK=y
CONFIG_SOC_EMSK_EM7D=y
CONFIG_BOARD_EM_STARTERKIT=y
CONFIG_BOARD_EM_STARTERKIT_R23=y
CONFIG_SYS_CLOCK_TICKS_PER_SEC=100
CONFIG_XIP=n
CONFIG_BUILD_NO_GAP_FILL=y

View File

@@ -7,10 +7,10 @@ tests:
# Requires multiple kernels in an AMP config. See README.rst
build_only: true
platform_allow:
- nsim_sem
- em_starterkit_em7d
- nsim/nsim_sem
- em_starterkit/emsk_em7d
integration_platforms:
- nsim_sem
- nsim/nsim_sem
tags: secure
harness: console
harness_config:

View File

@@ -5,7 +5,7 @@ tests:
integration_platforms:
- native_sim
platform_exclude:
- qemu_arc_hs5x # See issue #62405
- qemu_arc/qemu_arc_hs5x # See issue #62405
tags: cmsis_rtos
min_ram: 32
min_flash: 34

View File

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

View File

@@ -12,7 +12,7 @@ tests:
harness: console
integration_platforms:
- qemu_x86
- qemu_arc_em
- qemu_arc/qemu_arc_em
harness_config:
type: one_line
record:
@@ -30,7 +30,7 @@ tests:
harness: console
integration_platforms:
- qemu_x86
- qemu_arc_em
- qemu_arc/qemu_arc_em
extra_configs:
- CONFIG_OBJ_CORE=y
- CONFIG_OBJ_CORE_STATS=y
@@ -107,7 +107,7 @@ tests:
harness: console
integration_platforms:
- qemu_x86
- qemu_arc_em
- qemu_arc/qemu_arc_em
extra_configs:
- CONFIG_TIMESLICING=y
harness_config:

View File

@@ -6,8 +6,8 @@ tests:
- aes
- ccm
platform_exclude:
- qemu_arc_em
- qemu_arc_hs
- qemu_arc/qemu_arc_em
- qemu_arc/qemu_arc_hs
- m2gl025_miv
timeout: 500
integration_platforms:

View File

@@ -17,7 +17,7 @@ tests:
platform_allow:
- native_sim
- qemu_cortex_a9
- qemu_arc_hs
- qemu_arc/qemu_arc_hs
integration_platforms:
- native_sim
extra_configs:

View File

@@ -11,7 +11,7 @@ tests:
integration_platforms:
- qemu_xtensa
- qemu_cortex_a53
- nsim_em
- nsim/nsim_em
- qemu_x86
- qemu_x86_64
kernel.cache.api.minimallibc:
@@ -27,7 +27,7 @@ tests:
integration_platforms:
- qemu_xtensa
- qemu_cortex_a53
- nsim_em
- nsim/nsim_em
- qemu_x86
- qemu_x86_64
extra_configs:

View File

@@ -1,21 +1,21 @@
common:
platform_allow:
- qemu_cortex_m3
- qemu_arc_em
- qemu_arc_hs
- qemu_arc_hs6x
- qemu_arc/qemu_arc_em
- qemu_arc/qemu_arc_hs
- qemu_arc/qemu_arc_hs6x
- qemu_riscv32
- qemu_riscv32e
- qemu_riscv64
- nsim_em
- nsim_em7d_v22
- nsim_hs
- nsim_hs_mpuv6
- nsim_hs5x
- nsim_hs6x
- nsim/nsim_em
- nsim/nsim_em7d_v22
- nsim/nsim_hs
- nsim/nsim_hs/mpuv6
- nsim/nsim_hs5x
- nsim/nsim_hs6x
integration_platforms:
- qemu_cortex_m3
- nsim_em
- nsim/nsim_em
tags:
- kernel
- scheduler

View File

@@ -1,6 +1,6 @@
tests:
kernel.memory_protection.syscalls:
platform_exclude: qemu_arc_em
platform_exclude: qemu_arc/qemu_arc_em
filter: CONFIG_ARCH_HAS_USERSPACE
arch_exclude:
- posix

View File

@@ -10,21 +10,21 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_cortex_m0
- nsim_em
- nsim_em7d_v22
- nsim_hs
- nsim_hs_mpuv6
- nsim_hs5x
- nsim_hs6x
- qemu_arc_em
- qemu_arc_hs
- qemu_arc_hs6x
- nsim/nsim_em
- nsim/nsim_em7d_v22
- nsim/nsim_hs
- nsim/nsim_hs_mpuv6
- nsim/nsim_hs5x
- nsim/nsim_hs6x
- qemu_arc/qemu_arc_em
- qemu_arc/qemu_arc_hs
- qemu_arc/qemu_arc_hs6x
- qemu_riscv32
- qemu_riscv32e
- qemu_riscv64
- qemu_leon3
integration_platforms:
- qemu_cortex_m3
- qemu_arc_hs
- qemu_arc/qemu_arc_hs
extra_configs:
- CONFIG_MULTITHREADING=n

View File

@@ -4,10 +4,10 @@ tests:
tags:
- kernel
- userspace
# FIXME: qemu_arc_hs6x is excluded due to a run-time failure, see #49492
# FIXME: qemu_arc/qemu_arc_hs6x is excluded due to a run-time failure, see #49492
platform_exclude:
- nrf52dk/nrf52810
- qemu_arc_hs6x
- qemu_arc/qemu_arc_hs6x
kernel.poll.minimallibc:
filter: CONFIG_MINIMAL_LIBC_SUPPORTED
ignore_faults: true
@@ -15,9 +15,9 @@ tests:
- kernel
- userspace
- libc
# FIXME: qemu_arc_hs6x is excluded due to a run-time failure, see #49492
# FIXME: qemu_arc/qemu_arc_hs6x is excluded due to a run-time failure, see #49492
platform_exclude:
- nrf52dk/nrf52810
- qemu_arc_hs6x
- qemu_arc/qemu_arc_hs6x
extra_configs:
- CONFIG_MINIMAL_LIBC=y

View File

@@ -2,7 +2,9 @@ tests:
kernel.common.profiling:
arch_exclude: nios2
platform_exclude:
- em_starterkit
- em_starterkit/emsk_em7d
- em_starterkit/emsk_em9d
- em_starterkit/emsk_em11d
- litex_vexriscv
- rv32m1_vega/openisa_rv32m1/zero_riscy
- rv32m1_vega/openisa_rv32m1/ri5cy

View File

@@ -10,15 +10,15 @@ tests:
- nrf52840dk/nrf52840
- nrf9160dk/nrf9160
- nrf51dk/nrf51422
- nsim_em
- nsim_em7d_v22
- nsim_hs
- nsim_hs_mpuv6
- nsim_hs5x
- nsim_hs6x
- qemu_arc_em
- qemu_arc_hs
- qemu_arc_hs6x
- nsim/nsim_em
- nsim/nsim_em7d_v22
- nsim/nsim_hs
- nsim/nsim_hs_mpuv6
- nsim/nsim_hs5x
- nsim/nsim_hs6x
- qemu_arc/qemu_arc_em
- qemu_arc/qemu_arc_hs
- qemu_arc/qemu_arc_hs6x
- qemu_riscv32
- qemu_riscv32e
- qemu_riscv64

View File

@@ -25,19 +25,19 @@ tests:
- timer
platform_allow:
- qemu_cortex_m3
- nsim_em
- nsim_em7d_v22
- nsim_hs
- nsim_hs_mpuv6
- nsim_hs5x
- nsim_hs6x
- qemu_arc_em
- qemu_arc_hs
- qemu_arc_hs6x
- nsim/nsim_em
- nsim/nsim_em7d_v22
- nsim/nsim_hs
- nsim/nsim_hs/mpuv6
- nsim/nsim_hs5x
- nsim/nsim_hs6x
- qemu_arc/qemu_arc_em
- qemu_arc/qemu_arc_hs
- qemu_arc/qemu_arc_hs6x
- qemu_leon3
integration_platforms:
- qemu_cortex_m3
- nsim_em
- nsim/nsim_em
extra_configs:
- CONFIG_MULTITHREADING=n
- CONFIG_TEST_USERSPACE=n

View File

@@ -3,9 +3,9 @@ tests:
tags:
- kernel
- timer
# FIXME: This test may fail for qemu_arc_hs on certain host systems.
# FIXME: This test may fail for qemu_arc/qemu_arc_hs on certain host systems.
# See foss-for-synopsys-dwc-arc-processors/qemu#67.
platform_exclude: qemu_arc_hs
platform_exclude: qemu_arc/qemu_arc_hs
kernel.timer.monotonic.apic.tsc:
tags:
- kernel

View File

@@ -4,7 +4,7 @@ common:
- workqueue
tests:
kernel.workqueue.critical:
platform_exclude: nsim_sem_mpu_stack_guard
platform_exclude: nsim/nsim_sem/mpu_stack_guard
filter: not CONFIG_WDT_SAM
integration_platforms:
- qemu_x86
@@ -15,6 +15,6 @@ tests:
integration_platforms:
- sam_e70_xplained/same70q21
kernel.workqueue.critical.nsim:
platform_allow: nsim_sem_mpu_stack_guard
platform_allow: nsim/nsim_sem/mpu_stack_guard
extra_configs:
- CONFIG_TEST_HW_STACK_PROTECTION=n

View File

@@ -5,7 +5,7 @@ tests:
- kernel
- xip
integration_platforms:
- qemu_arc_em
- qemu_arc/qemu_arc_em
- qemu_x86/atom/xip
arch.common.xip.minimallibc:
filter: CONFIG_XIP and CONFIG_MINIMAL_LIBC_SUPPORTED
@@ -13,7 +13,7 @@ tests:
- kernel
- xip
integration_platforms:
- qemu_arc_em
- qemu_arc/qemu_arc_em
- qemu_x86/atom/xip
extra_configs:
- CONFIG_MINIMAL_LIBC=y

View File

@@ -2,8 +2,8 @@ tests:
libraries.mpsc_pbuf:
tags: mpsc_pbuf
platform_allow:
- qemu_arc_em
- qemu_arc_hs
- qemu_arc/qemu_arc_em
- qemu_arc/qemu_arc_hs
- qemu_cortex_a53
- qemu_cortex_m0
- qemu_cortex_m3

View File

@@ -10,15 +10,15 @@ tests:
platform_allow:
- qemu_cortex_m3
- qemu_cortex_m0
- nsim_em
- nsim_em7d_v22
- nsim_hs
- nsim_hs_mpuv6
- nsim_hs5x
- nsim_hs6x
- qemu_arc_em
- qemu_arc_hs
- qemu_arc_hs6x
- nsim/nsim_em
- nsim/nsim_em7d_v22
- nsim/nsim_hs
- nsim/nsim_hs/mpuv6
- nsim/nsim_hs5x
- nsim/nsim_hs6x
- qemu_arc/qemu_arc_em
- qemu_arc/qemu_arc_hs
- qemu_arc/qemu_arc_hs6x
- qemu_riscv32
- qemu_riscv32e
- qemu_riscv64

View File

@@ -9,7 +9,7 @@ common:
tests:
portability.posix.common:
platform_exclude:
- nsim_sem_mpu_stack_guard
- nsim/nsim_sem/mpu_stack_guard
- intel_ehl_crb
extra_configs:
- CONFIG_NEWLIB_LIBC=n
@@ -17,7 +17,7 @@ tests:
- qemu_x86
portability.posix.common.newlib:
platform_exclude:
- nsim_sem_mpu_stack_guard
- nsim/nsim_sem/mpu_stack_guard
- intel_ehl_crb
- lpcxpresso55s06
filter: TOOLCHAIN_HAS_NEWLIB == 1
@@ -37,7 +37,7 @@ tests:
- CONFIG_ARCMWDT_LIBC=y
portability.posix.common.tls:
platform_exclude:
- nsim_sem_mpu_stack_guard
- nsim/nsim_sem/mpu_stack_guard
- intel_ehl_crb
filter: CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and CONFIG_TOOLCHAIN_SUPPORTS_THREAD_LOCAL_STORAGE
extra_configs:
@@ -47,7 +47,7 @@ tests:
- qemu_x86
portability.posix.common.tls.newlib:
platform_exclude:
- nsim_sem_mpu_stack_guard
- nsim/nsim_sem/mpu_stack_guard
- intel_ehl_crb
- lpcxpresso55s06
filter: TOOLCHAIN_HAS_NEWLIB == 1 and CONFIG_ARCH_HAS_THREAD_LOCAL_STORAGE and
@@ -60,12 +60,12 @@ tests:
- CONFIG_NEWLIB_LIBC=y
- CONFIG_THREAD_LOCAL_STORAGE=y
portability.posix.common.nsim:
platform_allow: nsim_sem_mpu_stack_guard
platform_allow: nsim/nsim_sem/mpu_stack_guard
extra_configs:
- CONFIG_NEWLIB_LIBC=n
- CONFIG_TEST_HW_STACK_PROTECTION=n
portability.posix.common.newlib.nsim:
platform_allow: nsim_sem_mpu_stack_guard
platform_allow: nsim/nsim_sem/mpu_stack_guard
filter: TOOLCHAIN_HAS_NEWLIB == 1
extra_configs:
- CONFIG_NEWLIB_LIBC=y

View File

@@ -14,10 +14,10 @@ tests:
- qemu_cortex_m0
- qemu_cortex_m3
- qemu_cortex_r5
- qemu_arc_em
- qemu_arc_hs
- qemu_arc_hs5x
- qemu_arc_hs6x
- qemu_arc/qemu_arc_em
- qemu_arc/qemu_arc_hs
- qemu_arc/qemu_arc_hs5x
- qemu_arc/qemu_arc_hs6x
- qemu_riscv32
- qemu_riscv32e
- qemu_riscv64

View File

@@ -24,5 +24,5 @@ tests:
zdsp.basicmath.arcmwdt:
filter: CONFIG_ISA_ARCV2
toolchain_allow: arcmwdt
platform_allow: nsim_em11d
platform_allow: nsim/nsim_em11d
extra_args: CONF_FILE=prj_arc.conf

View File

@@ -14,7 +14,7 @@ common:
- qemu_riscv64
- qemu_riscv64_smp
- qemu_malta
- qemu_arc_hs6x
- qemu_arc/qemu_arc_hs6x
- qemu_leon3
tests:
mgmt.mcumgr.os.datetime: {}