blob: 85001f22ad11ca5c3ee4fa83189af597da48e1d4 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
Olivier Deprez61be4c12019-12-06 17:45:07 +01004 Copyright (c) 2018-2020, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02005
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10
J-Alves8f08a052020-05-26 17:14:40 +010011 <testsuite name="PSA FF-A Version"
12 description="Test PSA FF-A Version ABI" >
13
14 <testcase name="Same FFA version as SPM"
15 function="test_ffa_version_equal" />
16 <testcase name="Setting bit 31 in input version"
17 function="test_ffa_version_bit31"/>
18 <testcase name="Bigger FFA version than SPM"
19 function="test_ffa_version_bigger" />
20 <testcase name="Smaller FFA version than SPM"
21 function="test_ffa_version_smaller" />
22
23 </testsuite>
24
25 <testsuite name="PSA FF-A Direct messaging"
26 description="Test PSA FF-A Direct messaging ABI" >
Antonio Nino Diazf6164aa2018-12-05 14:21:28 +000027
J-Alves7581c382020-05-07 18:34:20 +010028 <testcase name="PSA FF-A direct messaging API"
29 function="test_ffa_direct_messaging" />
Antonio Nino Diaz10a02542018-12-19 14:28:08 +000030
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020031 </testsuite>
32
J-Alves40618a32020-10-08 17:25:37 +010033 <testsuite name="FF-A Memory Sharing"
34 description="Test FF-A Memory Sharing ABIs" >
35 <testcase name="Lend Memory to Secure World"
36 function="test_mem_lend_sp" />
37 <testcase name="Share Memory with Secure World"
38 function="test_mem_share_sp" />
39 <testcase name="Donate Memory to Secure World"
40 function="test_mem_donate_sp"/>
41 </testsuite>
42
Max Shvetsovc17c1d32020-06-11 15:03:01 +010043 <testsuite name="PSA FF-A features"
44 description="Test FFA_FEATURES ABI" >
45 <testcase name="Test FFA_FEATURES"
46 function="test_ffa_features" />
47 </testsuite>
48
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020049</testsuites>