summaryrefslogtreecommitdiff
path: root/tftf/tests/tests-spm.xml
diff options
context:
space:
mode:
authorJ-Alves <joao.alves@arm.com>2020-05-26 17:14:40 +0100
committerJ-Alves <joao.alves@arm.com>2020-06-19 09:34:30 +0100
commit8f08a05490ed3ce474cc821297929bf8df5691d2 (patch)
treeda0afb6bc23221c8fd9efe95b6fdc559245a7987 /tftf/tests/tests-spm.xml
parent87c9a5cc97c16f6c1c991fab334bfed4e4fce296 (diff)
SPM: TFTF test of FFA_VERSION interface
Implemented test to FFA_VERSION interface: - "test_ffa_version.c" contains functions to test FFA_VERSION ABI; - Test suite for FFA_VERSION ABI in tests-spm.xml; - Helper macros changed in "ffa_helpers.h". Signed-off-by: J-Alves <joao.alves@arm.com> Change-Id: I6b0e937e30fceaa21a57c4ba0761a62049b16c0d
Diffstat (limited to 'tftf/tests/tests-spm.xml')
-rw-r--r--tftf/tests/tests-spm.xml18
1 files changed, 16 insertions, 2 deletions
diff --git a/tftf/tests/tests-spm.xml b/tftf/tests/tests-spm.xml
index 09af639..5ed2524 100644
--- a/tftf/tests/tests-spm.xml
+++ b/tftf/tests/tests-spm.xml
@@ -8,8 +8,22 @@
<testsuites>
- <testsuite name="Secure Partition Manager"
- description="Test SPM APIs">
+ <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" />