aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-spm.xml
blob: 14be8ca5a2a717d954ab1e4ff537e017e9c7ffc6 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<?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="FF-A Version"
             description="Test 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="FF-A RXTX Mapping"
             description="Test to FF-A RXTX mapping ABI" >
     <testcase name="FF-A RXTX Map API success"
               function="test_ffa_rxtx_map_success" />
     <testcase name="FF-A RXTX Map API consecutive"
               function="test_ffa_rxtx_map_fail" />
  </testsuite>

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

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

     <testcase name="FF-A Request SP-to-SP direct messaging"
               function="test_ffa_sp_to_sp_direct_messaging" />

     <testcase name="FF-A Request SP-to-SP direct messaging deadlock"
           function="test_ffa_sp_to_sp_deadlock" />

  </testsuite>

  <testsuite name="FF-A Memory Sharing"
             description="Test FF-A Memory Sharing ABIs" >
  <testcase name="Lend Memory to Secure World"
              function="test_mem_lend_sp" />
  <testcase name="Share Memory with Secure World"
              function="test_mem_share_sp" />
  <testcase name="Donate Memory to Secure World"
              function="test_mem_donate_sp"/>
  </testsuite>

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

</testsuites>