psa-acs dynamic test config support
Originally when a psa-api test failed a temporary patch had to be
created until the issue was solved.
With this modification the tests to be run can be selected runtime
via command line arguments.
The argument to enable logging changed to '-v'. So the updated
argument list:
-v: enable logging (verbose mode)
-l: print a list of all the available tests
-t: run only the listed tests e.g: "-t test_201;test_205;"
-h: print list of arguments
Signed-off-by: Gabor Toth <gabor.toth2@arm.com>
Change-Id: I2e9132636c9624cf7a185bd9e286ff984d5a4cbf
diff --git a/docs/quickstart/pc-testing.rst b/docs/quickstart/pc-testing.rst
index 9b887be..295273d 100644
--- a/docs/quickstart/pc-testing.rst
+++ b/docs/quickstart/pc-testing.rst
@@ -53,6 +53,18 @@
make -C build-pa install
LD_PRELOAD=build-pa/install/linux-pc/lib/libts.so build-pa/install/linux-pc/bin/psa-crypto-api-test
+psa-api test binaries accept the listed command-line arguments:
+
+=========== ====================================================================
+CL argument Description
+=========== ====================================================================
+-v verbose mode
+-h print supported arguments
+-l print a list of all the available tests
+-t run only the listed tests with 'test\_' prefix and semicolon postfix
+ e.g: "-t test_201;test_205;test_260;"
+=========== ====================================================================
+
More information
----------------
For more information about deployments and building, see: :ref:`Build Instructions`
@@ -61,6 +73,6 @@
--------------
-*Copyright (c) 2022, Arm Limited and Contributors. All rights reserved.*
+*Copyright (c) 2022-2023, Arm Limited and Contributors. All rights reserved.*
SPDX-License-Identifier: BSD-3-Clause