aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh_compat_SUITE.erl
AgeCommit message (Collapse)Author
2019-04-17ssh: Fix deprecation warnings in testsHans Nilsson
2019-04-17ssh: Remove unused var warning in testsHans Nilsson
2019-01-07ssh: Wait a bit for the docker client to finnish in ssh_compat_SUITEHans Nilsson
The testing with a remote client in a docker and a local server could show some hazards. For instance instructing the client to sftp a file to the server is not necessarily ready in the server's file system when the common_test is scheduled. To avoid that the test suite dooms a file operation to not have been performed, simply sleep at increasing times for a while with testing if it is done. After a while give up and signal a fault.
2018-11-19ssh: Update test cases for eddsaHans Nilsson
2018-11-09ssh: Clear remote user_dir in ssh_compat_SUITEHans Nilsson
2018-06-18Update copyright yearHenrik Nord
2018-04-19ssh: Increase timetrap for slow test machinesHans Nilsson
2018-02-28ssh: Insert missing ssh:stop() etc in test suitesHans Nilsson
2018-01-26ssh: Disable test failing if docker command existsHans Nilsson
This test is just to get a marking in test result listings where a docker system is installed
2018-01-26ssh: Can use DropBear SSH dockersHans Nilsson
2018-01-25ssh: Add more testsHans Nilsson
2018-01-08ssh: A compatibility testing suite using dockersHans Nilsson
This suite tests compatibility with different combinations of OpenSSH and OpenSSL. The peer SSH is running in a docker container.