Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-31 | ssh: simplify test in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-31 | ssh: skip erlang_server_openssh_client_renegotiate test on non-unix | Hans Nilsson | |
2016-10-31 | ssh: Removed tracing in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-10-28 | ssh: test for rekey with OpenSSH server | Hans Nilsson | |
2016-10-28 | ssh: move rekeying test to ssh_test_lib | Hans Nilsson | |
2016-10-28 | ssh: change of test helper ssh_test_lib:start_shell | Hans Nilsson | |
2016-10-28 | ssh: increase timeout in test in ssh_options_SUITE | Hans Nilsson | |
Prevents timeout before the processing is done on slow machines | |||
2016-10-27 | ssh: trace all messages in ↵ | Hans Nilsson | |
ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 | |||
2016-10-27 | ssh: better ssh_basic_SUITE:end_per_suite/2 | Hans Nilsson | |
The testcases shell_unicode_string and shell_no_unicode in ssh_basic_SUITE could raise an exception in the end_per_suite when stopping the dameon. This is due to a natural race condition between the server and the client. | |||
2016-10-27 | ssh: improve result processing in test | Hans Nilsson | |
2016-10-27 | ssh: Reduce the renegotiation limit in test with OpenSSH client | Hans Nilsson | |
in ssh_to_openssh_SUITE:erlang_server_openssh_client_renegotiate/1 The reason is that it seems that on some small machines we get an out-of-memory exception if the limit is to high. This is probably because a chunk of data larger than the limit is piped from a file into the OpenSSH runing in a shell in a port. | |||
2016-10-18 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-17 | ssh: test case for renegotiation with openssh client | Hans Nilsson | |
2016-10-14 | Merge branch 'maint-19' into maint | Hans Nilsson | |
2016-10-13 | ssh: ssh_protocol_SUITE test for handling of illegal info_lines | Hans Nilsson | |
2016-10-13 | ssh: property test case for illegal infoline and close | Hans Nilsson | |
This tests an illegal client that sends an info line and closes 'immediatly'. | |||
2016-09-19 | Add SSH custom REPL exit status test | Svilen Ivanov | |
Test that when used defined shell REPL exit with reason normal SSH client receives exit status 0. | |||
2016-08-29 | ssh: fix changed badmatch error msg in ssh_algorithms_SUITE | Hans Nilsson | |
2016-06-27 | Merge branch 'maint-18' into maint | Hans Nilsson | |
Conflicts: OTP_VERSION lib/ssh/doc/src/notes.xml lib/ssh/src/ssh_connection_handler.erl lib/ssh/vsn.mk otp_versions.table | |||
2016-06-22 | ssh: test cases for no repetition of bad passwords | Hans Nilsson | |
2016-06-09 | ssh: anonymize two unused variables in test suite | Hans Nilsson | |
2016-06-09 | ssh: skip test suites if no crypto lib is installed | Hans Nilsson | |
2016-06-07 | ssh: log cryptolib version in ssh_algorithms_SUITE | Hans Nilsson | |
2016-06-07 | ssh: TC ssh_connection_SUITE:small_iterrupted_send | Hans Nilsson | |
2016-06-07 | ssh: ssh_connection_SUITE:interrupted_send separate result collector process | Hans Nilsson | |
2016-06-07 | ssh: logging in test helper ssh_echo_server | Hans Nilsson | |
2016-06-02 | ssh: temp fix hazard in test suite | Hans Nilsson | |
2016-06-02 | ssh: fix ssh_connection_SUITE error on Windows | Hans Nilsson | |
2016-06-01 | ssh: test cases on daemon using open socket | Hans Nilsson | |
2016-06-01 | ssh: Added timetrap to ssh_benchmark_SUITE | Hans Nilsson | |
2016-06-01 | ssh: replace ?config in tests | Hans Nilsson | |
OTP-13565 | |||
2016-05-30 | ssh: ssh:connect, ssh:shell and ssh_sftp:start_subsystem supports client ↵ | Hans Nilsson | |
tcp-socket as input | |||
2016-05-25 | Merge branch 'hans/ssh/benchmark_crash' | Hans Nilsson | |
* hans/ssh/benchmark_crash: ssh: Benchmark suite timeouts were to short | |||
2016-05-24 | ssh: Longer timeout for ssh client tests | Hans Nilsson | |
2016-05-20 | ssh: tc renaming | Hans Nilsson | |
2016-05-20 | ssh: New 'prepare' function in ssh_sftp_SUITE | Hans Nilsson | |
2016-05-20 | ssh: split result line in test | Hans Nilsson | |
2016-05-19 | ssh: No erlang port in ssh_algorithms_SUITE | Hans Nilsson | |
2016-05-18 | ssh: Benchmark suite timeouts were to short | Hans Nilsson | |
2016-05-10 | ssh: New test for utf8 in ssh_sftp_SUITE | Hans Nilsson | |
2016-05-09 | ssh: polish test log (ssh_algorithms_SUITE) | Hans Nilsson | |
2016-05-09 | ssh: monitor os:cmd to avoid hanging on baal | Hans Nilsson | |
2016-05-03 | ssh: update ssh_benchmark_SUITE to new ssh_connection_handler | Hans Nilsson | |
2016-05-03 | ssh: ssh_upgrade_SUITE | Hans Nilsson | |
2016-05-02 | ssh: Update the ssh_sup_SUITE test | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_sup_SUITE.erl | |||
2016-05-02 | Merge branch 'hans/ssh/doc_sftp_error_codes/ERL-86/OTP-13347' | Hans Nilsson | |
2016-05-02 | Merge branch 'hans/ssh/daemon_port_0/OTP-13527' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_test_lib.erl | |||
2016-05-02 | Merge branch 'hans/ssh/cuddle_tests' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_algorithms_SUITE.erl | |||
2016-04-29 | ssh: break out test macro ?wait_match into new ssh_test_lib.hrl | Hans Nilsson | |
2016-04-29 | ssh: centralize and adjust port spawning for test_suites into ssh_test_lib | Hans Nilsson | |