From 6445912d9cc3bdc71e261ecb1ac55c65bec8dfc3 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 22 Feb 2023 12:35:16 +0100 Subject: [PATCH] test: enable ssl-opt in test_psa_crypto_config_[accel/reference]_ecdsa_use_psa Signed-off-by: Valerio Setti --- tests/scripts/all.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/scripts/all.sh b/tests/scripts/all.sh index 7d91fa27d3..24b1eda001 100755 --- a/tests/scripts/all.sh +++ b/tests/scripts/all.sh @@ -2158,7 +2158,8 @@ component_test_psa_crypto_config_accel_ecdsa_use_psa () { msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated ECDSA + USE_PSA" make test - # TODO: ssl-opt.sh (currently doesn't pass) - #6861 + msg "test: ssl-opt.sh" + tests/ssl-opt.sh } # Keep in sync with component_test_psa_crypto_config_accel_ecdsa_use_psa. @@ -2177,7 +2178,8 @@ component_test_psa_crypto_config_reference_ecdsa_use_psa () { msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated ECDSA + USE_PSA" make test - # TODO: ssl-opt.sh (when the accel component is ready) - #6861 + msg "test: ssl-opt.sh" + tests/ssl-opt.sh } component_test_psa_crypto_config_accel_ecdh () {