test(indirect message): aborted send from vm to sp
The SPMC shall copy the message from the VM's buffer into
the SP's when VM sends indirect message.
Test that if TX buffer of the VM is added to the realm
PAS, the operation fails smoothly with FFA_ERROR_ABORTED.
Signed-off-by: J-Alves <joao.alves@arm.com>
Change-Id: I375d1987429ed38349c25764262f386b6a4cde57
diff --git a/tftf/tests/tests-memory-access.xml b/tftf/tests/tests-memory-access.xml
index 360e07f..f1d96e2 100644
--- a/tftf/tests/tests-memory-access.xml
+++ b/tftf/tests/tests-memory-access.xml
@@ -67,6 +67,8 @@
function="test_ffa_rxtx_to_realm_pas" />
<testcase name="FF-A Indirect message fails if VM RX is realm"
function="test_ffa_indirect_message_sp_to_vm_rx_realm_fail" />
+ <testcase name="FF-A Indirect message fails if VM TX is realm"
+ function="test_ffa_indirect_message_vm_to_sp_tx_realm_fail" />
</testsuite>
</testsuites>