From 16b70f2b1aa9fdafa002ba683c3e95ebae482940 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Tue, 27 Jun 2023 17:45:49 +0200 Subject: [PATCH] test: enabled ssl-opt testing in no_ecp_at_all components Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index e6c615409..bad6bfffb 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2504,6 +2504,9 @@ component_test_psa_crypto_config_accel_ecc_no_ecp_at_all () { msg "test: full + accelerated EC algs + USE_PSA - ECP" make test + + msg "ssl-opt: full + accelerated EC algs + USE_PSA - ECP" + tests/ssl-opt.sh } # Reference function used for driver's coverage analysis in analyze_outcomes.py @@ -2518,6 +2521,9 @@ component_test_psa_crypto_config_reference_ecc_no_ecp_at_all () { msg "test: crypto_full + non accelerated EC algs + USE_PSA" make test + + msg "ssl-opt: crypto_full + non accelerated EC algs + USE_PSA" + tests/ssl-opt.sh } # Helper function used in: