Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame^] | 1 | <?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 reset" function="test_psci_stats_after_reset" /> |
| 14 | <testcase name="for stats after system shutdown" function="test_psci_stats_after_shutdown" /> |
| 15 | </testsuite> |
| 16 | |
| 17 | <testsuite name="System off test" description="Validate SYSTEM_OFF PSCI call"> |
| 18 | <testcase name="System Off" function="test_system_off" /> |
| 19 | </testsuite> |
| 20 | |
| 21 | <testsuite name="PSCI mem_protect" description="Check the mem_protect feature"> |
| 22 | <testcase name="PSCI mem_protect" function="test_mem_protect" /> |
| 23 | </testsuite> |
| 24 | |
| 25 | <testsuite name="PSCI reset2" description="Check the reset2 feature"> |
| 26 | <testcase name="PSCI reset2 - warm reset" function="reset2_warm" /> |
| 27 | <testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" /> |
| 28 | <testcase name="PSCI reset2 - warm reset and mem_protect" function="reset2_mem_protect" /> |
| 29 | </testsuite> |
| 30 | |
| 31 | </testsuites> |