test(memory share): SPMC handles GPF in FFA_MEM_FRAG_RX
Attest SPMC can handle a GPF when handling a FFA_MEM_FRAG_RX.
The FFA_MEM_FRAG_RX accesses to a NWd RX buffer, during the
a multi-fragment retrieve request.
The SPMC should handle the GPF, and smoothly return
FFA_ERROR_ABORTED to the NWd.
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: Id2116755beddb9350f84155ea4a358de679ac780
diff --git a/tftf/tests/tests-memory-access.xml b/tftf/tests/tests-memory-access.xml
index 2de25da..fbc0e2e 100644
--- a/tftf/tests/tests-memory-access.xml
+++ b/tftf/tests/tests-memory-access.xml
@@ -85,6 +85,8 @@
function="test_ffa_memory_relinquish_fail_tx_realm" />
<testcase name="FF-A Memory Frag Tx, NWd TX buffer is in realm PAS"
function="test_ffa_memory_share_fragmented_tx_realm" />
+ <testcase name="FF-A Memory Frag Rx, NWd RX buffer is in realm PAS"
+ function="test_ffa_memory_share_fragmented_rx_realm" />
</testsuite>
</testsuites>