Add test for Proxy SPNEGO auth
authorIsaac Boukris <iboukris@gmail.com>
Sun, 9 Aug 2015 15:14:57 +0000 (18:14 +0300)
committerSimo Sorce <simo@redhat.com>
Thu, 3 Sep 2015 13:37:25 +0000 (09:37 -0400)
commit5e720934614c152fc00f4e02180d99b0b7dfdbe5
tree570d6f304a814316d2f65b81ca86e268b85736a7
parent7aed3f2080561c603bc2dc6e44dcce3f6f09a09e
Add test for Proxy SPNEGO auth

Add appropairate authorization headers to test with SPNEGO too as
discussed in #48

Requires recent version of python-gssapi module, see:
https://github.com/pythongssapi/python-gssapi/pull/74

Simo: Squashed original patches in one, removed trailing whitespaces
and reworded the commit message.

Reviewed-by: Simo Sorce <simo@redhat.com>
Closes #49
tests/magtests.py
tests/t_spnego_proxy.py [new file with mode: 0755]