From 54aa265915f305f688051bebf940fcbe000ddce2 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 28 May 2014 18:29:39 -0400 Subject: 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 --- templates/install/idp.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'templates') 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} WSGIProcessGroup ${instance} -- cgit