blob: a2c05b24893dc4431da6aa39d158e546a92d0d5c [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?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" />
14 <!-- testcase name="Verify PSCI CPU ON race" function="psci_verify_cpu_on_race" / -->
15 <testcase name="PSCI CPU ON OFF stress test" function="psci_cpu_on_off_stress" />
16 <testcase name="PSCI CPU ON OFF SUSPEND stress test" function="psci_cpu_on_off_suspend_stress" />
17 <testcase name="Repeated hotplug of all cores to stress test CPU_ON and CPU_OFF"
18 function="psci_hotplug_stress_test" />
19 <testcase name="Random hotplug cores in a large iteration to stress boot path code"
20 function="psci_hotplug_single_core_stress_test" />
21 <testcase name="Hotplug a cluster in a large iteration to stress cluster on and off functionality"
22 function="psci_cluster_hotplug_stress_test" />
23 </testsuite>
24
25 <testsuite name="PSCI SYSTEM SUSPEND stress tests" description="Stress-test SYSTEM SUSPEND">
26 <testcase name="Stress test PSCI_SYSTEM_SUSPEND" function="psci_sys_susp_on_off_stress_test" />
27 </testsuite>
28
29</testsuites>