analyze_outcomes: add coverage test for ecjpake
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
60976169f6
commit
d0fffc56c3
1 changed files with 12 additions and 0 deletions
|
@ -195,6 +195,18 @@ TASKS = {
|
|||
}
|
||||
}
|
||||
},
|
||||
'analyze_driver_vs_reference_ecjpake': {
|
||||
'test_function': do_analyze_driver_vs_reference,
|
||||
'args': {
|
||||
'component_ref': 'test_psa_crypto_config_reference_ecjpake_use_psa',
|
||||
'component_driver': 'test_psa_crypto_config_accel_ecjpake_use_psa',
|
||||
'ignored_suites': [
|
||||
'ecjpake', # the software implementation that's excluded
|
||||
],
|
||||
'ignored_tests': {
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
def main():
|
||||
|
|
Loading…
Reference in a new issue