aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-spm.xml
blob: e2f29bfe1d4c440850ebf6eed062464df9635c90 (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
34
35
36
37
38
39
<?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>

  <testsuite name="PSA FF-A features"
             description="Test FFA_FEATURES ABI" >
     <testcase name="Test FFA_FEATURES"
               function="test_ffa_features" />
  </testsuite>

</testsuites>