From 9cb0f7a4237d538dcccb6d7fcf2b3a7048b3d4d5 Mon Sep 17 00:00:00 2001 From: Valerio Setti Date: Wed, 18 Jan 2023 17:29:29 +0100 Subject: [PATCH] test: driver-only: fix disparities in random Signed-off-by: Valerio Setti --- tests/scripts/analyze_outcomes.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py index 6101a1c284..4938b3b87a 100755 --- a/tests/scripts/analyze_outcomes.py +++ b/tests/scripts/analyze_outcomes.py @@ -177,7 +177,6 @@ TASKS = { 'ecdsa', # the software implementation that's excluded # the following lines should not be needed, # they will be removed by upcoming work - 'random', # #6856 'pk', # #6857 'x509parse', # #6858 'x509write', # #6858 @@ -185,6 +184,9 @@ TASKS = { 'ssl', # #6860 ], 'ignored_tests': { + 'test_suite_random': [ + 'PSA classic wrapper: ECDSA signature (SECP256R1)', + ], } } },