GP11 : TEE_GetOperationInfoMultiple
update xtest 9052 (no key)/9115 (1 key)/9238 (2 keys)
Signed-off-by: Cedric Chaumont <cedric.chaumont@st.com>
Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
Tested-by: Cedric Chaumont <cedric.chaumont@linaro.org> (STM boards)
Tested-by: Cedric Chaumont <cedric.chaumont@linaro.org> (ARM Juno board)
diff --git a/scripts/patch_gp_testsuite.sh b/scripts/patch_gp_testsuite.sh
index 6468f10..81885ac 100755
--- a/scripts/patch_gp_testsuite.sh
+++ b/scripts/patch_gp_testsuite.sh
@@ -231,6 +231,19 @@
fi;
fi
+cd ${CDIR}
+
+LCI_PRINT_L1 "Update test: 9238 (TEE_GetOperationInfoMultiple)"
+ARRAY=(["FILE"]="${CFG_OPTEE_TEST_PATH}/host/xtest/xtest_9000.c"
+ ["PATCH"]="${CFG_GP_XSL_PACKAGE_PATH}/host/xtest/xtest_9000.c.patch")
+LCI_PATCH ${ARRAY[FILE]} ${ARRAY[PATCH]}
+LCI_PRINT_SEPARATOR
+
+ARRAY=(["FILE"]="${CFG_OPTEE_TEST_PATH}/host/xtest/xml/include/xml_crypto_api.h"
+ ["PATCH"]="${CFG_GP_XSL_PACKAGE_PATH}/host/xtest/xml_crypto_api.h.patch")
+LCI_PATCH ${ARRAY[FILE]} ${ARRAY[PATCH]}
+LCI_PRINT_SEPARATOR
+
LCI_PRINT_SEPARATOR
LCI_PRINT_HEADER "`basename $0` finished";
LCI_PRINT_SEPARATOR