blob: 912f6467cdc6f4b287f0a7f860cde690627670cb [file] [log] [blame]
laurenw-arm21296082019-09-18 14:53:33 -05001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 Copyright (c) 2018, 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 shutdown" function="test_psci_stats_after_shutdown" />
14 </testsuite>
15
16 <testsuite name="System off test" description="Validate SYSTEM_OFF PSCI call">
17 <testcase name="System Off" function="test_system_off" />
18 </testsuite>
19
20
21</testsuites>