aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-reboot.xml
blob: a0728723e141dc18c790b9ab32aec33e1f520995 (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
<?xml version="1.0" encoding="utf-8"?>

<!--
  Copyright (c) 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" />
  </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 - invalid reset options" function="reset2_test_invalid" />
  </testsuite>

</testsuites>