blob: 031bbc7bad34ad2ab1646605a1d4543d1ee34fd4 [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" />
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020014 <testcase name="PSCI CPU ON OFF stress test" function="psci_cpu_on_off_stress" />
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020015 <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 Bailleux3cd87d72018-10-09 11:12:55 +020023</testsuites>