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" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 13 | <testcase name="Realm payload boot" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame^] | 14 | function="host_realm_version_single_cpu" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 15 | <testcase name="Realm payload multi CPU request" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame^] | 16 | function="host_realm_version_multi_cpu" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 17 | <testcase name="Realm payload Delegate and Undelegate" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame^] | 18 | function="host_realm_delegate_undelegate" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 19 | <testcase name="Multi CPU Realm payload Delegate and Undelegate" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame^] | 20 | function="host_realm_delundel_multi_cpu" /> |
nabkah01 | 002e569 | 2022-10-10 12:36:46 +0100 | [diff] [blame] | 21 | <testcase name="Testing delegation fails" |
AlexeiFedorov | 2f30f10 | 2023-03-13 19:37:46 +0000 | [diff] [blame^] | 22 | function="host_realm_fail_del" /> |
| 23 | <testcase name="PMUv3 cycle counter functional in Realm" |
| 24 | function="host_realm_pmuv3_cycle_works" /> |
| 25 | <testcase name="PMUv3 event counter functional in Realm" |
| 26 | function="host_realm_pmuv3_event_works" /> |
| 27 | <testcase name="PMUv3 RSI SMC counter preservation" |
| 28 | function="host_realm_pmuv3_rmm_preserves" /> |
| 29 | <testcase name="PMUv3 overflow interrupt" |
| 30 | function="host_realm_pmuv3_overflow_interrupt" /> |
Mark Dykes | 16b7169 | 2021-09-15 14:13:55 -0500 | [diff] [blame] | 31 | </testsuite> |
Mark Dykes | 16b7169 | 2021-09-15 14:13:55 -0500 | [diff] [blame] | 32 | </testsuites> |