aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-spm.xml
blob: 5ed25247b404984baf43b9ead0b5115f4b3f7dd1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<?xml version="1.0" encoding="utf-8"?>

<!--
  Copyright (c) 2018-2020, Arm Limited. All rights reserved.

  SPDX-License-Identifier: BSD-3-Clause
-->

<testsuites>

  <testsuite name="PSA FF-A Version"
             description="Test PSA FF-A Version ABI" >

    <testcase name="Same FFA version as SPM"
              function="test_ffa_version_equal" />
    <testcase name="Setting bit 31 in input version"
              function="test_ffa_version_bit31"/>
    <testcase name="Bigger FFA version than SPM"
              function="test_ffa_version_bigger" />
    <testcase name="Smaller FFA version than SPM"
              function="test_ffa_version_smaller" />

  </testsuite>

  <testsuite name="PSA FF-A Direct messaging"
             description="Test PSA FF-A Direct messaging ABI" >

     <testcase name="PSA FF-A direct messaging API"
               function="test_ffa_direct_messaging" />

  </testsuite>

</testsuites>