blob: fc7d98e15c7b0db5a209457704c35e8b072b9d39 [file] [log] [blame]
Antonio Nino Diaz9d7726c2019-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">
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>