Python test framework
authorGreg Hudson <ghudson@mit.edu>
Thu, 4 Mar 2010 21:24:54 +0000 (21:24 +0000)
committerGreg Hudson <ghudson@mit.edu>
Thu, 4 Mar 2010 21:24:54 +0000 (21:24 +0000)
commit71246e5c5da307e1a54857099abfac4a271fc3fb
treef10957527d3f953338e45fd3ed9af0d888aea4a3
parent9f79427d9b3793dff35e2c787e7b27f4d62e50f5
Python test framework

Add a framework for writing tests in Python.  Documentation is in the
initial docstring of util/k5test.py.  Inaugurate the framework with
two test scripts, t_general.py and t_anonypkinit.py, which together
test the same operations as standalone.exp from the dejagnu test
suite.

ticket: 6672

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23763 dc483132-0cff-0310-8789-dd5450dbe970
src/config/post.in
src/config/pre.in
src/configure.in
src/tests/Makefile.in
src/tests/t_anonpkinit.py [new file with mode: 0644]
src/tests/t_general.py [new file with mode: 0755]
src/util/k5test.py [new file with mode: 0644]