Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2016-04-29 | ssh: breakout rcv_expected to ssh_test_lib.erl | Hans Nilsson | |
2016-04-29 | ssh: adjusted timetrap values in ssh_to_openssh_SUITE | Hans Nilsson | |
2016-04-29 | ssh: disable StrictHostKeyChecking in sshc_simple_exec test case | Hans Nilsson | |
The lack of this caused problems on some Windows machines | |||
2016-04-29 | ssh: force publickey in some tests in ssh_algoritms_SUITE | Hans Nilsson | |
2016-04-29 | ssh: make rsa as companion to dsa test in ssh_to_openssh_SUITE | Hans Nilsson | |
Dsa is outdated and not supported by modern OpenSSH | |||
2016-04-29 | ssh: added ok= in front of misc calls in ssh_sftp_SUITE | Hans Nilsson | |
2016-04-28 | ssh: test cases changed for port 0 as arg to ssh:daemon | Hans Nilsson | |
2016-04-28 | ssh: wait until supervisors has understood that process died. (test case) | Hans Nilsson | |
2016-04-28 | ssh: remove brain-dead ssh_test_lib:connect without port arg | Hans Nilsson | |
2016-04-28 | ssh: polish max_channels_option test case | Hans 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-28 | ssh: 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-28 | ssh: Speeded up ssh_options_SUITE a couple of minutes | Hans Nilsson | |
2016-04-27 | ssh: refactor connection handler initialization | Hans Nilsson | |
2016-04-27 | ssh: Gen_statem rewrite of ssh_connection_handler | Hans Nilsson | |
Including misc fixes in surronding code as well as in test cases. | |||
2016-04-25 | ssh: explicit return value checking in test suites to check the doc | Hans Nilsson | |
2016-04-25 | ssh: Remove use of crypto:rand_bytes/1 | Ingela Anderton Andin | |
ssh use cases are cryptographical so use crypto:strong_rand_bytes/1 instead. | |||
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | |
* henrik/update-copyrightyear: update copyright-year | |||
2016-03-24 | ssh: Add logging in testing subsystem | Hans Nilsson | |
2016-03-22 | ssh: Increase timetrap for GEX | Hans Nilsson | |
2016-03-21 | ssh: Make test case ssh_algorithms_SUITE report unexpected messages | Hans Nilsson | |
2016-03-18 | Set timetrap to 40s except for some long running test cases | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | |||
2016-03-15 | update copyright-year | Henrik Nord | |
2016-02-29 | Merge branch 'maint' | Hans Nilsson | |
2016-02-25 | ssh: Adjusted timetrap values on ssh tests | Hans Nilsson | |
2016-02-25 | ssh: add timetrap to ssh_sup_SUITE | Hans Nilsson | |
2016-02-23 | Merge branch 'maint' | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl | |||
2016-02-22 | ssh: catch port_close in test | Hans Nilsson | |
2016-02-22 | ssh: remove calls to crypto:start|stop | Hans Nilsson | |
Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl | |||
2016-02-22 | ssh: add timetrap to all test suites | Hans Nilsson | |
2016-02-22 | ssh: remove some spurions test printouts | Hans Nilsson | |
2016-02-17 | Makefiles: Remove test_server from include path and code path | Bjö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-08 | Merge branch 'maint' | Hans Nilsson | |