aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/tests-spm.xml
diff options
context:
space:
mode:
authorJ-Alves <joao.alves@arm.com>2020-11-09 15:40:31 +0000
committerJ-Alves <joao.alves@arm.com>2021-01-20 14:44:17 +0000
commitb1e81d83dab05686d0cbb8cec914870a27daebd9 (patch)
tree2c2eb6392fb6dcdf0bec918704bf3ea5e327231d /tftf/tests/tests-spm.xml
parentda6ac32e00fe6ced9696ac706b9dae946cab2483 (diff)
downloadtf-a-tests-b1e81d83dab05686d0cbb8cec914870a27daebd9.tar.gz
TFTF: trigger direct messaging between SPs
Use cactus command 'CACTUS_REQ_ECHO_SEND_CMD' to make cactus SPs communicate with each other using direct message interfaces. Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: Idc266cfb8b5661d1b2386d20a2758489f8ac894e
Diffstat (limited to 'tftf/tests/tests-spm.xml')
-rw-r--r--tftf/tests/tests-spm.xml19
1 files changed, 11 insertions, 8 deletions
diff --git a/tftf/tests/tests-spm.xml b/tftf/tests/tests-spm.xml
index 5e10f5338..d665b5a3a 100644
--- a/tftf/tests/tests-spm.xml
+++ b/tftf/tests/tests-spm.xml
@@ -22,14 +22,6 @@
</testsuite>
- <testsuite name="FF-A Direct messaging"
- description="Test FF-A Direct messaging ABI" >
-
- <testcase name="FF-A direct messaging API"
- function="test_ffa_direct_messaging" />
-
- </testsuite>
-
<testsuite name="FF-A RXTX Mapping"
description="Test to FF-A RXTX mapping ABI" >
<testcase name="FF-A RXTX Map API success"
@@ -38,6 +30,17 @@
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" />
+
+ </testsuite>
+
<testsuite name="FF-A Memory Sharing"
description="Test FF-A Memory Sharing ABIs" >
<testcase name="Lend Memory to Secure World"