aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_sup_SUITE.erl
AgeCommit message (Collapse)Author
2016-06-09ssh: skip test suites if no crypto lib is installedHans Nilsson
2016-06-01ssh: replace ?config in testsHans Nilsson
OTP-13565
2016-05-02ssh: Update the ssh_sup_SUITE testHans Nilsson
Conflicts: lib/ssh/test/ssh_sup_SUITE.erl
2016-04-29ssh: break out test macro ?wait_match into new ssh_test_lib.hrlHans Nilsson
2016-04-28ssh: wait until supervisors has understood that process died. (test case)Hans Nilsson
2016-04-13Merge branch 'henrik/update-copyrightyear'Henrik Nord
* henrik/update-copyrightyear: update copyright-year
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-25ssh: add timetrap to ssh_sup_SUITEHans Nilsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-03ssh: Add profile optionIngela Anderton Andin
To enable the ssh daemon to run in a virtualized environment, where there can be more that one server that has the same ip-address and port, we add a new option profile. The profile name will be used in concatenation with ip-address and port to identify the ssh daemon instance. The name profile was chosen as there is a similar concept in the HTTP client in inets where profile names can be used to instantiate client configurations. Also the same type of option has been added to the HTTP server in inets.