]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add kprop Python tests
authorGreg Hudson <ghudson@mit.edu>
Sun, 3 Feb 2013 17:25:10 +0000 (12:25 -0500)
committerGreg Hudson <ghudson@mit.edu>
Thu, 7 Feb 2013 17:54:55 +0000 (12:54 -0500)
commit62d0f78c3b420eba1812d232c03ea25a59d5ce64
tree94c9ec8097ccaa73498bbbf7e23b39535735659b
parent8d01455ec9ed88bd3ccae939961a6e123bb3d45f
Add kprop Python tests

Create a K5Realm.kprop_port method so test scripts can invoke kprop
usefully, and create a simple Python test script exercising the same
kprop functionality as the dejagnu suite's kprop.exp.
src/tests/Makefile.in
src/tests/t_kprop.py [new file with mode: 0644]
src/util/k5test.py