summaryrefslogtreecommitdiff
path: root/lib/ssh/test/ssh_upgrade_SUITE.erl
Commit message (Collapse)AuthorAgeFilesLines
* ssh: [test] Move fn random_chars/1 to ssh_test_libHans Nilsson2016-12-141-3/+1
|
* ssh: skip test suites if no crypto lib is installedHans Nilsson2016-06-091-7/+10
|
* ssh: replace ?config in testsHans Nilsson2016-06-011-3/+3
| | | | OTP-13565
* ssh: ssh_upgrade_SUITEHans Nilsson2016-05-031-1/+2
|
* Merge branch 'henrik/update-copyrightyear'Henrik Nord2016-04-131-1/+1
|\ | | | | | | | | * henrik/update-copyrightyear: update copyright-year
| * update copyright-yearHenrik Nord2016-03-151-1/+1
| |
* | Set timetrap to 40s except for some long running test casesHans Nilsson2016-03-181-1/+1
|/ | | | | Conflicts: lib/ssh/test/ssh_connection_SUITE.erl
* ssh: Adjusted timetrap values on ssh testsHans Nilsson2016-02-251-1/+1
|
* ssh: remove calls to crypto:start|stopHans Nilsson2016-02-221-16/+6
| | | | | Conflicts: lib/ssh/test/ssh_upgrade_SUITE.erl
* ssh: add timetrap to all test suitesHans Nilsson2016-02-221-0/+3
|
* ssh: ct:pal -> ct:log in lib/ssh/testHans Nilsson2015-08-071-5/+5
|
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* ssh: Upgrade test suiteHans2015-06-091-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.