chore: move test from xml file
Move test suite "SP exceptions" from 'tests-spm.xml'
into 'tests-memory-access.xml'.
Change-Id: Ia312007cd3c6c6b98ac62cdd7e2b762669fa8e71
Signed-off-by: J-Alves <joao.alves@arm.com>
diff --git a/tftf/tests/tests-memory-access.xml b/tftf/tests/tests-memory-access.xml
index fa8a8a4..3ed3bfa 100644
--- a/tftf/tests/tests-memory-access.xml
+++ b/tftf/tests/tests-memory-access.xml
@@ -43,6 +43,12 @@
function="s_memory_cannot_be_accessed_in_ns" />
</testsuite>
+ <testsuite name="SP exceptions"
+ description="SP exceptions" >
+ <testcase name="Access from a SP to a Realm region"
+ function="rl_memory_cannot_be_accessed_in_s" />
+ </testsuite>
+
<testsuite name="Invalid memory access with RME extension"
description="Invalid memory access with RME extension">
<testcase name="Access Realm memory from NS world"
diff --git a/tftf/tests/tests-spm.xml b/tftf/tests/tests-spm.xml
index 3fcb978..4eef491 100644
--- a/tftf/tests/tests-spm.xml
+++ b/tftf/tests/tests-spm.xml
@@ -70,14 +70,6 @@
function="test_smccc_ext_callee_preserved" />
</testsuite>
- <testsuite name="SP exceptions"
- description="SP exceptions" >
-
- <testcase name="Access from a SP to a Realm region"
- function="rl_memory_cannot_be_accessed_in_s" />
-
- </testsuite>
-
<testsuite name="FF-A Direct messaging"
description="Test FF-A Direct messaging" >