| <?xml version="1.0" encoding="utf-8"?> |
| |
| <!-- |
| Copyright (c) 2020-2021, Arm Limited. All rights reserved. |
| |
| SPDX-License-Identifier: BSD-3-Clause |
| --> |
| |
| <testsuites> |
| |
| <testsuite name="SDEI" description="SDEI test framework"> |
| <testcase name="SDEI event handler state machine testing" function="test_sdei_state" /> |
| <testcase name="SDEI event handling on all cores in sequence" function="test_sdei_event_serial" /> |
| <testcase name="SDEI event handling on all cores in parallel" function="test_sdei_event_parallel" /> |
| <testcase name="SDEI event signaling: each core signals itself" function="test_sdei_event_signal_serial" /> |
| <testcase name="SDEI event signaling: one core signals all others" function="test_sdei_event_signal_all" /> |
| <testcase name="SDEI event routing all: SPI events routed to all CPUs" function="test_sdei_routing_any" /> |
| <testcase name="SDEI event handler pstate testing" function="test_sdei_event_check_pstate" /> |
| </testsuite> |
| |
| </testsuites> |