Antonio Nino Diaz | f2218e7 | 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"> |
Antonio Nino Diaz | f2218e7 | 2019-03-19 10:59:11 +0000 | [diff] [blame] | 13 | <testcase name="SPM NS interrupts test" |
| 14 | function="test_secure_partition_interrupt_by_ns" /> |
Antonio Nino Diaz | f2218e7 | 2019-03-19 10:59:11 +0000 | [diff] [blame] | 15 | <testcase name="SPM secondary CPUs sequential test" |
| 16 | function="test_secure_partition_secondary_cores_seq" /> |
Antonio Nino Diaz | f2218e7 | 2019-03-19 10:59:11 +0000 | [diff] [blame] | 17 | <testcase name="SPM secondary CPUs simultaneous test" |
| 18 | function="test_secure_partition_secondary_cores_sim" /> |
Antonio Nino Diaz | f2218e7 | 2019-03-19 10:59:11 +0000 | [diff] [blame] | 19 | </testsuite> |
| 20 | |
| 21 | </testsuites> |