aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-sdei.xml
blob: db6b0c9b88a46463d9b565481b3235cf4245a06a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8"?>

<!--
  Copyright (c) 2018, 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" />
  </testsuite>

</testsuites>