blob: 1d12b4a35d64b510147bf28116802094dd21529c [file] [log] [blame]
nabkah01002e5692022-10-10 12:36:46 +01001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2021-2022, Arm Limited. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10
11 <testsuite name="RMI and SPM tests" description="Tests for SPM and RMI delegate/undelegate">
12 <testcase name="Test TFTF can call RMM/TRP and SPM serially on a single core"
13 function="test_spm_rmm_serial_smc" />
14 <testcase name="Test TFTF can call RMM/TRP and SPM parallelly on a multi core"
15 function="test_spm_rmm_parallel_smc" />
16 </testsuite>
17
18</testsuites>