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> |
Daniel Boulby | 6833ea5 | 2021-03-04 17:20:12 +0000 | [diff] [blame] | 10 | <testsuite name="FF-A Setup and Discovery" |
| 11 | description="Test FF-A Setup and Discovery interfaces" > |
| 12 | <testcase name="Test FFA_FEATURES" |
| 13 | function="test_ffa_features" /> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 14 | |
Daniel Boulby | 6833ea5 | 2021-03-04 17:20:12 +0000 | [diff] [blame] | 15 | <testcase name="Same FFA version as SPM" |
| 16 | function="test_ffa_version_equal" /> |
| 17 | <testcase name="Setting bit 31 in input version" |
| 18 | function="test_ffa_version_bit31"/> |
| 19 | <testcase name="Bigger FFA version than SPM" |
| 20 | function="test_ffa_version_bigger" /> |
| 21 | <testcase name="Smaller FFA version than SPM" |
| 22 | function="test_ffa_version_smaller" /> |
J-Alves | 8f08a05 | 2020-05-26 17:14:40 +0100 | [diff] [blame] | 23 | |
Daniel Boulby | e060290 | 2021-07-07 11:14:39 +0100 | [diff] [blame] | 24 | <!-- |
| 25 | The ordering of the RXTX Buffer tests must be maintained. |
| 26 | With test_ffa_rxtx_map_unmapped_success coming last as the |
| 27 | mailbox for the remaining tftf tests is set here. |
| 28 | --> |
J-Alves | f1126f2 | 2020-11-02 17:28:20 +0000 | [diff] [blame] | 29 | <testcase name="FF-A RXTX Map API success" |
| 30 | function="test_ffa_rxtx_map_success" /> |
| 31 | <testcase name="FF-A RXTX Map API consecutive" |
| 32 | function="test_ffa_rxtx_map_fail" /> |
Daniel Boulby | e060290 | 2021-07-07 11:14:39 +0100 | [diff] [blame] | 33 | <testcase name="FF-A RXTX Unmap API success" |
| 34 | function="test_ffa_rxtx_unmap_success" /> |
| 35 | <testcase name="FF-A RXTX Unmap API consecutive" |
| 36 | function="test_ffa_rxtx_unmap_fail" /> |
| 37 | <testcase name="FF-A RXTX remap unmapped region success" |
| 38 | function="test_ffa_rxtx_map_unmapped_success" /> |
Daniel Boulby | 6833ea5 | 2021-03-04 17:20:12 +0000 | [diff] [blame] | 39 | |
| 40 | <testcase name="Test FFA_SPM_ID_GET" |
| 41 | function="test_ffa_spm_id_get" /> |
Max Shvetsov | 461bac0 | 2021-02-23 18:29:14 +0000 | [diff] [blame] | 42 | |
| 43 | <testcase name="Test FFA_PARTITION_INFO_GET" |
| 44 | function="test_ffa_partition_info" /> |
J-Alves | f1126f2 | 2020-11-02 17:28:20 +0000 | [diff] [blame] | 45 | </testsuite> |
| 46 | |
J-Alves | b1e81d8 | 2020-11-09 15:40:31 +0000 | [diff] [blame] | 47 | <testsuite name="FF-A Direct messaging" |
| 48 | description="Test FF-A Direct messaging" > |
| 49 | |
| 50 | <testcase name="FF-A direct messaging" |
| 51 | function="test_ffa_direct_messaging" /> |
| 52 | |
| 53 | <testcase name="FF-A Request SP-to-SP direct messaging" |
| 54 | function="test_ffa_sp_to_sp_direct_messaging" /> |
| 55 | |
J-Alves | ae95ac9 | 2020-11-11 13:06:55 +0000 | [diff] [blame] | 56 | <testcase name="FF-A Request SP-to-SP direct messaging deadlock" |
| 57 | function="test_ffa_sp_to_sp_deadlock" /> |
| 58 | |
J-Alves | b1e81d8 | 2020-11-09 15:40:31 +0000 | [diff] [blame] | 59 | </testsuite> |
| 60 | |
Max Shvetsov | c0e9169 | 2020-11-12 17:47:13 +0000 | [diff] [blame] | 61 | <testsuite name="FF-A Power management" |
| 62 | description="Test FF-A power management" > |
| 63 | <testcase name="FF-A SP hotplug" |
| 64 | function="test_ffa_secondary_core_direct_msg" /> |
| 65 | </testsuite> |
| 66 | |
J-Alves | 40618a3 | 2020-10-08 17:25:37 +0100 | [diff] [blame] | 67 | <testsuite name="FF-A Memory Sharing" |
| 68 | description="Test FF-A Memory Sharing ABIs" > |
J-Alves | 27390fd | 2020-11-18 10:51:15 +0000 | [diff] [blame] | 69 | <testcase name="Lend Memory to Secure World" |
| 70 | function="test_mem_lend_sp" /> |
| 71 | <testcase name="Share Memory with Secure World" |
| 72 | function="test_mem_share_sp" /> |
| 73 | <testcase name="Donate Memory to Secure World" |
| 74 | function="test_mem_donate_sp"/> |
| 75 | <testcase name="Request Share Memory SP-to-SP" |
| 76 | function="test_req_mem_share_sp_to_sp" /> |
| 77 | <testcase name="Request Lend Memory SP-to-SP" |
| 78 | function="test_req_mem_lend_sp_to_sp" /> |
| 79 | <testcase name="Request Donate Memory SP-to-SP" |
| 80 | function="test_req_mem_donate_sp_to_sp" /> |
J-Alves | 40618a3 | 2020-10-08 17:25:37 +0100 | [diff] [blame] | 81 | </testsuite> |
| 82 | |
Olivier Deprez | 881b199 | 2020-12-01 15:34:34 +0100 | [diff] [blame] | 83 | <testsuite name="SIMD,SVE Registers context" |
| 84 | description="Validate context switch between NWd and SWd" > |
| 85 | <testcase name="Check that SIMD registers context is preserved" |
| 86 | function="test_simd_vectors_preserved" /> |
Max Shvetsov | 959be33 | 2021-03-16 14:18:13 +0000 | [diff] [blame] | 87 | <testcase name="Check that SVE registers context is preserved" |
| 88 | function="test_sve_vectors_preserved" /> |
Olivier Deprez | 881b199 | 2020-12-01 15:34:34 +0100 | [diff] [blame] | 89 | </testsuite> |
| 90 | |
Manish Pandey | dfe3ab3 | 2020-09-11 10:31:28 +0100 | [diff] [blame] | 91 | <testsuite name="FF-A Interrupt" |
| 92 | description="Test non-secure Interrupts" > |
| 93 | <testcase name="Test NS interrupts" |
| 94 | function="test_ffa_ns_interrupt" /> |
Madhukar Pappireddy | 77fbf49 | 2021-08-05 15:39:21 -0500 | [diff] [blame] | 95 | <testcase name="Test Secure interrupt handling while SP running" |
| 96 | function="test_ffa_sec_interrupt_sp_running" /> |
Madhukar Pappireddy | 12a0d0e | 2021-08-05 15:41:20 -0500 | [diff] [blame] | 97 | <testcase name="Test Secure interrupt handling while SP waiting" |
| 98 | function="test_ffa_sec_interrupt_sp_waiting" /> |
Madhukar Pappireddy | 98d1588 | 2021-08-20 13:17:46 -0500 | [diff] [blame] | 99 | <testcase name="Test Secure interrupt handling while SP blocked" |
| 100 | function="test_ffa_sec_interrupt_sp_blocked" /> |
Madhukar Pappireddy | 02722ed | 2021-09-07 14:53:29 -0500 | [diff] [blame^] | 101 | <testcase name="Test Secure interrupt handling while SP1 waiting SP2 running" |
| 102 | function="test_ffa_sec_interrupt_sp1_waiting_sp2_running" /> |
Manish Pandey | dfe3ab3 | 2020-09-11 10:31:28 +0100 | [diff] [blame] | 103 | </testsuite> |
| 104 | |
Madhukar Pappireddy | 172523b | 2020-12-31 19:25:33 -0600 | [diff] [blame] | 105 | <testsuite name="SMMUv3 tests" |
| 106 | description="Initiate stage2 translation for streams from upstream peripherals" > |
| 107 | <testcase name="Check DMA command by SMMUv3TestEngine completes" |
| 108 | function="test_smmu_spm" /> |
| 109 | </testsuite> |
Daniel Boulby | 198deda | 2021-03-03 11:35:25 +0000 | [diff] [blame] | 110 | |
J-Alves | bb467d1 | 2021-03-18 11:49:35 +0000 | [diff] [blame] | 111 | <testsuite name="FF-A Notifications" |
| 112 | description="Test Notifications functionality" > |
| 113 | <testcase name="Notifications bitmap create and destroy" |
| 114 | function="test_ffa_notifications_bitmap_create_destroy" /> |
| 115 | <testcase name="Notifications bitmap destroy not created" |
| 116 | function="test_ffa_notifications_destroy_not_created" /> |
| 117 | <testcase name="Notifications bitmap create after create" |
| 118 | function="test_ffa_notifications_create_after_create" /> |
J-Alves | e5f3fe6 | 2021-03-18 11:51:20 +0000 | [diff] [blame] | 119 | <testcase name="SP Notifications bind and unbind" |
| 120 | function="test_ffa_notifications_sp_bind_unbind" /> |
| 121 | <testcase name="VM Notifications bind and unbind" |
| 122 | function="test_ffa_notifications_vm_bind_unbind" /> |
| 123 | <testcase name="VM Notifications bind NS Sender" |
| 124 | function="test_ffa_notifications_vm_bind_vm" /> |
| 125 | <testcase name="Notifications bind/unbind of bound Notifications" |
| 126 | function="test_ffa_notifications_already_bound" /> |
| 127 | <testcase name="Notifications bind/unbind SPs spoofing receiver" |
| 128 | function="test_ffa_notifications_bind_unbind_spoofing" /> |
| 129 | <testcase name="Notifications zeroed in bind and unbind" |
| 130 | function="test_ffa_notifications_bind_unbind_zeroed" /> |
J-Alves | d63ae4b | 2021-03-29 15:25:19 +0100 | [diff] [blame] | 131 | <testcase name="Notifications VM signals SP" |
| 132 | function="test_ffa_notifications_vm_signals_sp" /> |
| 133 | <testcase name="Notifications SP signals SP" |
| 134 | function="test_ffa_notifications_sp_signals_sp" /> |
| 135 | <testcase name="Notifications SP signals VM" |
| 136 | function="test_ffa_notifications_sp_signals_vm" /> |
| 137 | <testcase name="Notifications unbind while pending" |
| 138 | function="test_ffa_notifications_unbind_pending" /> |
J-Alves | 16d52d5 | 2021-06-14 14:29:37 +0100 | [diff] [blame] | 139 | <testcase name="Notifications info get no data" |
| 140 | function="test_ffa_notifications_info_get_none" /> |
J-Alves | 44ec4f7 | 2021-07-27 12:07:14 +0100 | [diff] [blame] | 141 | <testcase name="Notifications VM signals SP per-vCPU" |
| 142 | function="test_ffa_notifications_vm_signals_sp_per_vcpu" /> |
| 143 | <testcase name="Notifications SP signals SP per-vCPU" |
| 144 | function="test_ffa_notifications_sp_signals_sp_per_vcpu" /> |
J-Alves | b0cb5d0 | 2021-07-08 11:19:33 +0100 | [diff] [blame] | 145 | <testcase name="Notifications SP signals VM per-vCPU" |
| 146 | function="test_ffa_notifications_sp_signals_vm_per_vcpu" /> |
J-Alves | bb467d1 | 2021-03-18 11:49:35 +0000 | [diff] [blame] | 147 | </testsuite> |
| 148 | |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 149 | </testsuites> |