blob: 5e10f53380c2a98feb11ae74f682cc514083de09 [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
Olivier Deprez81d34b02020-11-10 09:28:44 +010025 <testsuite name="FF-A Direct messaging"
26 description="Test FF-A Direct messaging ABI" >
Antonio Nino Diazf6164aa2018-12-05 14:21:28 +000027
Olivier Deprez81d34b02020-11-10 09:28:44 +010028 <testcase name="FF-A direct messaging API"
J-Alves7581c382020-05-07 18:34:20 +010029 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-Alvesf1126f22020-11-02 17:28:20 +000033 <testsuite name="FF-A RXTX Mapping"
34 description="Test to FF-A RXTX mapping ABI" >
35 <testcase name="FF-A RXTX Map API success"
36 function="test_ffa_rxtx_map_success" />
37 <testcase name="FF-A RXTX Map API consecutive"
38 function="test_ffa_rxtx_map_fail" />
39 </testsuite>
40
J-Alves40618a32020-10-08 17:25:37 +010041 <testsuite name="FF-A Memory Sharing"
42 description="Test FF-A Memory Sharing ABIs" >
43 <testcase name="Lend Memory to Secure World"
44 function="test_mem_lend_sp" />
45 <testcase name="Share Memory with Secure World"
46 function="test_mem_share_sp" />
47 <testcase name="Donate Memory to Secure World"
48 function="test_mem_donate_sp"/>
49 </testsuite>
50
Olivier Deprez81d34b02020-11-10 09:28:44 +010051 <testsuite name="FF-A features"
Max Shvetsovc17c1d32020-06-11 15:03:01 +010052 description="Test FFA_FEATURES ABI" >
53 <testcase name="Test FFA_FEATURES"
54 function="test_ffa_features" />
55 </testsuite>
56
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020057</testsuites>