summaryrefslogtreecommitdiffstats
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2012-04-19 17:55:03 +0000
committerGreg Hudson <ghudson@mit.edu>2012-04-19 17:55:03 +0000
commit13d6cc6b2daf518a6a141e60cac29d67fe05e2b7 (patch)
treec4f784d6d6e07d8971be13cb705f2c869a77d32f /src/tests/Makefile.in
parent61b007b129553fef27e2e49c11960c245b71f9b8 (diff)
downloadkrb5-13d6cc6b2daf518a6a141e60cac29d67fe05e2b7.tar.gz
krb5-13d6cc6b2daf518a6a141e60cac29d67fe05e2b7.tar.xz
krb5-13d6cc6b2daf518a6a141e60cac29d67fe05e2b7.zip
Add keytab kinit test cases
Create a test script for keytab-related tests. Move the kvno wrapping test there from t_general.py, and augment it to better match what's in standalone.exp. Add tests for kinit with keytab, including kinit with the most-preferred enctype missing from the keytab (which currently fails). git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25815 dc483132-0cff-0310-8789-dd5450dbe970
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 47ca131ecb..9c5d269a13 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -72,6 +72,7 @@ check-pytests::
$(RUNPYTEST) $(srcdir)/t_stringattr.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_crossrealm.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_skew.py $(PYTESTFLAGS)
+ $(RUNPYTEST) $(srcdir)/t_keytab.py $(PYTESTFLAGS)
# $(RUNPYTEST) $(srcdir)/kdc_realm/kdcref.py $(PYTESTFLAGS)
clean::