summaryrefslogtreecommitdiff
path: root/lib/ssh/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | | ssh: Change -include_lib to -includeHans Nilsson2020-07-0112-21/+21
| | | | | | | | | | | | Cross builds were broken with the new test Makefile
* | | ssh: New Makefile for testsHans Nilsson2020-06-241-42/+16
| | |
* | | ssh: export_all -> -exportHans Nilsson2020-06-2427-346/+709
| | |
* | | ssh: Fix host address in testHans Nilsson2020-06-231-2/+3
| | |
* | | Merge branch 'hans/ssh/cuddle_tests' into maintHans Nilsson2020-06-166-26/+331
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hans/ssh/cuddle_tests: ssh: Test {tsflg,[{one_more,true}]} ssh: Check user_dir_fun option ssh: Test quiet-mode option ssh: Testcase for encode/decode of pty_opts ssh: ct:pal -> ct:log ssh: Two new test cases for ssh:shell ssh: Added missing test case for keyboard-interactive
| * | | ssh: Test {tsflg,[{one_more,true}]}Hans Nilsson2020-06-161-2/+23
| | | | | | | | | | | | | | | | which tests a server requiring an extra message
| * | | ssh: Check user_dir_fun optionHans Nilsson2020-06-162-5/+70
| | | |
| * | | ssh: Test quiet-mode optionHans Nilsson2020-06-161-0/+1
| | | |
| * | | ssh: Testcase for encode/decode of pty_optsHans Nilsson2020-06-161-0/+28
| | | |
| * | | ssh: ct:pal -> ct:logHans Nilsson2020-06-162-3/+3
| | | |
| * | | ssh: Two new test cases for ssh:shellHans Nilsson2020-06-162-16/+113
| | | |
| * | | ssh: Added missing test case for keyboard-interactiveHans Nilsson2020-06-161-0/+93
| | | |
* | | | ssh: Minor shell option coverage fixHans Nilsson2020-06-161-4/+4
| | | |
* | | | ssh: Better coverage of dbg of authenticationHans Nilsson2020-06-1615-5/+183
| | | |
* | | | ssh: Reneg dbg cover improvmentsHans Nilsson2020-06-162-2/+4
| | | |
* | | | ssh: Increase coverage on ssh_dbg codeHans Nilsson2020-06-162-1/+42
| | | |
* | | | ssh: Exclude some more modules from coverageHans Nilsson2020-06-161-1/+19
| | | |
* | | | ssh: Two new cover specsHans Nilsson2020-06-162-0/+23
|/ / / | | | | | | | | | One is for all ssh files, while the other is for a more realistic subset
* | | ssh/test: Fix config test (no i/o can be used)Hans Nilsson2020-06-011-3/+9
| | |
* | | ssh/test: Don't test _every_ algorithm on renegotiation with otp as serverHans Nilsson2020-06-012-57/+115
| | | | | | | | | | | | | | | | | | | | | Change test case all_algorithms_sftp_exec_reneg_otp_is_server to renegotiation_otp_is_server
* | | ssh: Added OpenSSH 8.2p1 to compatibility testingHans Nilsson2020-05-261-0/+2
| | |
* | | Merge branch 'hans/ssh/ssh_dbg_extensions/OTP-16598'Hans Nilsson2020-05-041-1/+8
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * hans/ssh/ssh_dbg_extensions/OTP-16598: ssh: Add dbg of authentication ssh: Dbg of re-keying improved ssh: Add per-process stack to ssh_dbg ssh: Enable foreign dbg messages in ssh_dbg ssh: Add is_on/0 is_off/0 in ssh_dbg
| * | | ssh: Enable foreign dbg messages in ssh_dbgHans Nilsson2020-04-301-1/+8
| | | |
* | | | ssh: Remove warnings in test suitesHans Nilsson2020-04-302-3/+1
|/ / /
* | | ssh/test: Delete dead code detected by cover of test suites themselvesHans Nilsson2020-04-1710-256/+129
| | |
* | | ssh/test: Break out ssh_renegotiate_SUITE from ssh_basic_SUITEHans Nilsson2020-04-1731-328/+561
| | |
* | | ssh/test: New group in ssh_pubkey_SUITE testing space optimizationHans Nilsson2020-04-171-7/+17
| | |
* | | ssh/test: Introduce the common user/system dir structure in ssh_agent_SUITEHans Nilsson2020-04-1714-10/+97
| | |
* | | ssh/test: Update test suitesHans Nilsson2020-04-1793-602/+696
| | | | | | | | | | | | | | | | | | 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/test: New file log dump macroHans Nilsson2020-04-172-3/+20
| | |
* | | ssh/test: ssh_test_lib updates and modernizationHans Nilsson2020-04-171-206/+160
| | | | | | | | | | | | | | | | | | Make a setup_all_known_hosts function Simplify ssh_test_lib:receive_exec_end Add 'optional' ssh_test_lib:receive_exec_result
* | | ssh/test: More host keys in testsHans Nilsson2020-04-174-0/+14
| | |
* | | ssh/test: Raise timptraps/timeouts to prevent failures in slow machinesHans Nilsson2020-04-174-18/+18
| | |
* | | ssh/test: Update the .gitignore that is local for ssh testsHans Nilsson2020-04-171-0/+2
| | |
* | | ssh: Extend config testsHans Nilsson2020-03-212-9/+117
| | |
* | | ssh: Config testsHans Nilsson2020-03-201-3/+101
| | |
* | | ssh: Fix ssh_compat_SUITE for "No host key available"Hans Nilsson2020-03-201-0/+1
| | | | | | | | | | | | in TC login_otp_is_server
* | | ssh: Fix ssh_basic_SUITE for "No host key available"Hans Nilsson2020-03-201-0/+2
| | | | | | | | | | | | in tc internal_error
* | | Merge branch 'maint'Rickard Green2020-03-1321-21/+21
|\ \ \ | |/ / | | | | | | | | | * maint: Update copyright year
| * | Update copyright yearRickard Green2020-03-1321-21/+21
| | |
* | | ssh: Raise timetrap value for a test caseHans Nilsson2020-03-111-0/+1
| | | | | | | | | | | | Slow on Windows 10
* | | ssh: Update testsHans Nilsson2020-03-112-25/+115
| | |
* | | ssh: Fix ssh_sftpd_erlclient_SUITE for missing pubkey algosHans Nilsson2020-03-116-56/+61
| | |
* | | ssh: Fix ssh_compat_SUITEHans Nilsson2020-03-111-8/+38
| | |
* | | ssh: Fix ssh_basic_SUITE for missing pubkey algosHans Nilsson2020-03-111-1/+3
| | |
* | | ssh: Fix tc internal_error for missing dsa algoHans Nilsson2020-03-111-0/+2
| | |
* | | ssh: Fix ssh_bench_SUITE for missing pubkey algosHans Nilsson2020-03-111-1/+1
| | |
* | | ssh: Fix ssh_agent_SUITE for missing pubkey algosHans Nilsson2020-03-112-18/+25
| | |
* | | ssh: Fix ssh_pubkey_SUITE for missing pubkey algosHans Nilsson2020-03-111-37/+64
| | |
* | | ssh: Fix ssh_protocol_SUITE for retired dh-*-sha1Hans Nilsson2020-03-111-2/+2
| | |