You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2023/03/06 22:08:23 UTC

[trafficserver] branch 9.2.x updated: Run autest tls_hooks17 and tls_hooks18 on BoringSSL build (#9455)

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

zwoop pushed a commit to branch 9.2.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/9.2.x by this push:
     new 8b97a15aa Run autest tls_hooks17 and tls_hooks18 on BoringSSL build (#9455)
8b97a15aa is described below

commit 8b97a15aa397e95af29181d0738d5502d63dfd25
Author: Masakazu Kitajo <ma...@apache.org>
AuthorDate: Mon Feb 27 12:41:41 2023 -0700

    Run autest tls_hooks17 and tls_hooks18 on BoringSSL build (#9455)
    
    (cherry picked from commit 7db64c4243c19e33b2635dd54ef8037150f14d63)
---
 tests/gold_tests/tls_hooks/tls_hooks17.test.py | 1 -
 tests/gold_tests/tls_hooks/tls_hooks18.test.py | 1 -
 2 files changed, 2 deletions(-)

diff --git a/tests/gold_tests/tls_hooks/tls_hooks17.test.py b/tests/gold_tests/tls_hooks/tls_hooks17.test.py
index 4d78a00c6..827f4676c 100644
--- a/tests/gold_tests/tls_hooks/tls_hooks17.test.py
+++ b/tests/gold_tests/tls_hooks/tls_hooks17.test.py
@@ -26,7 +26,6 @@ Test different combinations of TLS handshake hooks to ensure they are applied co
 
 Test.SkipUnless(
     Condition.HasOpenSSLVersion("1.1.1"),
-    Condition.IsOpenSSL()
 )
 
 ts = Test.MakeATSProcess("ts", select_ports=True, enable_tls=True)
diff --git a/tests/gold_tests/tls_hooks/tls_hooks18.test.py b/tests/gold_tests/tls_hooks/tls_hooks18.test.py
index b4c028d79..74994091f 100644
--- a/tests/gold_tests/tls_hooks/tls_hooks18.test.py
+++ b/tests/gold_tests/tls_hooks/tls_hooks18.test.py
@@ -26,7 +26,6 @@ Test different combinations of TLS handshake hooks to ensure they are applied co
 
 Test.SkipUnless(
     Condition.HasOpenSSLVersion("1.1.1"),
-    Condition.IsOpenSSL()
 )
 
 ts = Test.MakeATSProcess("ts", select_ports=True, enable_tls=True)