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="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> |