From d8c2800f58456e7e3fa3b77761f0d8e61e88a8f5 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 15 Mar 2023 18:52:02 +0100 Subject: [PATCH] ecjpake: add ssl-opt tests for driver coverage analysis Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 1bab17c53d..fef88c4aa5 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2398,8 +2398,8 @@ component_test_psa_crypto_config_accel_ecjpake_use_psa () { msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated JPAKE + USE_PSA" make test - # ssl-opt will be added later. Please check issue 7255 for a list of - # follow up activities + msg "test: ssl-opt.sh" + tests/ssl-opt.sh } # Keep in sync with component_test_psa_crypto_config_accel_ecjpake_use_psa. @@ -2418,8 +2418,8 @@ component_test_psa_crypto_config_reference_ecjpake_use_psa () { msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with reference ECJPAKE + USE_PSA" make test - # ssl-opt will be added later. Please check issue 7255 for a list of - # follow up activities + msg "test: ssl-opt.sh" + tests/ssl-opt.sh } component_test_psa_crypto_config_accel_rsa_signature () {