enable test-large-hello.py as a slow test
authortb <tb@openbsd.org>
Tue, 13 Apr 2021 15:59:14 +0000 (15:59 +0000)
committertb <tb@openbsd.org>
Tue, 13 Apr 2021 15:59:14 +0000 (15:59 +0000)
regress/lib/libssl/tlsfuzzer/tlsfuzzer.py

index 2d38946..608163b 100644 (file)
@@ -1,4 +1,4 @@
-#   $OpenBSD: tlsfuzzer.py,v 1.31 2021/04/13 15:53:20 tb Exp $
+#   $OpenBSD: tlsfuzzer.py,v 1.32 2021/04/13 15:59:14 tb Exp $
 #
 # Copyright (c) 2020 Theo Buehler <tb@openbsd.org>
 #
@@ -389,6 +389,7 @@ tls12_slow_tests = TestGroup("slow TLSv1.2 tests", [
     Test("test-dhe-no-shared-secret-padding.py", tls12_exclude_legacy_protocols),
     Test("test-ecdhe-padded-shared-secret.py", tls12_exclude_legacy_protocols),
     Test("test-ecdhe-rsa-key-share-random.py", tls12_exclude_legacy_protocols),
+    Test("test-large-hello.py"),
 ])
 
 tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
@@ -466,8 +467,6 @@ tls12_failing_tests = TestGroup("failing TLSv1.2 tests", [
     # again illegal_parameter vs unrecognized_name
     Test("test-invalid-server-name-extension.py"),
 
-    Test("test-large-hello.py"),
-
     # 14 pass
     # 7 fail
     # 'n extensions', n in 4095, 4096, 4097, 8191, 8192, 8193, 16383,