Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssh: [test] Move fn random_chars/1 to ssh_test_lib | Hans Nilsson | 2016-12-14 | 1 | -3/+1 |
| | |||||
* | ssh: skip test suites if no crypto lib is installed | Hans Nilsson | 2016-06-09 | 1 | -7/+10 |
| | |||||
* | ssh: replace ?config in tests | Hans Nilsson | 2016-06-01 | 1 | -3/+3 |
| | | | | OTP-13565 | ||||
* | ssh: ssh_upgrade_SUITE | Hans Nilsson | 2016-05-03 | 1 | -1/+2 |
| | |||||
* | Merge branch 'henrik/update-copyrightyear' | Henrik Nord | 2016-04-13 | 1 | -1/+1 |
|\ | | | | | | | | | * henrik/update-copyrightyear: update copyright-year | ||||
| * | update copyright-year | Henrik Nord | 2016-03-15 | 1 | -1/+1 |
| | | |||||
* | | Set timetrap to 40s except for some long running test cases | Hans Nilsson | 2016-03-18 | 1 | -1/+1 |
|/ | | | | | Conflicts: lib/ssh/test/ssh_connection_SUITE.erl | ||||
* | ssh: Adjusted timetrap values on ssh tests | Hans Nilsson | 2016-02-25 | 1 | -1/+1 |
| | |||||
* | ssh: remove calls to crypto:start|stop | Hans Nilsson | 2016-02-22 | 1 | -16/+6 |
| | | | | | Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl | ||||
* | ssh: add timetrap to all test suites | Hans Nilsson | 2016-02-22 | 1 | -0/+3 |
| | |||||
* | ssh: ct:pal -> ct:log in lib/ssh/test | Hans Nilsson | 2015-08-07 | 1 | -5/+5 |
| | |||||
* | Change license text to APLv2 | Bruce Yinhe | 2015-06-18 | 1 | -9/+10 |
| | |||||
* | ssh: Upgrade test suite | Hans | 2015-06-09 | 1 | -0/+206 |
This suite tests that upgrade/downgrade works from/to both minor and major versions. It is modelled after the ssl_upgrade_SUITE. A precondition for success is that the ssh.appup file is correct. |