Docs: Update instuction on PSA API test suites
Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com>
Change-Id: Id2a883a5309042a737f507179863e6ca14fd5f5b
diff --git a/docs/building/tests_build_instruction.rst b/docs/building/tests_build_instruction.rst
index 7ca43e5..31fcd99 100644
--- a/docs/building/tests_build_instruction.rst
+++ b/docs/building/tests_build_instruction.rst
@@ -67,7 +67,7 @@
The PSA API test codes are located under **/tests_psa_arch** folder.
Here is a brief description of the basic flow:
-There are 5 different TEST_PSA_API test suites to be run.
+Select one of the following test suites to be run.
.. code-block:: bash
@@ -76,9 +76,13 @@
-DTEST_PSA_API=STORAGE
-DTEST_PSA_API=CRYPTO
-DTEST_PSA_API=INITIAL_ATTESTATION
+ -DTEST_PSA_API=IPC
-Respectively for the corresponding service. For example, to enable the PSA API
-tests for the Crypto service:
+Respectively for the corresponding service. For detailed information,
+please refer to **PSA Certified APIs Architecture Test Suite** section [2]_
+in the documentation of **psa-arch-tests** repository.
+
+For example, to enable the PSA API tests for the Crypto service:
.. code-block:: bash
@@ -96,6 +100,8 @@
.. [1] `tf-m-tests <https://git.trustedfirmware.org/TF-M/tf-m-tests.git/about/>`__
+.. [2] `PSA Certified APIs Architecture Test Suite <https://github.com/ARM-software/psa-arch-tests/blob/v23.06_API1.5_ADAC_EAC/api-tests/dev_apis/README.md>`__
+
--------------
*Copyright (c) 2017-2023, Arm Limited. All rights reserved.*