From 1055b7bc810139d1e6ee3c225bcfba7b88e7aeab Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 9 Apr 2015 15:11:39 -0400 Subject: Add test for per-SP allowed and mapping attributes 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 Reviewed-by: Simo Sorce --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 -- cgit