From 551456691bcca369308cc8580705f1baa258f9fe Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Mon, 11 May 2015 18:14:42 -0400 Subject: Use plugin-specific configuration, better expiration Use a SAML2 plugin specific option to specify the database uri for sessions. Use a much more robust method to find sessions that need expiration (thanks Patrick). https://fedorahosted.org/ipsilon/ticket/90 Signed-off-by: Rob Crittenden --- tests/helpers/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/helpers/common.py') diff --git a/tests/helpers/common.py b/tests/helpers/common.py index 93d0f17..cbd516b 100755 --- a/tests/helpers/common.py +++ b/tests/helpers/common.py @@ -187,7 +187,7 @@ class IpsilonTestBase(object): self.processes.append(p) p.wait() for d in ['adminconfig', 'users', 'transactions', 'sessions', - 'saml2sessions']: + 'saml2.sessions.db']: cmd = ['/usr/bin/createdb', '-h', addr, '-p', port, d] subprocess.check_call(cmd, env=env) -- cgit