Mark Dykes | 16b7169 | 2021-09-15 14:13:55 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame] | 4 | Copyright (c) 2021-2023, Arm Limited. All rights reserved. |
Mark Dykes | 16b7169 | 2021-09-15 14:13:55 -0500 | [diff] [blame] | 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | --> |
| 8 | |
| 9 | <testsuites> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 10 | <testsuite name="Realm payload at EL1" description="Test Realm EL1 framework capabilities" > |
| 11 | <testcase name="Realm EL1 creation and execution test" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame] | 12 | function="host_test_realm_create_enter" /> |
Shruti Gupta | f31bbe7 | 2023-09-27 14:04:53 +0100 | [diff] [blame] | 13 | <testcase name="Realm payload multi rec single cpu" |
| 14 | function="host_realm_multi_rec_single_cpu" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 15 | <testcase name="Realm payload boot" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame] | 16 | function="host_realm_version_single_cpu" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 17 | <testcase name="Realm payload multi CPU request" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame] | 18 | function="host_realm_version_multi_cpu" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 19 | <testcase name="Realm payload Delegate and Undelegate" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame] | 20 | function="host_realm_delegate_undelegate" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 21 | <testcase name="Multi CPU Realm payload Delegate and Undelegate" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame] | 22 | function="host_realm_delundel_multi_cpu" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 23 | <testcase name="Testing delegation fails" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame] | 24 | function="host_realm_fail_del" /> |
| 25 | <testcase name="PMUv3 cycle counter functional in Realm" |
| 26 | function="host_realm_pmuv3_cycle_works" /> |
| 27 | <testcase name="PMUv3 event counter functional in Realm" |
| 28 | function="host_realm_pmuv3_event_works" /> |
| 29 | <testcase name="PMUv3 RSI SMC counter preservation" |
| 30 | function="host_realm_pmuv3_rmm_preserves" /> |
| 31 | <testcase name="PMUv3 overflow interrupt" |
| 32 | function="host_realm_pmuv3_overflow_interrupt" /> |
nabkah01 | cd66846 | 2022-11-06 15:29:44 +0000 | [diff] [blame] | 33 | <testcase name="Test Secure interrupt can preempt Realm EL1" |
| 34 | function="host_realm_sec_interrupt_can_preempt_rl" /> |
Shruti Gupta | 369955a | 2023-04-19 18:05:56 +0100 | [diff] [blame] | 35 | <testcase name="Check that FPU state registers context is preserved in RL/SE/NS" |
| 36 | function="host_realm_fpu_access_in_rl_ns_se" /> |
Arunachalam Ganapathy | f369717 | 2023-09-04 15:04:46 +0100 | [diff] [blame^] | 37 | <!-- Test case related to SVE support and SIMD state --> |
Arunachalam Ganapathy | 0bbdc2d | 2023-04-05 15:30:18 +0100 | [diff] [blame] | 38 | <testcase name="Check RMI reports proper SVE VL" |
| 39 | function="host_check_rmi_reports_proper_sve_vl" /> |
| 40 | <testcase name="Create SVE Realm with invalid VL" |
| 41 | function="host_sve_realm_test_invalid_vl" /> |
| 42 | <testcase name="Create SVE Realm and test ID registers" |
| 43 | function="host_sve_realm_cmd_id_registers" /> |
| 44 | <testcase name="Create non SVE Realm and test ID registers" |
| 45 | function="host_non_sve_realm_cmd_id_registers" /> |
| 46 | <testcase name="Create SVE Realm and check rdvl result" |
| 47 | function="host_sve_realm_cmd_rdvl" /> |
| 48 | <testcase name="Create SVE Realm and probe all supported VLs" |
| 49 | function="host_sve_realm_cmd_probe_vl" /> |
| 50 | <testcase name="Check whether RMM preserves NS ZCR_EL2 register" |
| 51 | function="host_sve_realm_check_config_register" /> |
Arunachalam Ganapathy | c1136a8 | 2023-04-12 15:24:44 +0100 | [diff] [blame] | 52 | <testcase name="Intermittently switch to Realm while doing NS SVE ops" |
| 53 | function="host_sve_realm_check_vectors_operations" /> |
Arunachalam Ganapathy | 5270d01 | 2023-04-19 14:53:42 +0100 | [diff] [blame] | 54 | <testcase name="Check if RMM does not leak Realm SVE vector registers" |
| 55 | function="host_sve_realm_check_vectors_leaked" /> |
Arunachalam Ganapathy | 73949a2 | 2023-06-05 12:01:05 +0100 | [diff] [blame] | 56 | <testcase name="Check if Realm gets undefined abort if it access SVE" |
| 57 | function="host_non_sve_realm_check_undef_abort" /> |
Arunachalam Ganapathy | f369717 | 2023-09-04 15:04:46 +0100 | [diff] [blame^] | 58 | <testcase name="Check various SIMD state preserved across NS/RL switch" |
| 59 | function="host_and_realm_check_simd" /> |
| 60 | <!-- Test case related to PAuth --> |
Shruti Gupta | 9d0cfe8 | 2023-04-17 10:57:26 +0100 | [diff] [blame] | 61 | <testcase name="Check if PAuth keys are preserved in RL/SE/NS" |
| 62 | function="host_realm_enable_pauth" /> |
| 63 | <testcase name="Generate PAuth Fault by overwriting LR" |
| 64 | function="host_realm_pauth_fault" /> |
Mark Dykes | 16b7169 | 2021-09-15 14:13:55 -0500 | [diff] [blame] | 65 | </testsuite> |
Mark Dykes | 16b7169 | 2021-09-15 14:13:55 -0500 | [diff] [blame] | 66 | </testsuites> |