summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-04-09 15:11:39 -0400
committerRob Crittenden <rcritten@redhat.com>2015-04-10 10:29:58 -0400
commit4bd041ffabb649f01e57a88f0307be881452ee11 (patch)
treefd846f8573ad95807d8ff0874ffe57c47012a12c /Makefile
parent7a8f322d5155e5273942d3152a6ae1653a317618 (diff)
downloadipsilon.git-ticket_25.tar.gz
ipsilon.git-ticket_25.tar.xz
ipsilon.git-ticket_25.zip
Add test for per-SP allowed attributes and attribute mappingticket_25
This buidls up a specific global mapping and allowed attributes then creates an SP-specific configuration which differs enough to confirm that it is in fact overriding the default. It finishes by removing the per-SP configuration and ensuring that it falls back to the IdP-default. https://fedorahosted.org/ipsilon/ticket/25 Signed-off-by: Rob Crittenden <rcritten@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 49a17d1..dce214a 100644
--- a/Makefile
+++ b/Makefile
@@ -92,6 +92,7 @@ tests: wrappers
PYTHONPATH=./ ./tests/tests.py --test=testlogout
PYTHONPATH=./ ./tests/tests.py --test=testnameid
PYTHONPATH=./ ./tests/tests.py --test=testrest
+ PYTHONPATH=./ ./tests/tests.py --test=testmapping
PYTHONPATH=./ ./tests/tests.py --test=attrs
PYTHONPATH=./ ./tests/tests.py --test=trans
PYTHONPATH=./ ./tests/tests.py --test=pgdb