aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2017-05-22 17:13:16 +0200
committerHans Nilsson <[email protected]>2017-05-23 13:50:58 +0200
commit000961628c62b28d749a1e6a5f00616add4bb603 (patch)
tree287c2ec38cae49c7dc0129b4f72efe0ba51551db /lib/ssh/test
parentd1a31c78d75c16a360ee1de973660b9ec1caeb58 (diff)
downloadotp-000961628c62b28d749a1e6a5f00616add4bb603.tar.gz
otp-000961628c62b28d749a1e6a5f00616add4bb603.tar.bz2
otp-000961628c62b28d749a1e6a5f00616add4bb603.zip
ssh: Use undocumented ssh_dbg:ct_auth() in ssh_algorithms_SUITE
Diffstat (limited to 'lib/ssh/test')
-rw-r--r--lib/ssh/test/ssh_algorithms_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_algorithms_SUITE.erl b/lib/ssh/test/ssh_algorithms_SUITE.erl
index 736461624d..0f69910e40 100644
--- a/lib/ssh/test/ssh_algorithms_SUITE.erl
+++ b/lib/ssh/test/ssh_algorithms_SUITE.erl
@@ -171,6 +171,7 @@ init_per_testcase(_, {public_key,Alg}, Config) ->
Opts = pubkey_opts(Config),
case {ssh_file:user_key(Alg,Opts), ssh_file:host_key(Alg,Opts)} of
{{ok,_}, {ok,_}} ->
+ ssh_dbg:ct_auth(),
start_pubkey_daemon([proplists:get_value(pref_algs,Config)],
[{extra_daemon,true}|Config]);
{{ok,_}, _} ->
@@ -192,6 +193,7 @@ init_per_testcase(_, _, Config) ->
end_per_testcase(_TC, Config) ->
+ catch ssh_dbg:stop(),
case proplists:get_value(extra_daemon, Config, false) of
true ->
case proplists:get_value(srvr_pid,Config) of