summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2014-05-28 18:29:39 -0400
committerSimo Sorce <simo@redhat.com>2014-06-04 10:26:34 -0400
commit54aa265915f305f688051bebf940fcbe000ddce2 (patch)
tree264d97cd156097dfec011f44deca8d484ffefe3a /templates
parentdcca975c45427c0176e882f158f816af0336ea43 (diff)
downloadipsilon.git-54aa265915f305f688051bebf940fcbe000ddce2.tar.gz
ipsilon.git-54aa265915f305f688051bebf940fcbe000ddce2.tar.xz
ipsilon.git-54aa265915f305f688051bebf940fcbe000ddce2.zip
Add basic testing infrastructure
make test will now run some sanity tests to make sure basic installation procedures work in a sinthetic test environment. Adds: - custom httpd setup for tests - use profiles to driver ipsilon servers and clients installation - starts multiple httpd servers This way we can test interaction between IDP and SP servers Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'templates')
-rw-r--r--templates/install/idp.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/install/idp.conf b/templates/install/idp.conf
index 6175ffe..c49992b 100644
--- a/templates/install/idp.conf
+++ b/templates/install/idp.conf
@@ -1,6 +1,7 @@
Alias /${instance}/ui ${staticdir}/ui
WSGIScriptAlias /${instance} ${ipsilondir}/ipsilon
WSGIDaemonProcess ${instance} user=${sysuser} group=${sysuser} home=${datadir}
+${wsgi_socket}
<Location /${instance}>
WSGIProcessGroup ${instance}