aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssl/test/ssl_alpn_handshake_SUITE.erl
diff options
context:
space:
mode:
authorAndreas Schultz <[email protected]>2016-04-28 13:27:47 +0200
committerIngela Anderton Andin <[email protected]>2016-05-20 09:05:48 +0200
commit8cca5a5111fdde6c6048266b9e4dbd171f721afa (patch)
tree1be8921b9e12c7c98b9352b6c622f0f769900475 /lib/ssl/test/ssl_alpn_handshake_SUITE.erl
parentbe135add07d7fd8e17e50eab1db7aec2c266bc5e (diff)
downloadotp-8cca5a5111fdde6c6048266b9e4dbd171f721afa.tar.gz
otp-8cca5a5111fdde6c6048266b9e4dbd171f721afa.tar.bz2
otp-8cca5a5111fdde6c6048266b9e4dbd171f721afa.zip
ssl: move TLS/DTLS version logging into helper
Consolidate code that logs TLS/DTLS version during testing into ssl_test_lib.
Diffstat (limited to 'lib/ssl/test/ssl_alpn_handshake_SUITE.erl')
-rw-r--r--lib/ssl/test/ssl_alpn_handshake_SUITE.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ssl/test/ssl_alpn_handshake_SUITE.erl b/lib/ssl/test/ssl_alpn_handshake_SUITE.erl
index fda076f669..d240e19cd8 100644
--- a/lib/ssl/test/ssl_alpn_handshake_SUITE.erl
+++ b/lib/ssl/test/ssl_alpn_handshake_SUITE.erl
@@ -104,7 +104,7 @@ end_per_group(_GroupName, Config) ->
Config.
init_per_testcase(_TestCase, Config) ->
- ct:log("TLS/SSL version ~p~n ", [tls_record:supported_protocol_versions()]),
+ ssl_test_lib:ct_log_supported_protocol_versions(Config),
ct:timetrap({seconds, 10}),
Config.