aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2017-07-02 01:32:13 -0400
committerGreg Hudson <ghudson@mit.edu>2017-08-17 12:20:27 -0400
commit17d34e956ec454c36573e0cb07a7dc3f3328c99c (patch)
treed6905698f65d2eccb1af0eaff4f1b4ad9a6c27d2 /src/tests/Makefile.in
parent92a1a7efe2fc43337416098f2227038a72f1e35a (diff)
downloadkrb5-17d34e956ec454c36573e0cb07a7dc3f3328c99c.zip
krb5-17d34e956ec454c36573e0cb07a7dc3f3328c99c.tar.gz
krb5-17d34e956ec454c36573e0cb07a7dc3f3328c99c.tar.bz2
Add tests for kadm5_auth interface
Add a test plugin module to exercise features of the kadm5_auth interface, and a Python test script using the module. Also test the initial ticket requirement for self-service key changes in t_kadmin_acl.py. ticket: 8595
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 b44c7bc..0013442 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -132,6 +132,7 @@ check-pytests: unlockiter
$(RUNPYTEST) $(srcdir)/t_otp.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_localauth.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_kadm5_hook.py $(PYTESTFLAGS)
+ $(RUNPYTEST) $(srcdir)/t_kadm5_auth.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_pwqual.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_hostrealm.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_kdb_locking.py $(PYTESTFLAGS)