From adb30178aea920d540d4b1b0651750d57006e6a8 Mon Sep 17 00:00:00 2001 From: Brennan Kinney <5098581+polarathene@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:29:06 +1300 Subject: [PATCH] tests: Reduce cipher suite test time by a third (#3050) Using `--openssl` uses the native `openssl` package within the image instead of the older `1.0.2` bundled from `testssl.sh`. The test is only testing cipher suite compatibility is what we expect it to be, thus we do not need to run `testssl.sh` with a broader range of ciphers. --- test/tests/parallel/set2/tls_cipherlists.bats | 1 + 1 file changed, 1 insertion(+) diff --git a/test/tests/parallel/set2/tls_cipherlists.bats b/test/tests/parallel/set2/tls_cipherlists.bats index de3c6fd8..854a6514 100644 --- a/test/tests/parallel/set2/tls_cipherlists.bats +++ b/test/tests/parallel/set2/tls_cipherlists.bats @@ -153,6 +153,7 @@ function _collect_cipherlists() { --mode parallel --overwrite --preference + --openssl /usr/bin/openssl ) # NOTE: Batch testing ports via `--file` doesn't properly bubble up failure. # If the failure for a test is misleading consider testing a single port with: