From 5f10d84da965f7c9bb465326691c2d9ae045b939 Mon Sep 17 00:00:00 2001 From: Davidson K Date: Tue, 27 Sep 2022 10:44:42 +0530 Subject: [PATCH] tc1: update the ts-service-test test groups Signed-off-by: Davidson K Change-Id: I7c0394a8e66c49cdaf2c3b1acd4e55e71db843b1 --- docs/totalcompute/tc1/user-guide.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/totalcompute/tc1/user-guide.rst b/docs/totalcompute/tc1/user-guide.rst index 73697e3..896c9f4 100755 --- a/docs/totalcompute/tc1/user-guide.rst +++ b/docs/totalcompute/tc1/user-guide.rst @@ -375,9 +375,10 @@ using the username ``root``. You may need to hit Enter for the prompt to appear. The OP-TEE and Trusted Services are initialized in Poky distribution. The functionality of OP-TEE and core set of trusted services such as Crypto and Internal Trusted Storage can be invoked only on Poky distribution. For OP-TEE, the TEE sanity test suite can be run using command ``xtest``. -For Trusted Services, run command ``ts-service-test -sg ItsServiceTests -sg PsaCryptoApiTests -sg -CryptoServicePackedcTests -sg CryptoServiceProtobufTests -sg CryptoServiceLimitTests -v`` for Service API level tests -and run command ``ts-demo`` for the demonstration client application. +For Trusted Services, run command ``ts-service-test -sg ItsServiceTests -sg CryptoKeyDerivationServicePackedcTests +-sg CryptoMacServicePackedcTests -sg CryptoCipherServicePackedcTests -sg CryptoHashServicePackedcTests +-sg CryptoServicePackedcTests -sg CryptoServiceProtobufTests -sg CryptoServiceLimitTests -sg DiscoveryServiceTests -v`` +for Service API level tests and run command ``ts-demo`` for the demonstration client application. On Android distribution, Trusty provides a Trusted Execution Environment (TEE). The functionality of Trusty IPC can be tested using command ``tipc-test -t ta2ta-ipc`` with root privilege. -- GitLab