Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
Deepika Bhavnani | 807c615 | 2019-09-10 23:24:36 +0300 | [diff] [blame] | 4 | Copyright (c) 2018-2019, Arm Limited. All rights reserved. |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 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 | |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [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 | <testcase name="for stats after system shutdown" function="test_psci_stats_after_shutdown" /> |
| 19 | </testsuite> |
| 20 | |
| 21 | <testsuite name="System off test" description="Validate SYSTEM_OFF PSCI call"> |
Deepika Bhavnani | 8108c9a | 2019-09-06 21:48:56 +0300 | [diff] [blame] | 22 | <testcase name="System Off" function="test_system_off" /> |
| 23 | <testcase name="System Off Secondary CPU" function="test_system_off_cpu_other_than_lead" /> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 24 | </testsuite> |
| 25 | |
| 26 | <testsuite name="PSCI mem_protect" description="Check the mem_protect feature"> |
| 27 | <testcase name="PSCI mem_protect" function="test_mem_protect" /> |
| 28 | </testsuite> |
| 29 | |
| 30 | <testsuite name="PSCI reset2" description="Check the reset2 feature"> |
| 31 | <testcase name="PSCI reset2 - warm reset" function="reset2_warm" /> |
| 32 | <testcase name="PSCI reset2 - invalid reset options" function="reset2_test_invalid" /> |
| 33 | <testcase name="PSCI reset2 - warm reset and mem_protect" function="reset2_mem_protect" /> |
| 34 | </testsuite> |
| 35 | |
| 36 | </testsuites> |