blob: 3447385b7d0124286dc198f9ae5f3510359d4d96 [file] [log] [blame]
Antonio Nino Diazf2218e72019-03-19 10:59:11 +00001<?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 Diazf2218e72019-03-19 10:59:11 +000013 <testcase name="SPM NS interrupts test"
14 function="test_secure_partition_interrupt_by_ns" />
Antonio Nino Diazf2218e72019-03-19 10:59:11 +000015 <testcase name="SPM secondary CPUs sequential test"
16 function="test_secure_partition_secondary_cores_seq" />
Antonio Nino Diazf2218e72019-03-19 10:59:11 +000017 <testcase name="SPM secondary CPUs simultaneous test"
18 function="test_secure_partition_secondary_cores_sim" />
Antonio Nino Diazf2218e72019-03-19 10:59:11 +000019 </testsuite>
20
21</testsuites>