boards: arm: Enable default testing of MPS3 boards

Enable tests by default for CS300 and CS310 since they support
simulation and FVP's are available in upstream docker.

Signed-off-by: Sudan Landge <sudan.landge@arm.com>
This commit is contained in:
Sudan Landge 2025-03-19 01:00:05 +00:00 committed by Benjamin Cabé
commit 5f91f17e68
4 changed files with 7 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# #
# Copyright (c) 2019-2021 Linaro Limited # Copyright (c) 2019-2021 Linaro Limited
# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com> # Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
# #
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# #
@ -20,6 +20,7 @@ toolchain:
supported: supported:
- gpio - gpio
testing: testing:
default: true
ignore_tags: ignore_tags:
- drivers - drivers
- bluetooth - bluetooth

View file

@ -1,4 +1,4 @@
# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com> # Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
identifier: mps3/corstone300/fvp identifier: mps3/corstone300/fvp
@ -16,6 +16,7 @@ toolchain:
supported: supported:
- gpio - gpio
testing: testing:
default: true
ignore_tags: ignore_tags:
- bluetooth - bluetooth
- net - net

View file

@ -1,4 +1,4 @@
# Copyright 2024 Arm Limited and/or its affiliates <open-source-office@arm.com> # Copyright 2024-2025 Arm Limited and/or its affiliates <open-source-office@arm.com>
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
identifier: mps3/corstone310/fvp identifier: mps3/corstone310/fvp
@ -16,6 +16,7 @@ toolchain:
supported: supported:
- gpio - gpio
testing: testing:
default: true
ignore_tags: ignore_tags:
- drivers - drivers
- bluetooth - bluetooth

View file

@ -6,8 +6,7 @@ common:
platform_allow: platform_allow:
- mps3/corstone300/an547 - mps3/corstone300/an547
- mps3/corstone300/fvp - mps3/corstone300/fvp
# TODO: enable this after CONFIG_USERSPACE is supported for mps3/corstone310 - mps3/corstone310/fvp
# - mps3/corstone310/fvp
tests: tests:
# To verify that region marked with PXN attribute can be executed from unprivileged code # To verify that region marked with PXN attribute can be executed from unprivileged code
# and cannot be executed from privileged code # and cannot be executed from privileged code