aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test
AgeCommit message (Collapse)Author
2016-05-10ssh: New test for utf8 in ssh_sftp_SUITEHans Nilsson
2016-05-09ssh: polish test log (ssh_algorithms_SUITE)Hans Nilsson
2016-05-09ssh: monitor os:cmd to avoid hanging on baalHans Nilsson
2016-05-03ssh: update ssh_benchmark_SUITE to new ssh_connection_handlerHans Nilsson
2016-05-03ssh: ssh_upgrade_SUITEHans Nilsson
2016-05-02ssh: Update the ssh_sup_SUITE testHans Nilsson
Conflicts: lib/ssh/test/ssh_sup_SUITE.erl
2016-05-02Merge branch 'hans/ssh/doc_sftp_error_codes/ERL-86/OTP-13347'Hans Nilsson
2016-05-02Merge branch 'hans/ssh/daemon_port_0/OTP-13527'Hans Nilsson
Conflicts: lib/ssh/test/ssh_test_lib.erl
2016-05-02Merge branch 'hans/ssh/cuddle_tests'Hans Nilsson
Conflicts: lib/ssh/test/ssh_algorithms_SUITE.erl
2016-04-29ssh: break out test macro ?wait_match into new ssh_test_lib.hrlHans Nilsson
2016-04-29ssh: centralize and adjust port spawning for test_suites into ssh_test_libHans Nilsson
2016-04-29ssh: breakout rcv_expected to ssh_test_lib.erlHans Nilsson
2016-04-29ssh: adjusted timetrap values in ssh_to_openssh_SUITEHans Nilsson
2016-04-29ssh: disable StrictHostKeyChecking in sshc_simple_exec test caseHans Nilsson
The lack of this caused problems on some Windows machines
2016-04-29ssh: force publickey in some tests in ssh_algoritms_SUITEHans Nilsson
2016-04-29ssh: make rsa as companion to dsa test in ssh_to_openssh_SUITEHans Nilsson
Dsa is outdated and not supported by modern OpenSSH
2016-04-29ssh: added ok= in front of misc calls in ssh_sftp_SUITEHans Nilsson
2016-04-28ssh: test cases changed for port 0 as arg to ssh:daemonHans Nilsson
2016-04-28ssh: wait until supervisors has understood that process died. (test case)Hans Nilsson
2016-04-28ssh: remove brain-dead ssh_test_lib:connect without port argHans Nilsson
2016-04-28ssh: polish max_channels_option test caseHans Nilsson
Removed pty alloc from the test since it does not work on all test targets. Also added a final check that the upper limit of channels still holds.
2016-04-28ssh: Repeated try until ssh_options_SUITE:max_sessions succedes (or timeout)Hans Nilsson
The supervisor tree need some time to count down number of workers when one dies. With a fixed waiting time in the test, there will be spurious errors. There will also be unnecessarily long waits on some machines.
2016-04-28ssh: Speeded up ssh_options_SUITE a couple of minutesHans Nilsson
2016-04-27ssh: refactor connection handler initializationHans Nilsson
2016-04-27ssh: Gen_statem rewrite of ssh_connection_handlerHans Nilsson
Including misc fixes in surronding code as well as in test cases.
2016-04-25ssh: explicit return value checking in test suites to check the docHans Nilsson
2016-04-25ssh: Remove use of crypto:rand_bytes/1Ingela Anderton Andin
ssh use cases are cryptographical so use crypto:strong_rand_bytes/1 instead.
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
* henrik/update-copyrightyear: update copyright-year
2016-03-24ssh: Add logging in testing subsystemHans Nilsson
2016-03-22ssh: Increase timetrap for GEXHans Nilsson
2016-03-21ssh: Make test case ssh_algorithms_SUITE report unexpected messagesHans Nilsson
2016-03-18Set timetrap to 40s except for some long running test casesHans Nilsson
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl
2016-03-15update copyright-yearHenrik Nord
2016-02-29Merge branch 'maint'Hans Nilsson
2016-02-25ssh: Adjusted timetrap values on ssh testsHans Nilsson
2016-02-25ssh: add timetrap to ssh_sup_SUITEHans Nilsson
2016-02-23Merge branch 'maint'Hans Nilsson
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl
2016-02-22ssh: catch port_close in testHans Nilsson
2016-02-22ssh: remove calls to crypto:start|stopHans Nilsson
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl
2016-02-22ssh: add timetrap to all test suitesHans Nilsson
2016-02-22ssh: remove some spurions test printoutsHans Nilsson
2016-02-17Makefiles: Remove test_server from include path and code pathBjörn Gustavsson
Since no test suites includede test_server.hrl, there is no need to have test_server in the include path or code path.
2016-02-08Merge branch 'maint'Hans Nilsson
2016-02-08ssh: fixes port_command failure on WIndows in ssh_test_cli.erlHans Nilsson
2016-01-18ssh: Optimization - inline encoding in ssh_message:encode/1, now 8 times faster.Hans Nilsson
Also fixes minor error in ssh_protocol_SUITE that the new encoder found.
2016-01-18Merge branch 'maint'Hans Nilsson
2016-01-18ssh: encode/decode benchmark suitesHans Nilsson
2016-01-18ssh: added cipher name to transfer speed reportHans Nilsson
2016-01-18ssh: added sftp server benchmarkHans Nilsson
2016-01-11Merge branch 'maint'Henrik Nord
Conflicts: OTP_VERSION