blob: a0728723e141dc18c790b9ab32aec33e1f520995 [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
Deepika Bhavnani807c6152019-09-10 23:24:36 +030012 <testsuite name="System Reset Test" description="Validate SYSTEM_RESET PSCI call">
13 <testcase name="System Reset" function="test_system_reset" />
14 </testsuite>
15
lauwal01513be492019-07-09 10:58:01 -050016 <testsuite name="PSCI STAT" description="Test PSCI STAT support System level">
17 <testcase name="for stats after system reset" function="test_psci_stats_after_reset" />
18 </testsuite>
19
20 <testsuite name="PSCI mem_protect" description="Check the mem_protect feature">
21 <testcase name="PSCI mem_protect" function="test_mem_protect" />
22 </testsuite>
23
24 <testsuite name="PSCI reset2" description="Check the reset2 feature">
lauwal01513be492019-07-09 10:58:01 -050025 <testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" />
lauwal01513be492019-07-09 10:58:01 -050026 </testsuite>
27
28</testsuites>