aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-manual.xml
blob: f718fabb8f6b9bff1ae4ac7beadc62e3fba2ebc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
<?xml version="1.0" encoding="utf-8"?>

<!--
  Copyright (c) 2018-2019, Arm Limited. All rights reserved.

  SPDX-License-Identifier: BSD-3-Clause
-->

<testsuites>


  <testsuite name="System Reset Test" description="Validate SYSTEM_RESET PSCI call">
    <testcase name="System Reset" function="test_system_reset" />
  </testsuite>

  <testsuite name="PSCI STAT" description="Test PSCI STAT support System level">
    <testcase name="for stats after system reset" function="test_psci_stats_after_reset" />
    <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" />
    <testcase name="System Off Secondary CPU" function="test_system_off_cpu_other_than_lead" />
  </testsuite>

  <testsuite name="PSCI mem_protect" description="Check the mem_protect feature">
    <testcase name="PSCI mem_protect" function="test_mem_protect" />
  </testsuite>

  <testsuite name="PSCI reset2" description="Check the reset2 feature">
    <testcase name="PSCI reset2 - warm reset" function="reset2_warm" />
    <testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" />
    <testcase name="PSCI reset2 - warm reset and mem_protect" function="reset2_mem_protect" />
  </testsuite>

</testsuites>