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 | Test suite exercising execution state switch SiP service. |
| 12 | |
| 13 | 'test_exec_state_switch_reset_before' must execute first in the suite, and |
| 14 | 'test_exec_state_switch_after_cpu_on' the last. See comments in |
| 15 | test_exec_state_switch.c for details. |
| 16 | --> |
| 17 | <testsuite name="State switch" description="Test ARM SiP State Switch service"> |
| 18 | <testcase name="System reset before state switch" function="test_exec_state_switch_reset_before" /> |
| 19 | <testcase name="Request state switch with invalid PC" function="test_exec_state_switch_invalid_pc" /> |
| 20 | <testcase name="Request state switch with invalid context" function="test_exec_state_switch_invalid_ctx" /> |
| 21 | <testcase name="Request a valid state switch" function="test_exec_state_switch_valid" /> |
| 22 | <testcase name="Request a valid state switch after CPU_ON" function="test_exec_state_switch_after_cpu_on" /> |
| 23 | </testsuite> |
| 24 | |
| 25 | </testsuites> |