summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/smtp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/custodian/protocoltest/smtp.rb')
-rw-r--r--lib/custodian/protocoltest/smtp.rb15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/smtp.rb b/lib/custodian/protocoltest/smtp.rb
index 3a38f5a..dce5ddf 100644
--- a/lib/custodian/protocoltest/smtp.rb
+++ b/lib/custodian/protocoltest/smtp.rb
@@ -59,6 +59,21 @@ class SMTPTest < TCPTest
#
+ # Convert this class to JSON such that it may be serialized.
+ #
+ def to_json
+ hash = {
+ :test_type => 'smtp',
+ :test_target => @host,
+ :test_port => @port,
+ }
+ hash.to_json
+ end
+
+
+
+
+ #
# Run the TCP-protocol test.
#
def run_test