From 239a4ce2b22e25e1759c39a890bd0a506b6f3795 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 1 Jun 2014 15:47:44 -0400 Subject: Add first test, checks client/server installs work Signed-off-by: Simo Sorce --- tests/test1.cfg | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 tests/test1.cfg (limited to 'tests/test1.cfg') diff --git a/tests/test1.cfg b/tests/test1.cfg new file mode 100644 index 0000000..81ae254 --- /dev/null +++ b/tests/test1.cfg @@ -0,0 +1,36 @@ +[tests] +servers=idp1:127.0.0.10:45080 +clients=sp1:127.0.0.11:45081 + +[idp1_globals] +TEMPLATES=${TESTDIR}/templates/install +CONFDIR=${TESTDIR}/etc +DATADIR=${TESTDIR}/lib +HTTPDCONFD=${TESTDIR}/idp1/conf.d +STATICDIR=${ROOTDIR} +BINDIR=${ROOTDIR}/ipsilon +WSGI_SOCKET_PREFIX=${TESTDIR}/idp1/logs/wsgi + +[idp1_arguments] +hostname=127.0.0.10:45080 +admin_user=${TEST_USER} +system_user=${TEST_USER} +instance=idp1 +saml2_secure=no +testauth=yes +pam=no +krb=no +ipa=no + +[sp1_globals] +HTTPDCONFD=${TESTDIR}/sp1/conf.d +SAML2_TEMPLATE=${TESTDIR}/templates/install/saml2/sp.conf +SAML2_CONFFILE=${TESTDIR}/sp1/conf.d/ipsilon-saml.conf +SAML2_HTTPDIR=${TESTDIR}/sp1/saml2 + +[sp1_arguments] +hostname=127.0.0.11:45081 +saml_idp_metadata=http://127.0.0.10:45080/idp1/saml2/metadata +saml_secure_setup=False +saml_auth=/sp +httpd_user=${TEST_USER} -- cgit