commit | 39c66d6a40bcbf06d2d235d7cccc4e99c5050da8 | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@foss.st.com> | Thu Jan 23 09:53:14 2025 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Fri Jan 24 17:06:08 2025 +0100 |
tree | b2a7e8061cdd1f9bc486813ab6c203e867e5c363 | |
parent | a1739a182ebbf0500e54cd313e5591079c36f968 [diff] |
regression_4000: split test cases per algo family Split regression_4006 test cases into specific test cases for each of RSA, DSA, ECDSA and SM2. This eases testing only a target algo family without needing to run all the cases series, especially useful when testing all algo flavors (max test level with option "-l 15"). By the way, fix the test cases description that mention "Asymm Cipher" while both ciphering and authentication operation are tested. Signed-off-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (vexpress-qemu_armv8a)
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers