blob: 2b06cb3e1a4a935f85fb49d0b4e714c34d670881 [file] [log] [blame]
lauwal01513be492019-07-09 10:58:01 -05001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2019, Arm Limited. All rights reserved.
5
6 SPDX-License-Identifier: BSD-3-Clause
7-->
8
9<testsuites>
10
11
12 <testsuite name="PSCI STAT" description="Test PSCI STAT support System level">
13 <testcase name="for stats after system reset" function="test_psci_stats_after_reset" />
14 </testsuite>
15
16 <testsuite name="PSCI mem_protect" description="Check the mem_protect feature">
17 <testcase name="PSCI mem_protect" function="test_mem_protect" />
18 </testsuite>
19
20 <testsuite name="PSCI reset2" description="Check the reset2 feature">
21 <testcase name="PSCI reset2 - warm reset" function="reset2_warm" />
22 <testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" />
23 <testcase name="PSCI reset2 - warm reset and mem_protect" function="reset2_mem_protect" />
24 </testsuite>
25
26</testsuites>