From d0fffc56c3d41df8c8cd5f00ca3bde04fbec95d5 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Mon, 13 Mar 2023 16:08:03 +0100 Subject: [PATCH] analyze_outcomes: add coverage test for ecjpake Signed-off-by: Valerio Setti --- tests/scripts/analyze_outcomes.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index 3fd24e98d..2228b7214 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -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():