mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-17 23:59:55 +00:00
Skip bits not needed in outcome-analysis.sh
Signed-off-by: Manuel Pégourié-Gonnard <[email protected]>
This commit is contained in:
@@ -95,6 +95,7 @@ record "reference"
|
|||||||
|
|
||||||
cleanup
|
cleanup
|
||||||
export MBEDTLS_TEST_OUTCOME_FILE="$PWD/outcome-drivers.csv"
|
export MBEDTLS_TEST_OUTCOME_FILE="$PWD/outcome-drivers.csv"
|
||||||
|
export SKIP_SSL_OPT_COMPAT_SH=1
|
||||||
tests/scripts/all.sh -k test_psa_crypto_config_accel_hash_use_psa
|
tests/scripts/all.sh -k test_psa_crypto_config_accel_hash_use_psa
|
||||||
|
|
||||||
# analysis
|
# analysis
|
||||||
|
|||||||
@@ -2063,11 +2063,16 @@ component_test_psa_crypto_config_accel_hash_use_psa () {
|
|||||||
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA"
|
msg "test: MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA"
|
||||||
make test
|
make test
|
||||||
|
|
||||||
msg "test: ssl-opt.sh, MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA"
|
# hidden option: when running outcome-analysis.sh, we can skip this
|
||||||
tests/ssl-opt.sh
|
if [ "${SKIP_SSL_OPT_COMPAT_SH-unset}" = "unset" ]; then
|
||||||
|
msg "test: ssl-opt.sh, MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA"
|
||||||
|
tests/ssl-opt.sh
|
||||||
|
|
||||||
msg "test: compat.sh, MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA"
|
msg "test: compat.sh, MBEDTLS_PSA_CRYPTO_CONFIG with accelerated hash and USE_PSA"
|
||||||
tests/compat.sh
|
tests/compat.sh
|
||||||
|
else
|
||||||
|
echo "skip sh scripts"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
component_test_psa_crypto_config_accel_cipher () {
|
component_test_psa_crypto_config_accel_cipher () {
|
||||||
|
|||||||
Reference in New Issue
Block a user