blob: 852401dc92f1e9a8380ec984dd59d5a139950615 [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="EL3 power state parser validation" description="Validation of EL3 power state parsing algorithm">
12 <testcase name="Create all power states and validate EL3 power state parsing" function="test_psci_validate_pstate" />
13 <testcase name="Create only local power state and validate EL3 power state parsing" function="test_psci_valid_local_pstate" />
14 <testcase name="Create invalid local power state at all levels and validate EL3 power state parsing" function="test_psci_invalid_stateID" />
15 <testcase name="Create invalid power state type and validate EL3 power state parsing" function="test_psci_invalid_state_type" />
16 <testcase name="Create invalid power level and validate EL3 power state parsing for original state format" function="test_psci_invalid_power_level" />
17 <testcase name="Create a power state with valid and invalid local state ID at different levels and validate power state parsing" function="test_psci_mixed_state_id" />
18 </testsuite>
19
20</testsuites>