From 97c4e7b6c3c86de9e6126207e8db826345e8ed11 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Tue, 11 Oct 2011 08:18:53 +0000 Subject: [PATCH] Remove the documentation for the automated testing, since it has been removed. git-svn-id: https://simplesamlphp.googlecode.com/svn/trunk@2943 44740490-163a-0410-bde0-09ae8108e29a --- docs/simplesamlphp-advancedfeatures.txt | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/simplesamlphp-advancedfeatures.txt b/docs/simplesamlphp-advancedfeatures.txt index e3c3f3ec3..e5bac450c 100644 --- a/docs/simplesamlphp-advancedfeatures.txt +++ b/docs/simplesamlphp-advancedfeatures.txt @@ -65,19 +65,6 @@ Please see the [metarefresh documentation](simplesamlphp-automated_metadata). -Automated testing ------------------ - -simpleSAMLphp includes a test script that can connect to a simpleSAMLphp SP, initiate login, enter some credentials. It then picks up the response to the SP and validates it, checking the output for expected attributes. - -The intention of this script is to be run in system monitoring systems, like nagios or hobbit, to generate alerts when something breaks (e.g. a server is down or metadata misconfigured). - -The test script is located in `bin/test.php`. The configuration file is located in `config/test.php`. - -Documentation about configuration file format and more details about this test script will be added later. If you e.g. write a nagios plugin for this test script, let us know :) We will add a hobbit plugin and publish it somewhere pretty soon. Stay tuned! - - - Auth MemCookie -------------- -- GitLab