diff options
author | Olav Morken <olav.morken@uninett.no> | 2011-10-11 08:21:18 +0000 |
---|---|---|
committer | Olav Morken <olav.morken@uninett.no> | 2011-10-11 08:21:18 +0000 |
commit | 51dc97bbe53430fe454235a161d65a9e946cfe47 (patch) | |
tree | 4a5fad727fa7b1225335ffc478f2dfc1c6892901 | |
parent | 0dc1967d65f93ad85ce6c276580082dd45d002e3 (diff) | |
download | simplesamlphp-origin/simplesamlphp-1.7.zip simplesamlphp-origin/simplesamlphp-1.7.tar.gz simplesamlphp-origin/simplesamlphp-1.7.tar.bz2 |
Remove the documentation for the automated testing, since it has been removed.origin/simplesamlphp-1.7
Merged into 1.7-branch from r2943.
git-svn-id: https://simplesamlphp.googlecode.com/svn/branches/simplesamlphp-1.7@2945 44740490-163a-0410-bde0-09ae8108e29a
-rw-r--r-- | docs/simplesamlphp-advancedfeatures.txt | 13 |
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 -------------- |