blob: abdf5d95c390275dcb533bdb0a215db087f7fa2d [file] [log] [blame]
Jayanth Dodderi Chidanand86e5e5d2024-08-05 19:52:29 +01001<?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õi4b672102024-09-23 13:06:15 +020013 <testcase name="Test EL2 regs preserved across context switch with SPM"
14 function="test_spm_el2_regs_ctx_mgmt" />
Jayanth Dodderi Chidanand86e5e5d2024-08-05 19:52:29 +010015 </testsuite>
16</testsuites>