summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlav Morken <olav.morken@uninett.no>2011-10-11 08:18:53 +0000
committerOlav Morken <olav.morken@uninett.no>2011-10-11 08:18:53 +0000
commit97c4e7b6c3c86de9e6126207e8db826345e8ed11 (patch)
tree5b45c0d61edc507da20f22061935ca9d178ff26c
parentfa7b44b385f970070fdd057774a3dbd62f5f9765 (diff)
downloadsimplesamlphp-97c4e7b6c3c86de9e6126207e8db826345e8ed11.zip
simplesamlphp-97c4e7b6c3c86de9e6126207e8db826345e8ed11.tar.gz
simplesamlphp-97c4e7b6c3c86de9e6126207e8db826345e8ed11.tar.bz2
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
-rw-r--r--docs/simplesamlphp-advancedfeatures.txt13
1 files changed, 0 insertions, 13 deletions
diff --git a/docs/simplesamlphp-advancedfeatures.txt b/docs/simplesamlphp-advancedfeatures.txt
index e3c3f3e..e5bac45 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
--------------