summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2015-03-19 15:20:28 -0400
committerSimo Sorce <simo@redhat.com>2015-03-24 09:42:24 -0400
commit0f56ef9942ee631a9306806bea8f3bb8e7b81076 (patch)
tree8cf07962da831a3238ebdee7f7c94eb08e9daae5 /Makefile
parent424a03e5bd141bfa80220816d6e9bd6be9aa256f (diff)
downloadipsilon-0f56ef9942ee631a9306806bea8f3bb8e7b81076.tar.gz
ipsilon-0f56ef9942ee631a9306806bea8f3bb8e7b81076.tar.xz
ipsilon-0f56ef9942ee631a9306806bea8f3bb8e7b81076.zip
Add tests for Name ID functionality
Some Name ID formats are not implemented so are expected to fail. Kerberos is implemented but the test is done using form authentication so no Kerberos principal is available so authentication is denied. https://fedorahosted.org/ipsilon/ticket/27 Signed-off-by: Rob Crittenden <rcritten@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 6068024..bfe3121 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,7 @@ wrappers:
tests: wrappers
PYTHONPATH=./ ./tests/tests.py --test=test1
PYTHONPATH=./ ./tests/tests.py --test=testlogout
+ PYTHONPATH=./ ./tests/tests.py --test=testnameid
PYTHONPATH=./ ./tests/tests.py --test=testrest
PYTHONPATH=./ ./tests/tests.py --test=attrs
PYTHONPATH=./ ./tests/tests.py --test=trans