From 379239d98a05b271bbd6127f98bdb64646958b4c Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 16 Aug 2015 00:28:53 -0400 Subject: 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 --- src/tests/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tests/Makefile.in') 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:: -- cgit v1.1