blob: f718fabb8f6b9bff1ae4ac7beadc62e3fba2ebc9 [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">
Deepika Bhavnani8108c9a2019-09-06 21:48:56 +030022 <testcase name="System Off" function="test_system_off" />
23 <testcase name="System Off Secondary CPU" function="test_system_off_cpu_other_than_lead" />
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020024 </testsuite>
25
26 <testsuite name="PSCI mem_protect" description="Check the mem_protect feature">
27 <testcase name="PSCI mem_protect" function="test_mem_protect" />
28 </testsuite>
29
30 <testsuite name="PSCI reset2" description="Check the reset2 feature">
31 <testcase name="PSCI reset2 - warm reset" function="reset2_warm" />
32 <testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" />
33 <testcase name="PSCI reset2 - warm reset and mem_protect" function="reset2_mem_protect" />
34 </testsuite>
35
36</testsuites>