From 864f2f68ef8e2214e6caeadd7207a7e6ede25cc3 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 28 Sep 2009 15:01:44 +0000 Subject: added all SSL options we currently need, --insecure worksm already --- tests/GNUmakefile | 16 ++++++++-------- tests/clientcertcheck | 4 ++-- tests/insecure | 9 +++++++++ tests/virtualhost | 8 ++++++++ 4 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 tests/insecure create mode 100644 tests/virtualhost (limited to 'tests') diff --git a/tests/GNUmakefile b/tests/GNUmakefile index c9b4ae9..ca22877 100644 --- a/tests/GNUmakefile +++ b/tests/GNUmakefile @@ -21,11 +21,11 @@ local_clean: local_distclean: local_test: - $(TOPDIR)/src/check_curl --config-file clientcertcheck - $(TOPDIR)/src/check_curl --config-file connect_failure - $(TOPDIR)/src/check_curl --config-file DNS_failure - $(TOPDIR)/src/check_curl --config-file iis - $(TOPDIR)/src/check_curl --config-file not_found - $(TOPDIR)/src/check_curl --config-file openssl.org - $(TOPDIR)/src/check_curl --config-file PortalZH - $(TOPDIR)/src/check_curl --config-file useragent + -$(TOPDIR)/src/check_curl --config-file clientcertcheck + -$(TOPDIR)/src/check_curl --config-file connect_failure + -$(TOPDIR)/src/check_curl --config-file DNS_failure + -$(TOPDIR)/src/check_curl --config-file iis + -$(TOPDIR)/src/check_curl --config-file not_found + -$(TOPDIR)/src/check_curl --config-file openssl.org + -$(TOPDIR)/src/check_curl --config-file PortalZH + -$(TOPDIR)/src/check_curl --config-file useragent diff --git a/tests/clientcertcheck b/tests/clientcertcheck index 12276fd..072ec7d 100644 --- a/tests/clientcertcheck +++ b/tests/clientcertcheck @@ -3,6 +3,6 @@ w 5 c 10 t 5 S -I intranet.eurospider.com -H intranet.eurospider.com +I charon.eurospider.ch +H charon.eurospider.ch u "/" diff --git a/tests/insecure b/tests/insecure new file mode 100644 index 0000000..80a6bb9 --- /dev/null +++ b/tests/insecure @@ -0,0 +1,9 @@ +f follow +w 5 +c 10 +t 5 +S +insecure +I fozzie.eurospider.ch +H intranet.eurospider.com +u "/" diff --git a/tests/virtualhost b/tests/virtualhost new file mode 100644 index 0000000..d935109 --- /dev/null +++ b/tests/virtualhost @@ -0,0 +1,8 @@ +f follow +w 5 +c 10 +t 5 +S +I fozzie.eurospider.ch +H intranet.eurospider.com +u "/" -- cgit v1.2.3-54-g00ecf