analyze_outcomes: update comments of skipped tests

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2023-12-28 13:56:13 +01:00
parent 5f665c3a0d
commit ab0494f193

View File

@ -566,12 +566,13 @@ KNOWN_TASKS = {
re.compile(r'CAMELLIA-\d+[- ]CCM\*-NO-TAG .*'),
],
'test_suite_error': [
# Following tests require AES_C which is disabled in the accelerated component
# Following tests depend on AES_C but are not about them
# really, just need to know some error code is there.
'Single low error',
'Low and high error',
],
'test_suite_version': [
# Following tests require AES_C which is disabled in the accelerated component
# Similar to test_suite_error above.
'Check for MBEDTLS_AES_C when already present',
],
'test_suite_platform': [