summaryrefslogtreecommitdiffstats
path: root/tests/integration/saml2/config.py.example
blob: dd7d8b1570a9a12130bfd443ddc972e7127d44b2 (plain)
1
2
3
4
5
6
7
8
9
10
import os

AUTHENTIC_SRCDIR = '/home/fred/src/eo/authentic/'
AUTHENTICCTL = os.path.join(AUTHENTIC_SRCDIR, 'authenticctl.py')
AUTHENTIC_DATADIR = os.path.join(AUTHENTIC_SRCDIR, 'data')

LCS_SRCDIR = '/home/fred/src/eo/lasso-conformance-sp/'
LCSCTL = os.path.join(LCS_SRCDIR, 'lcsctl.py')
LCS_DATADIR = os.path.join(LCS_SRCDIR, 'data')