]> git.ipfire.org Git - thirdparty/krb5.git/commit
Move some dejagnu kadmin tests to Python tests 1185/head
authorGreg Hudson <ghudson@mit.edu>
Thu, 22 Apr 2021 19:51:36 +0000 (15:51 -0400)
committerGreg Hudson <ghudson@mit.edu>
Fri, 14 May 2021 03:23:24 +0000 (23:23 -0400)
commit8027531caf6911bb07bf13de087da0e6bef5a348
tree2cc6377401cfcb76726da2eb4a8b080c703bc226
parentda103e36e13f3c846bcddbe38dd518a21e5260a0
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.
src/tests/Makefile.in
src/tests/dejagnu/krb-standalone/kadmin.exp [deleted file]
src/tests/dejagnu/krb-standalone/pwchange.exp [deleted file]
src/tests/dejagnu/krb-standalone/pwhist.exp [deleted file]
src/tests/t_changepw.py
src/tests/t_kadmin.py [new file with mode: 0644]
src/tests/t_policy.py