diff options
author | Hans Nilsson <[email protected]> | 2015-12-21 14:01:32 +0100 |
---|---|---|
committer | Hans Nilsson <[email protected]> | 2015-12-21 14:01:32 +0100 |
commit | c449cba9ae8b322595ebad5a9c2725cc9952efab (patch) | |
tree | 213a28583300d864bd953e5b5f034ce8f89ae51c /lib/ssh/test/ssh.spec | |
parent | aeb26c12c13dde2ab87298ae7aa4f625b10f0cf6 (diff) | |
parent | b35e3c4d3ce7bfecbb4f93a8d5101e83bac7e606 (diff) | |
download | otp-c449cba9ae8b322595ebad5a9c2725cc9952efab.tar.gz otp-c449cba9ae8b322595ebad5a9c2725cc9952efab.tar.bz2 otp-c449cba9ae8b322595ebad5a9c2725cc9952efab.zip |
Merge branch 'maint'
* maint:
ssh: benchmark all common kex and cipher algorithms
New structure of the report
ssh: ssh_benchmark_SUITE re-organized
ssh: Add first version of ssh_benchmark_SUITE
Diffstat (limited to 'lib/ssh/test/ssh.spec')
-rw-r--r-- | lib/ssh/test/ssh.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/ssh/test/ssh.spec b/lib/ssh/test/ssh.spec index 8de0fe44e4..a3296d97a1 100644 --- a/lib/ssh/test/ssh.spec +++ b/lib/ssh/test/ssh.spec @@ -1,4 +1,7 @@ {suites,"../ssh_test",all}. +{skip_cases, "../ssh_test", + ssl_benchmark_SUITE, [openssh_shell,erl_shell], + "Benchmarks run separately"}. {skip_cases,"../ssh_test",ssh_ssh_SUITE, [ssh], "Current implementation is timingdependent and\nhence will succeed/fail on a whim"}. |