aboutsummaryrefslogtreecommitdiff
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2021-04-22 15:51:36 -0400
committerGreg Hudson <ghudson@mit.edu>2021-05-13 23:23:24 -0400
commit8027531caf6911bb07bf13de087da0e6bef5a348 (patch)
tree2cc6377401cfcb76726da2eb4a8b080c703bc226 /src/tests/Makefile.in
parentda103e36e13f3c846bcddbe38dd518a21e5260a0 (diff)
downloadkrb5-8027531caf6911bb07bf13de087da0e6bef5a348.zip
krb5-8027531caf6911bb07bf13de087da0e6bef5a348.tar.gz
krb5-8027531caf6911bb07bf13de087da0e6bef5a348.tar.bz2
Move some dejagnu kadmin tests to Python tests
Remove the dejagnu scripts kadmin.exp, pwchange.exp, and pwhist.exp. Add a new Python test script t_kadmin.py for the miscellaneous kadmin tests from kadmin.exp. In t_changepw.py, use modprinc +needchange for one of the kinit password change tests to gain the same coverage as pwchange.exp had, and add the "password changes are usable by kinit" tests from kadmin.exp. In t_policy.py, add the ticket 929 regression tests from kadmin.exp and the ticket 2841 regression tests from pwhist.exp.
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 6b77491..ab416cc 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -147,6 +147,7 @@ check-pytests: unlockiter s4u2self
$(RUNPYTEST) $(srcdir)/t_referral.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_skew.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_keytab.py $(PYTESTFLAGS)
+ $(RUNPYTEST) $(srcdir)/t_kadmin.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_kadmin_acl.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_kadmin_parsing.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_kdb.py $(PYTESTFLAGS)