blob: fa4da1373db58a7b10966b2811b89ddf07d64f3d [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">
lauwal01513be492019-07-09 10:58:01 -050021 <testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" />
lauwal01513be492019-07-09 10:58:01 -050022 </testsuite>
23
24</testsuites>