blob: d665b5a3ac37f346b61c86a6d183d92b7593ad41 [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
Olivier Deprez81d34b02020-11-10 09:28:44 +010011 <testsuite name="FF-A Version"
12 description="Test FF-A Version ABI" >
J-Alves8f08a052020-05-26 17:14:40 +010013
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
J-Alvesf1126f22020-11-02 17:28:20 +000025 <testsuite name="FF-A RXTX Mapping"
26 description="Test to FF-A RXTX mapping ABI" >
27 <testcase name="FF-A RXTX Map API success"
28 function="test_ffa_rxtx_map_success" />
29 <testcase name="FF-A RXTX Map API consecutive"
30 function="test_ffa_rxtx_map_fail" />
31 </testsuite>
32
J-Alvesb1e81d82020-11-09 15:40:31 +000033 <testsuite name="FF-A Direct messaging"
34 description="Test FF-A Direct messaging" >
35
36 <testcase name="FF-A direct messaging"
37 function="test_ffa_direct_messaging" />
38
39 <testcase name="FF-A Request SP-to-SP direct messaging"
40 function="test_ffa_sp_to_sp_direct_messaging" />
41
42 </testsuite>
43
J-Alves40618a32020-10-08 17:25:37 +010044 <testsuite name="FF-A Memory Sharing"
45 description="Test FF-A Memory Sharing ABIs" >
46 <testcase name="Lend Memory to Secure World"
47 function="test_mem_lend_sp" />
48 <testcase name="Share Memory with Secure World"
49 function="test_mem_share_sp" />
50 <testcase name="Donate Memory to Secure World"
51 function="test_mem_donate_sp"/>
52 </testsuite>
53
Olivier Deprez81d34b02020-11-10 09:28:44 +010054 <testsuite name="FF-A features"
Max Shvetsovc17c1d32020-06-11 15:03:01 +010055 description="Test FFA_FEATURES ABI" >
56 <testcase name="Test FFA_FEATURES"
57 function="test_ffa_features" />
58 </testsuite>
59
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020060</testsuites>