blob: 4d459002474b98e603d289b1fed6d58cce4e9be6 [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="Runtime Instrumentation Validation" description="Validate PMF Runtime Instrumentation">
12 <testcase name="Suspend to deepest power level on all cores in parallel" function="test_rt_instr_susp_deep_parallel" />
13 <testcase name="Suspend to deepest power level on all cores in sequence" function="test_rt_instr_susp_deep_serial" />
14 <testcase name="CPU suspend on all cores in parallel" function="test_rt_instr_cpu_susp_parallel" />
15 <testcase name="CPU suspend on all cores in sequence" function="test_rt_instr_cpu_susp_serial" />
16 <testcase name="CPU off on all non-lead cores in sequence and suspend lead to deepest power level" function="test_rt_instr_cpu_off_serial" />
17 <testcase name="PSCI version call on all cores in parallel" function="test_rt_instr_psci_version_parallel" />
18 </testsuite>
19
20</testsuites>