blob: ff3ff44d1895267691a29566bf4ad04618de182f [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2018, 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 <testcase name="SPM NS interrupts test"
14 function="test_secure_partition_interrupt_by_ns" />
15 <testcase name="SPM secondary CPUs sequential test"
16 function="test_secure_partition_secondary_cores_seq" />
17 <testcase name="SPM secondary CPUs simultaneous test"
18 function="test_secure_partition_secondary_cores_sim" />
19 </testsuite>
20
21</testsuites>