lauwal01 | 513be49 | 2019-07-09 10:58:01 -0500 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
| 4 | Copyright (c) 2019, Arm Limited. All rights reserved. |
| 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | --> |
| 8 | |
| 9 | <testsuites> |
| 10 | |
| 11 | |
Deepika Bhavnani | 807c615 | 2019-09-10 23:24:36 +0300 | [diff] [blame] | 12 | <testsuite name="System Reset Test" description="Validate SYSTEM_RESET PSCI call"> |
| 13 | <testcase name="System Reset" function="test_system_reset" /> |
| 14 | </testsuite> |
| 15 | |
lauwal01 | 513be49 | 2019-07-09 10:58:01 -0500 | [diff] [blame] | 16 | <testsuite name="PSCI STAT" description="Test PSCI STAT support System level"> |
| 17 | <testcase name="for stats after system reset" function="test_psci_stats_after_reset" /> |
| 18 | </testsuite> |
| 19 | |
| 20 | <testsuite name="PSCI mem_protect" description="Check the mem_protect feature"> |
| 21 | <testcase name="PSCI mem_protect" function="test_mem_protect" /> |
| 22 | </testsuite> |
| 23 | |
| 24 | <testsuite name="PSCI reset2" description="Check the reset2 feature"> |
lauwal01 | 513be49 | 2019-07-09 10:58:01 -0500 | [diff] [blame] | 25 | <testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" /> |
lauwal01 | 513be49 | 2019-07-09 10:58:01 -0500 | [diff] [blame] | 26 | </testsuite> |
| 27 | |
| 28 | </testsuites> |