aboutsummaryrefslogtreecommitdiff
path: root/tftf/tests/runtime_services/secure_service
diff options
context:
space:
mode:
Diffstat (limited to 'tftf/tests/runtime_services/secure_service')
-rw-r--r--tftf/tests/runtime_services/secure_service/test_ffa_direct_messaging.c6
-rw-r--r--tftf/tests/runtime_services/secure_service/test_ffa_memory_sharing.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/tftf/tests/runtime_services/secure_service/test_ffa_direct_messaging.c b/tftf/tests/runtime_services/secure_service/test_ffa_direct_messaging.c
index aeeb19b10..da5b94127 100644
--- a/tftf/tests/runtime_services/secure_service/test_ffa_direct_messaging.c
+++ b/tftf/tests/runtime_services/secure_service/test_ffa_direct_messaging.c
@@ -62,7 +62,7 @@ test_result_t test_ffa_direct_messaging(void)
/**********************************************************************
* Check SPMC has ffa_version and expected FFA endpoints are deployed.
**********************************************************************/
- CHECK_HAFNIUM_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
+ CHECK_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
/**********************************************************************
* Send a message to SP1 through direct messaging
@@ -122,7 +122,7 @@ test_result_t test_ffa_sp_to_sp_direct_messaging(void)
{
test_result_t result;
- CHECK_HAFNIUM_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
+ CHECK_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
result = send_cactus_req_echo_cmd(HYP_ID, SP_ID(1), SP_ID(2),
ECHO_VAL1);
@@ -153,7 +153,7 @@ test_result_t test_ffa_sp_to_sp_deadlock(void)
/**********************************************************************
* Check SPMC has ffa_version and expected FFA endpoints are deployed.
**********************************************************************/
- CHECK_HAFNIUM_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
+ CHECK_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
ret = CACTUS_REQ_DEADLOCK_SEND_CMD(HYP_ID, SP_ID(1), SP_ID(2),
SP_ID(3));
diff --git a/tftf/tests/runtime_services/secure_service/test_ffa_memory_sharing.c b/tftf/tests/runtime_services/secure_service/test_ffa_memory_sharing.c
index 61f1aaa38..43cf9a18f 100644
--- a/tftf/tests/runtime_services/secure_service/test_ffa_memory_sharing.c
+++ b/tftf/tests/runtime_services/secure_service/test_ffa_memory_sharing.c
@@ -52,7 +52,7 @@ static test_result_t test_memory_send_sp(uint32_t mem_func)
/***********************************************************************
* Check if SPMC has ffa_version and expected FFA endpoints are deployed.
**********************************************************************/
- CHECK_HAFNIUM_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
+ CHECK_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
GET_TFTF_MAILBOX(mb);
@@ -139,7 +139,7 @@ static test_result_t test_req_mem_send_sp_to_sp(uint32_t mem_func,
/***********************************************************************
* Check if SPMC's ffa_version and presence of expected FF-A endpoints.
**********************************************************************/
- CHECK_HAFNIUM_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
+ CHECK_SPMC_TESTING_SETUP(1, 0, expected_sp_uuids);
ret = CACTUS_REQ_MEM_SEND_SEND_CMD(HYP_ID, sender_sp, mem_func,
receiver_sp);