aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2015-08-16 00:28:53 -0400
committerGreg Hudson <ghudson@mit.edu>2015-08-26 11:14:49 -0400
commit379239d98a05b271bbd6127f98bdb64646958b4c (patch)
tree742ba26a51a5789bd2128787c36e45ba10f4d101 /src/tests/Makefile.in
parent4e15c03b54464b661c6578f78de3bd348163fc07 (diff)
downloadkrb5-379239d98a05b271bbd6127f98bdb64646958b4c.zip
krb5-379239d98a05b271bbd6127f98bdb64646958b4c.tar.gz
krb5-379239d98a05b271bbd6127f98bdb64646958b4c.tar.bz2
Add cookie tests
Add cookie and KDC_ERR_MORE_PREAUTH_DATA_REQUIRED functionality to the test preauth plugins modules. Create a new test script t_preauth.py and move a test there from t_etype_info.py which is only marginally related to etype-info. Add a new test which exercises a multi-hop preauth scenario and generates different cookies for each KDC error. ticket: 8233
Diffstat (limited to 'src/tests/Makefile.in')
-rw-r--r--src/tests/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index feeeb43..6bfdd8b 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -153,6 +153,7 @@ check-pytests:: responder s2p s4u2proxy t_init_creds t_localauth unlockiter
$(RUNPYTEST) $(srcdir)/t_unlockiter.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_errmsg.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_authdata.py $(PYTESTFLAGS)
+ $(RUNPYTEST) $(srcdir)/t_preauth.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_princflags.py $(PYTESTFLAGS)
clean::