summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/ssh.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2012-11-21 21:07:57 +0000
committerSteve Kemp <steve@steve.org.uk>2012-11-21 21:07:57 +0000
commit62205ccb8e178b15cf8a8b34c4011de3c6682433 (patch)
tree29113400a2c460c3ce57e28b74f9ce410759f6cb /lib/custodian/protocoltest/ssh.rb
parentb99ad925774f39a4d303c4ae9a69ee18740f2303 (diff)
whitespace & comment update.
Diffstat (limited to 'lib/custodian/protocoltest/ssh.rb')
-rw-r--r--lib/custodian/protocoltest/ssh.rb15
1 files changed, 14 insertions, 1 deletions
diff --git a/lib/custodian/protocoltest/ssh.rb b/lib/custodian/protocoltest/ssh.rb
index 73f23da..ec7752f 100644
--- a/lib/custodian/protocoltest/ssh.rb
+++ b/lib/custodian/protocoltest/ssh.rb
@@ -7,10 +7,11 @@
### foo.vm.bytemark.co.uk must run ssh on 22 otherwise 'ssh fail'.
###
#
-# The specification of the port is mandatory.
+# The specification of the port is optional.
#
class SSHTest < TCPTest
+
#
# The host to test against.
#
@@ -46,6 +47,8 @@ class SSHTest < TCPTest
end
+
+
#
# Helper for development.
#
@@ -54,6 +57,8 @@ class SSHTest < TCPTest
end
+
+
#
# Run the TCP-protocol test.
#
@@ -66,6 +71,8 @@ class SSHTest < TCPTest
end
+
+
#
# If the test fails then report the error.
#
@@ -73,6 +80,12 @@ class SSHTest < TCPTest
@error
end
+
+
+
register_test_type "ssh"
+
+
+
end