blob: 45411f39c3bbe0870d176f62322a9d7a8ecbd226 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
Charlie Bareham435c27e2024-08-07 15:32:02 +01004 Copyright (c) 2020-2024, Arm Limited. All rights reserved.
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02005
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" />
johpow0142318aa2020-09-17 19:46:01 -050017 <testcase name="SDEI event routing all: SPI events routed to all CPUs" function="test_sdei_routing_any" />
Daniel Boulby39e4df22021-02-02 19:27:41 +000018 <testcase name="SDEI event handler pstate testing" function="test_sdei_event_check_pstate" />
Charlie Bareham435c27e2024-08-07 15:32:02 +010019 <testcase name="Test binding more events than are available in the PPI range" function="test_sdei_bind_failure" />
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020020 </testsuite>
21
22</testsuites>