This is an automated email from the ASF dual-hosted git repository.

maskit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 35916b8fd8 Tweak a string to be checked in tls_tunnel autest (#11415)
35916b8fd8 is described below

commit 35916b8fd8895e413eb17094ca8d7c484ea24690
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)
---
 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")
 

Reply via email to