diff options
| author | Rob Crittenden <rcritten@redhat.com> | 2015-04-09 15:11:39 -0400 |
|---|---|---|
| committer | Rob Crittenden <rcritten@redhat.com> | 2015-04-10 10:29:58 -0400 |
| commit | 4bd041ffabb649f01e57a88f0307be881452ee11 (patch) | |
| tree | fd846f8573ad95807d8ff0874ffe57c47012a12c /Makefile | |
| parent | 7a8f322d5155e5273942d3152a6ae1653a317618 (diff) | |
| download | ipsilon.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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
