Jayanth Dodderi Chidanand | 86e5e5d | 2024-08-05 19:52:29 +0100 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
| 4 | Copyright (c) 2024, Arm Limited. All rights reserved. |
| 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | --> |
| 8 | |
| 9 | <testsuites> |
| 10 | <testsuite name="CPU Context Management" description="Validate CPU context switch between NWd and SWd"> |
| 11 | <testcase name="Test EL1 regs preserved across context switch with TSP" |
| 12 | function="test_tsp_el1_regs_ctx_mgmt" /> |
Igor Podgainõi | 4b67210 | 2024-09-23 13:06:15 +0200 | [diff] [blame^] | 13 | <testcase name="Test EL2 regs preserved across context switch with SPM" |
| 14 | function="test_spm_el2_regs_ctx_mgmt" /> |
Jayanth Dodderi Chidanand | 86e5e5d | 2024-08-05 19:52:29 +0100 | [diff] [blame] | 15 | </testsuite> |
| 16 | </testsuites> |