Test Persistent Object with keys

xtest 1014 is introduced to test TEE_CreatePersistentObject() associated
with a key.

Suggested-by: Miraje Gentilal <miraje.gentilal@hotmail.com>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
Signed-off-by: Pascal Brand <pascal.brand@st.com>
diff --git a/ta/storage/ta_entry.c b/ta/storage/ta_entry.c
index 5a55fed..d2efd18 100644
--- a/ta/storage/ta_entry.c
+++ b/ta/storage/ta_entry.c
@@ -115,6 +115,9 @@
 	case TA_STORAGE_CMD_NEXT_ENUM:
 		return ta_storage_cmd_next_enum(nParamTypes, pParams);
 
+	case TA_STORAGE_CMD_KEY_IN_PERSISTENT:
+		return ta_storage_cmd_key_in_persistent(nParamTypes, pParams);
+
 	default:
 		return TEE_ERROR_BAD_PARAMETERS;
 	}