aboutsummaryrefslogtreecommitdiffstats
path: root/lib/ssh/test/ssh.spec
diff options
context:
space:
mode:
authorLukas Larsson <[email protected]>2010-12-15 15:45:55 +0100
committerNiclas Eklund <[email protected]>2011-05-19 14:38:12 +0200
commitca09b09dff13a70ff07c835c2ae951f3d7a2ac07 (patch)
tree3999c61f9a461829b101e4476ad48714eaea2008 /lib/ssh/test/ssh.spec
parentd6e981e751b4565773204d7eb394ca445d63e771 (diff)
downloadotp-ca09b09dff13a70ff07c835c2ae951f3d7a2ac07.tar.gz
otp-ca09b09dff13a70ff07c835c2ae951f3d7a2ac07.tar.bz2
otp-ca09b09dff13a70ff07c835c2ae951f3d7a2ac07.zip
Convert ssh test cases to common test stardard
Diffstat (limited to 'lib/ssh/test/ssh.spec')
-rw-r--r--lib/ssh/test/ssh.spec13
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/ssh/test/ssh.spec b/lib/ssh/test/ssh.spec
index d99250654e..8de0fe44e4 100644
--- a/lib/ssh/test/ssh.spec
+++ b/lib/ssh/test/ssh.spec
@@ -1,6 +1,7 @@
-{topcase, {dir, "../ssh_test"}}.
-{require_nodenames, 1}.
-{skip, {ssh_ssh_SUITE, ssh, "Current implementation is timingdependent and
-hence will succeed/fail on a whim"}}.
-{skip, {ssh_ssh_SUITE, ssh_compressed,
-"Current implementation is timingdependent hence will succeed/fail on a whim"}}.
+{suites,"../ssh_test",all}.
+{skip_cases,"../ssh_test",ssh_ssh_SUITE,
+ [ssh],
+ "Current implementation is timingdependent and\nhence will succeed/fail on a whim"}.
+{skip_cases,"../ssh_test",ssh_ssh_SUITE,
+ [ssh_compressed],
+ "Current implementation is timingdependent hence will succeed/fail on a whim"}.