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 | <testsuite name="PSCI CPU ON OFF Stress Tests" description="Stress-test hotplug"> |
| 12 | <testcase name="Repeated shutdown of all cores to stress test CPU_ON, CPU_SUSPEND and CPU_OFF" |
| 13 | function="psci_on_off_suspend_coherency_test" /> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 14 | <testcase name="PSCI CPU ON OFF stress test" function="psci_cpu_on_off_stress" /> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 15 | <testcase name="Repeated hotplug of all cores to stress test CPU_ON and CPU_OFF" |
| 16 | function="psci_hotplug_stress_test" /> |
| 17 | <testcase name="Random hotplug cores in a large iteration to stress boot path code" |
| 18 | function="psci_hotplug_single_core_stress_test" /> |
| 19 | <testcase name="Hotplug a cluster in a large iteration to stress cluster on and off functionality" |
| 20 | function="psci_cluster_hotplug_stress_test" /> |
| 21 | </testsuite> |
| 22 | |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 23 | </testsuites> |