Antonio Nino Diaz | 9d7726c | 2019-03-19 10:59:11 +0000 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
| 4 | Copyright (c) 2018-2019, Arm Limited. All rights reserved. |
| 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | --> |
| 8 | |
| 9 | <testsuites> |
| 10 | |
| 11 | <testsuite name="SPM tests" |
| 12 | description="Test SPM APIs"> |
| 13 | <!-- TODO: This test fails in the CI. |
| 14 | <testcase name="SPM NS interrupts test" |
| 15 | function="test_secure_partition_interrupt_by_ns" /> |
| 16 | --> |
| 17 | <testcase name="SPM secondary CPUs sequential test" |
| 18 | function="test_secure_partition_secondary_cores_seq" /> |
| 19 | <!-- TODO: This test fails in the CI. |
| 20 | <testcase name="SPM secondary CPUs simultaneous test" |
| 21 | function="test_secure_partition_secondary_cores_sim" /> |
| 22 | --> |
| 23 | </testsuite> |
| 24 | |
| 25 | </testsuites> |