blob: e7c29e092b1acd570012e83d1d0a9fb991fbeb52 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
Deepika Bhavnani807c6152019-09-10 23:24:36 +03004 Copyright (c) 2018-2019, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02005
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
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020016 <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 <testcase name="for stats after system shutdown" function="test_psci_stats_after_shutdown" />
19 </testsuite>
20
21 <testsuite name="System off test" description="Validate SYSTEM_OFF PSCI call">
22 <testcase name="System Off" function="test_system_off" />
23 </testsuite>
24
25 <testsuite name="PSCI mem_protect" description="Check the mem_protect feature">
26 <testcase name="PSCI mem_protect" function="test_mem_protect" />
27 </testsuite>
28
29 <testsuite name="PSCI reset2" description="Check the reset2 feature">
30 <testcase name="PSCI reset2 - warm reset" function="reset2_warm" />
31 <testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" />
32 <testcase name="PSCI reset2 - warm reset and mem_protect" function="reset2_mem_protect" />
33 </testsuite>
34
35</testsuites>