blob: 147835bc597171c428a3434094a882cab936dab1 [file] [log] [blame]
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +02001<?xml version="1.0" encoding="utf-8"?>
2
3<!--
johpow0142318aa2020-09-17 19:46:01 -05004 Copyright (c) 2020, 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" />
Sandrine Bailleux3cd87d72018-10-09 11:12:55 +020018 </testsuite>
19
20</testsuites>