Generate handshake defragmentation test cases: update analyze_outcomes
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/tests/scripts/analyze_outcomes.py b/tests/scripts/analyze_outcomes.py
index 7201432..7704170 100755
--- a/tests/scripts/analyze_outcomes.py
+++ b/tests/scripts/analyze_outcomes.py
@@ -34,6 +34,13 @@
re.DOTALL)
IGNORED_TESTS = {
+ 'handshake-generated': [
+ # Temporary disable Handshake defragmentation tests until mbedtls
+ # pr #10011 has been merged.
+ 'Handshake defragmentation on client: len=4, TLS 1.2',
+ 'Handshake defragmentation on client: len=5, TLS 1.2',
+ 'Handshake defragmentation on client: len=13, TLS 1.2'
+ ],
'ssl-opt': [
# We don't run ssl-opt.sh with Valgrind on the CI because
# it's extremely slow. We don't intend to change this.
@@ -53,11 +60,6 @@
# https://github.com/Mbed-TLS/mbedtls/issues/9581
'Opaque key for server authentication: invalid key: decrypt with ECC key, no async',
'Opaque key for server authentication: invalid key: ecdh with RSA key, no async',
- # Temporary disable Handshake defragmentation tests until mbedtls
- # pr #10011 has been merged.
- 'Handshake defragmentation on client: len=4, TLS 1.2',
- 'Handshake defragmentation on client: len=5, TLS 1.2',
- 'Handshake defragmentation on client: len=13, TLS 1.2'
],
'test_suite_config.mbedtls_boolean': [
# We never test with CBC/PKCS5/PKCS12 enabled but