Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
Olivier Deprez | 61be4c1 | 2019-12-06 17:45:07 +0100 | [diff] [blame] | 4 | Copyright (c) 2018-2020, Arm Limited. All rights reserved. |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | --> |
| 8 | |
| 9 | <testsuites> |
| 10 | |
Olivier Deprez | 81d34b0 | 2020-11-10 09:28:44 +0100 | [diff] [blame] | 11 | <testsuite name="FF-A Version" |
| 12 | description="Test FF-A Version ABI" > |
J-Alves | 8f08a05 | 2020-05-26 17:14:40 +0100 | [diff] [blame] | 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 | |
J-Alves | f1126f2 | 2020-11-02 17:28:20 +0000 | [diff] [blame] | 25 | <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-Alves | b1e81d8 | 2020-11-09 15:40:31 +0000 | [diff] [blame^] | 33 | <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-Alves | 40618a3 | 2020-10-08 17:25:37 +0100 | [diff] [blame] | 44 | <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 Deprez | 81d34b0 | 2020-11-10 09:28:44 +0100 | [diff] [blame] | 54 | <testsuite name="FF-A features" |
Max Shvetsov | c17c1d3 | 2020-06-11 15:03:01 +0100 | [diff] [blame] | 55 | description="Test FFA_FEATURES ABI" > |
| 56 | <testcase name="Test FFA_FEATURES" |
| 57 | function="test_ffa_features" /> |
| 58 | </testsuite> |
| 59 | |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 60 | </testsuites> |