aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-manual-shutdown.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tftf/tests/tests-manual-shutdown.xml')
-rw-r--r--tftf/tests/tests-manual-shutdown.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tftf/tests/tests-manual-shutdown.xml b/tftf/tests/tests-manual-shutdown.xml
new file mode 100644
index 000000000..912f6467c
--- /dev/null
+++ b/tftf/tests/tests-manual-shutdown.xml
@@ -0,0 +1,21 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<!--
+ Copyright (c) 2018, Arm Limited. All rights reserved.
+
+ SPDX-License-Identifier: BSD-3-Clause
+-->
+
+<testsuites>
+
+
+ <testsuite name="PSCI STAT" description="Test PSCI STAT support System level">
+ <testcase name="for stats after system shutdown" function="test_psci_stats_after_shutdown" />
+ </testsuite>
+
+ <testsuite name="System off test" description="Validate SYSTEM_OFF PSCI call">
+ <testcase name="System Off" function="test_system_off" />
+ </testsuite>
+
+
+</testsuites>