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 | |
J-Alves | 8f08a05 | 2020-05-26 17:14:40 +0100 | [diff] [blame] | 11 | <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 Diaz | f6164aa | 2018-12-05 14:21:28 +0000 | [diff] [blame] | 27 | |
J-Alves | 7581c38 | 2020-05-07 18:34:20 +0100 | [diff] [blame] | 28 | <testcase name="PSA FF-A direct messaging API" |
| 29 | function="test_ffa_direct_messaging" /> |
Antonio Nino Diaz | 10a0254 | 2018-12-19 14:28:08 +0000 | [diff] [blame] | 30 | |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 31 | </testsuite> |
| 32 | |
J-Alves | 40618a3 | 2020-10-08 17:25:37 +0100 | [diff] [blame] | 33 | <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 Shvetsov | c17c1d3 | 2020-06-11 15:03:01 +0100 | [diff] [blame] | 43 | <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 Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 49 | </testsuites> |