blob: f718fabb8f6b9bff1ae4ac7beadc62e3fba2ebc9 [file] [log] [blame]
<?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>