From 6334b9cdfc47bd85b2ce236572e08406324d25cd Mon Sep 17 00:00:00 2001 From: Steve Kemp Date: Mon, 12 Nov 2012 21:00:16 +0000 Subject: Initial dump of code. --- worker/tests/https.rb | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 worker/tests/https.rb (limited to 'worker/tests/https.rb') diff --git a/worker/tests/https.rb b/worker/tests/https.rb new file mode 100644 index 0000000..b905d79 --- /dev/null +++ b/worker/tests/https.rb @@ -0,0 +1,20 @@ + +# +# Run a HTTPS test. +# +# +# Return value +# TRUE: The host is up +# +# FALSE: The host is not up +# +def https_test( params ) + + # + # Get the URL to poll. + # + host = params['target_host'] + + puts "HTTPS FAILED - TODO - IMPLEMENT" + return false +end -- cgit v1.2.1