Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
Olivier Deprez | 881b199 | 2020-12-01 15:34:34 +0100 | [diff] [blame] | 4 | Copyright (c) 2018-2021, 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 | |
J-Alves | ae95ac9 | 2020-11-11 13:06:55 +0000 | [diff] [blame] | 42 | <testcase name="FF-A Request SP-to-SP direct messaging deadlock" |
| 43 | function="test_ffa_sp_to_sp_deadlock" /> |
| 44 | |
J-Alves | b1e81d8 | 2020-11-09 15:40:31 +0000 | [diff] [blame] | 45 | </testsuite> |
| 46 | |
Max Shvetsov | c0e9169 | 2020-11-12 17:47:13 +0000 | [diff] [blame] | 47 | <testsuite name="FF-A Power management" |
| 48 | description="Test FF-A power management" > |
| 49 | <testcase name="FF-A SP hotplug" |
| 50 | function="test_ffa_secondary_core_direct_msg" /> |
| 51 | </testsuite> |
| 52 | |
J-Alves | 40618a3 | 2020-10-08 17:25:37 +0100 | [diff] [blame] | 53 | <testsuite name="FF-A Memory Sharing" |
| 54 | description="Test FF-A Memory Sharing ABIs" > |
J-Alves | 27390fd | 2020-11-18 10:51:15 +0000 | [diff] [blame] | 55 | <testcase name="Lend Memory to Secure World" |
| 56 | function="test_mem_lend_sp" /> |
| 57 | <testcase name="Share Memory with Secure World" |
| 58 | function="test_mem_share_sp" /> |
| 59 | <testcase name="Donate Memory to Secure World" |
| 60 | function="test_mem_donate_sp"/> |
| 61 | <testcase name="Request Share Memory SP-to-SP" |
| 62 | function="test_req_mem_share_sp_to_sp" /> |
| 63 | <testcase name="Request Lend Memory SP-to-SP" |
| 64 | function="test_req_mem_lend_sp_to_sp" /> |
| 65 | <testcase name="Request Donate Memory SP-to-SP" |
| 66 | function="test_req_mem_donate_sp_to_sp" /> |
J-Alves | 40618a3 | 2020-10-08 17:25:37 +0100 | [diff] [blame] | 67 | </testsuite> |
| 68 | |
Olivier Deprez | 81d34b0 | 2020-11-10 09:28:44 +0100 | [diff] [blame] | 69 | <testsuite name="FF-A features" |
Max Shvetsov | c17c1d3 | 2020-06-11 15:03:01 +0100 | [diff] [blame] | 70 | description="Test FFA_FEATURES ABI" > |
| 71 | <testcase name="Test FFA_FEATURES" |
| 72 | function="test_ffa_features" /> |
| 73 | </testsuite> |
| 74 | |
Olivier Deprez | 881b199 | 2020-12-01 15:34:34 +0100 | [diff] [blame] | 75 | <testsuite name="SIMD,SVE Registers context" |
| 76 | description="Validate context switch between NWd and SWd" > |
| 77 | <testcase name="Check that SIMD registers context is preserved" |
| 78 | function="test_simd_vectors_preserved" /> |
| 79 | </testsuite> |
| 80 | |
Manish Pandey | dfe3ab3 | 2020-09-11 10:31:28 +0100 | [diff] [blame] | 81 | <testsuite name="FF-A Interrupt" |
| 82 | description="Test non-secure Interrupts" > |
| 83 | <testcase name="Test NS interrupts" |
| 84 | function="test_ffa_ns_interrupt" /> |
| 85 | </testsuite> |
| 86 | |
Madhukar Pappireddy | 172523b | 2020-12-31 19:25:33 -0600 | [diff] [blame^] | 87 | <testsuite name="SMMUv3 tests" |
| 88 | description="Initiate stage2 translation for streams from upstream peripherals" > |
| 89 | <testcase name="Check DMA command by SMMUv3TestEngine completes" |
| 90 | function="test_smmu_spm" /> |
| 91 | </testsuite> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 92 | </testsuites> |