aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_basic_SUITE.erl
diff options
context:
space:
mode:
authorHans Nilsson <[email protected]>2015-08-26 09:54:11 +0200
committerHans Nilsson <[email protected]>2015-08-26 09:54:11 +0200
commit5e775a5a61f4f4549fda1ad0d9d428d0977217af (patch)
treeb4cd46d475059d6af33bb3eace42d26a84436b5c /lib/ssh/test/ssh_basic_SUITE.erl
parent624f7c336af233186da0fe0f972fc2dcd214c4f9 (diff)
parentb78c3b351fc955aa14bdfc3577890031ffffa9f0 (diff)
downloadotp-5e775a5a61f4f4549fda1ad0d9d428d0977217af.tar.gz
otp-5e775a5a61f4f4549fda1ad0d9d428d0977217af.tar.bz2
otp-5e775a5a61f4f4549fda1ad0d9d428d0977217af.zip
Merge branch 'maint'
Diffstat (limited to 'lib/ssh/test/ssh_basic_SUITE.erl')
-rw-r--r--lib/ssh/test/ssh_basic_SUITE.erl2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh_basic_SUITE.erl b/lib/ssh/test/ssh_basic_SUITE.erl
index f30e86f193..6dfff945ac 100644
--- a/lib/ssh/test/ssh_basic_SUITE.erl
+++ b/lib/ssh/test/ssh_basic_SUITE.erl
@@ -466,6 +466,7 @@ rekey_limit(Config) ->
DataFile = filename:join(UserDir, "rekey.data"),
{Pid, Host, Port} = ssh_test_lib:daemon([{system_dir, SystemDir},
+ {max_random_length_padding, 0},
{user_dir, UserDir},
{user_passwords,
[{"simon", "says"}]}]),
@@ -475,6 +476,7 @@ rekey_limit(Config) ->
{user, "simon"},
{password, "says"},
{rekey_limit, 2500},
+ {max_random_length_padding, 0},
{user_interaction, false},
{silently_accept_hosts, true}]),