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

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


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 84c8b81  Require 1.1.1 as minimum openssl lib version for 
tls_check_dual_cert_selection Au test.
84c8b81 is described below

commit 84c8b815876b41f94a6a0d6fea48b2d833a71ce4
Author: Walter Karas <wka...@verizonmedia.com>
AuthorDate: Tue Mar 17 12:33:07 2020 -0500

    Require 1.1.1 as minimum openssl lib version for 
tls_check_dual_cert_selection Au test.
    
    (cherry picked from commit e872a701e1f1e7ad5672fa883fffe56cccbef446)
---
 tests/gold_tests/tls/tls_check_dual_cert_selection.test.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/gold_tests/tls/tls_check_dual_cert_selection.test.py 
b/tests/gold_tests/tls/tls_check_dual_cert_selection.test.py
index 8c1a25d..bc2682a 100644
--- a/tests/gold_tests/tls/tls_check_dual_cert_selection.test.py
+++ b/tests/gold_tests/tls/tls_check_dual_cert_selection.test.py
@@ -20,6 +20,8 @@ Test.Summary = '''
 Test ATS offering both RSA and EC certificates
 '''
 
+Test.SkipUnless(Condition.HasOpenSSLVersion('1.1.1'))
+
 # Define default ATS
 ts = Test.MakeATSProcess("ts", select_ports=True, enable_tls=True)
 server = Test.MakeOriginServer("server", ssl=True)

Reply via email to