aboutsummaryrefslogtreecommitdiffstats
path: root/lib/inets/test/httpc_SUITE.erl
diff options
context:
space:
mode:
Diffstat (limited to 'lib/inets/test/httpc_SUITE.erl')
-rw-r--r--lib/inets/test/httpc_SUITE.erl24
1 files changed, 0 insertions, 24 deletions
diff --git a/lib/inets/test/httpc_SUITE.erl b/lib/inets/test/httpc_SUITE.erl
index 202dcca763..27e42c6ca2 100644
--- a/lib/inets/test/httpc_SUITE.erl
+++ b/lib/inets/test/httpc_SUITE.erl
@@ -141,9 +141,7 @@ groups() ->
{otp_8106, [], [otp_8106_pid,
otp_8106_fun,
otp_8106_mfa]},
- %% {ipv6, [], [ipv6_ipcomm, ipv6_essl, ipv6_ossl]}
{ipv6, [], [ipv6_ipcomm, ipv6_essl]}
- %% {ipv6, [], [ipv6_ipcomm]}
].
@@ -1955,28 +1953,6 @@ ipv6_essl(Config) when is_list(Config) ->
%%-------------------------------------------------------------------------
-%% ipv6_ossl() ->
-%% %% [{require, ipv6_hosts}].
-%% [].
-%% ipv6_ossl(doc) ->
-%% ["Test ossl ipv6."];
-%% ipv6_ossl(suite) ->
-%% [];
-%% ipv6_ossl(Config) when is_list(Config) ->
-%% DataDir = ?config(data_dir, Config),
-%% CertFile = filename:join(DataDir, "ssl_client_cert.pem"),
-%% SSLOptions = [{certfile, CertFile}, {keyfile, CertFile}],
-%% SSLConfig = {ossl, SSLOptions},
-%% tsp("ossl_ipv6 -> make request using: "
-%% "~n SSLOptions: ~p", [SSLOptions]),
-%% HTTPOptions = [{ssl, SSLConfig}],
-%% SocketType = ossl,
-%% Scheme = "https",
-%% ipv6(SocketType, Scheme, HTTPOptions, Config).
-
-
-%%-------------------------------------------------------------------------
-
ipv6(SocketType, Scheme, HTTPOptions, Extra, Config) ->
%% Check if we are a IPv6 host
tsp("ipv6 -> verify ipv6 support", []),