Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ssh/test: Update test suites | Hans Nilsson | 2020-04-17 | 4 | -35/+37 |
| | | | | | | Some parts are overtested while others are undertested. Make tests not dependent on available algorithms (except where needed) Use private known_hosts file in tests with system (OS) ssh installation | ||||
* | ssh: Fix ssh_algorithm_SUITE for some un-enabled algs | Hans Nilsson | 2020-03-11 | 2 | -24/+35 |
| | |||||
* | ssh: Update test cases for eddsa | Hans Nilsson | 2018-11-19 | 8 | -0/+38 |
| | |||||
* | ssh: more keys for testing | Hans Nilsson | 2017-05-31 | 8 | -0/+30 |
| | |||||
* | ssh: more public keys added to test suite | Hans Nilsson | 2015-11-13 | 6 | -0/+18 |
| | |||||
* | ssh: Reorganize and extend the test suites | Hans Nilsson | 2015-08-30 | 6 | -0/+73 |
Add ssh_trpt_test_lib:instantiate/2, ssh_test_lib:default_algoritms/2 and algo_intersection/2 ssh_to_openssh_SUITE uses only algos that sshd and ssh client supports raised timeout limit in ssh_basic_SUITE:ssh_connect_arg4_timeout Break out ssh_renegotiate_SUITE from ssh_basic_SUITE Move std_daemon/4 to ssh_test_lib.erl Add ssh_algorithms_SUITE Add ssh_options_SUITE Add assymetric testing of algorithms Add openssh tests to ssh_algorithms_SUITE Remove algo tests from ssh_sftp_SUITE (now in ssh_algorithms_SUITE) Removed kex algo tests from in ssh_basic_SUITE because they are now in ssh_algorithm_SUITE. fixed test case ssh_protocol_SUITE:no_common_alg_server_disconnects/1 |