analyze_outcomes: update comments of skipped tests
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
5f665c3a0d
commit
ab0494f193
1 changed files with 3 additions and 2 deletions
|
@ -566,12 +566,13 @@ KNOWN_TASKS = {
|
||||||
re.compile(r'CAMELLIA-\d+[- ]CCM\*-NO-TAG .*'),
|
re.compile(r'CAMELLIA-\d+[- ]CCM\*-NO-TAG .*'),
|
||||||
],
|
],
|
||||||
'test_suite_error': [
|
'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',
|
'Single low error',
|
||||||
'Low and high error',
|
'Low and high error',
|
||||||
],
|
],
|
||||||
'test_suite_version': [
|
'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',
|
'Check for MBEDTLS_AES_C when already present',
|
||||||
],
|
],
|
||||||
'test_suite_platform': [
|
'test_suite_platform': [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue