Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | |
| 3 | <!-- |
Charlie Bareham | 435c27e | 2024-08-07 15:32:02 +0100 | [diff] [blame] | 4 | Copyright (c) 2020-2024, Arm Limited. All rights reserved. |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 5 | |
| 6 | SPDX-License-Identifier: BSD-3-Clause |
| 7 | --> |
| 8 | |
| 9 | <testsuites> |
| 10 | |
| 11 | <testsuite name="SDEI" description="SDEI test framework"> |
| 12 | <testcase name="SDEI event handler state machine testing" function="test_sdei_state" /> |
| 13 | <testcase name="SDEI event handling on all cores in sequence" function="test_sdei_event_serial" /> |
| 14 | <testcase name="SDEI event handling on all cores in parallel" function="test_sdei_event_parallel" /> |
| 15 | <testcase name="SDEI event signaling: each core signals itself" function="test_sdei_event_signal_serial" /> |
| 16 | <testcase name="SDEI event signaling: one core signals all others" function="test_sdei_event_signal_all" /> |
johpow01 | 42318aa | 2020-09-17 19:46:01 -0500 | [diff] [blame] | 17 | <testcase name="SDEI event routing all: SPI events routed to all CPUs" function="test_sdei_routing_any" /> |
Daniel Boulby | 39e4df2 | 2021-02-02 19:27:41 +0000 | [diff] [blame] | 18 | <testcase name="SDEI event handler pstate testing" function="test_sdei_event_check_pstate" /> |
Charlie Bareham | 435c27e | 2024-08-07 15:32:02 +0100 | [diff] [blame] | 19 | <testcase name="Test binding more events than are available in the PPI range" function="test_sdei_bind_failure" /> |
Sandrine Bailleux | 3cd87d7 | 2018-10-09 11:12:55 +0200 | [diff] [blame] | 20 | </testsuite> |
| 21 | |
| 22 | </testsuites> |