1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-10 05:03:02 +03:00

Correct analyze_outcomes identation

Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
This commit is contained in:
Tomás González
2023-08-24 09:12:40 +01:00
parent a0631446b5
commit d43cab3f5c

View File

@@ -188,10 +188,10 @@ TASKS = {
'test_suite_psa_crypto_metadata;Asymmetric signature: pure EdDSA', 'test_suite_psa_crypto_metadata;Asymmetric signature: pure EdDSA',
# Algorithm not supported yet # Algorithm not supported yet
'test_suite_psa_crypto_metadata;Cipher: XTS', 'test_suite_psa_crypto_metadata;Cipher: XTS',
], ],
'full_coverage': False, 'full_coverage': False,
} }
}, },
# There are 2 options to use analyze_driver_vs_reference_xxx locally: # There are 2 options to use analyze_driver_vs_reference_xxx locally:
# 1. Run tests and then analysis: # 1. Run tests and then analysis:
# - tests/scripts/all.sh --outcome-file "$PWD/out.csv" <component_ref> <component_driver> # - tests/scripts/all.sh --outcome-file "$PWD/out.csv" <component_ref> <component_driver>