From f0777d0202a99c587b03cd1dd54e39d244e7e573 Mon Sep 17 00:00:00 2001 From: Athmane Madjoudj Date: Jun 24 2011 18:34:19 +0000 Subject: Added HTTPd SSL test --- diff --git a/tests/p_httpd/httpd_servehtml_ssl.sh b/tests/p_httpd/httpd_servehtml_ssl.sh new file mode 100755 index 0000000..9ac08fa --- /dev/null +++ b/tests/p_httpd/httpd_servehtml_ssl.sh @@ -0,0 +1,8 @@ +#!/bin/sh +# Author: Athmane Madjoudj + +t_Log "Running $0 - httpd serve html page over SSL test." + +curl -ks https://localhost/ | grep 'Test Page' > /dev/null 2>&1 + +t_CheckExitStatus $?