summaryrefslogtreecommitdiffstats
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2012-09-11 22:27:12 -0500
committerGreg Hudson <ghudson@mit.edu>2012-09-12 14:49:56 -0400
commitb2e7deb7cb2d9c37f00599778f4a102feaf6149d (patch)
treeed2a957a33005d61519bdec539b979310483347a /src/tests/Makefile.in
parent29ee39baa919361ae08e26caab896890d5cb3eb4 (diff)
downloadkrb5-b2e7deb7cb2d9c37f00599778f4a102feaf6149d.tar.gz
krb5-b2e7deb7cb2d9c37f00599778f4a102feaf6149d.tar.xz
krb5-b2e7deb7cb2d9c37f00599778f4a102feaf6149d.zip
Test the inconsistent locking fix and svc unavail
Test the fix for https://bugzilla.redhat.com/show_bug.cgi?id=586032 . Also test that krb5kdc can return svc unavailable
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 b78f92aa5..26576fd9c 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -68,6 +68,7 @@ check-pytests:: hist
$(RUNPYTEST) $(srcdir)/t_anonpkinit.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_lockout.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_kadm5_hook.py $(PYTESTFLAGS)
+ $(RUNPYTEST) $(srcdir)/t_kdb_locking.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_keyrollover.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_allowed_keysalts.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_renew.py $(PYTESTFLAGS)