Skip to content

Commit 5f91f17

Browse files
wearyzenkartben
authored andcommitted
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 <[email protected]>
1 parent c8aeb41 commit 5f91f17

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

boards/arm/mps3/mps3_corstone300_an547.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#
22
# Copyright (c) 2019-2021 Linaro Limited
3-
# Copyright 2024 Arm Limited and/or its affiliates <[email protected]>
3+
# Copyright 2024-2025 Arm Limited and/or its affiliates <[email protected]>
44
#
55
# SPDX-License-Identifier: Apache-2.0
66
#
@@ -20,6 +20,7 @@ toolchain:
2020
supported:
2121
- gpio
2222
testing:
23+
default: true
2324
ignore_tags:
2425
- drivers
2526
- bluetooth

boards/arm/mps3/mps3_corstone300_fvp.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Arm Limited and/or its affiliates <[email protected]>
1+
# Copyright 2024-2025 Arm Limited and/or its affiliates <[email protected]>
22
# SPDX-License-Identifier: Apache-2.0
33

44
identifier: mps3/corstone300/fvp
@@ -16,6 +16,7 @@ toolchain:
1616
supported:
1717
- gpio
1818
testing:
19+
default: true
1920
ignore_tags:
2021
- bluetooth
2122
- net

boards/arm/mps3/mps3_corstone310_fvp.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2024 Arm Limited and/or its affiliates <[email protected]>
1+
# Copyright 2024-2025 Arm Limited and/or its affiliates <[email protected]>
22
# SPDX-License-Identifier: Apache-2.0
33

44
identifier: mps3/corstone310/fvp
@@ -16,6 +16,7 @@ toolchain:
1616
supported:
1717
- gpio
1818
testing:
19+
default: true
1920
ignore_tags:
2021
- drivers
2122
- bluetooth

tests/arch/arm/arm_mpu_pxn/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@ common:
66
platform_allow:
77
- mps3/corstone300/an547
88
- mps3/corstone300/fvp
9-
# TODO: enable this after CONFIG_USERSPACE is supported for mps3/corstone310
10-
# - mps3/corstone310/fvp
9+
- mps3/corstone310/fvp
1110
tests:
1211
# To verify that region marked with PXN attribute can be executed from unprivileged code
1312
# and cannot be executed from privileged code

0 commit comments

Comments
 (0)