This is an automated email from the ASF dual-hosted git repository.
cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/10.0.x by this push:
new 8ca1938c94 Tweak a string to be checked in tls_tunnel autest (#11415)
8ca1938c94 is described below
commit 8ca1938c94442d23d8fa1ae43dad3186a756c8c0
Author: Masakazu Kitajo <[email protected]>
AuthorDate: Tue Jun 4 13:59:21 2024 -0600
Tweak a string to be checked in tls_tunnel autest (#11415)
(cherry picked from commit 35916b8fd8895e413eb17094ca8d7c484ea24690)
---
tests/gold_tests/tls/tls_tunnel.test.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/gold_tests/tls/tls_tunnel.test.py
b/tests/gold_tests/tls/tls_tunnel.test.py
index 645df36b3f..8519c12062 100644
--- a/tests/gold_tests/tls/tls_tunnel.test.py
+++ b/tests/gold_tests/tls/tls_tunnel.test.py
@@ -234,7 +234,7 @@ tr.Processes.Default.Command = (
tr.ReturnCode = 1
tr.TimeOut = 5
tr.StillRunningAfter = ts
-tr.Processes.Default.Streams.All +=
Testers.ContainsExpression("ssl.SSLEOFError", "Verify a the handshake failed")
+tr.Processes.Default.Streams.All +=
Testers.ContainsExpression("ssl.SSL.*Error:.*EOF", "Verify a the handshake
failed")
ts.Disk.traffic_out.Content += Testers.ContainsExpression(
f"Rejected a tunnel to port {rejected_port} not in connect_ports", "Verify
the tunnel was rejected")