[krbdev.mit.edu #7687] git commit
Greg Hudson via RT
rt-comment at krbdev.mit.edu
Thu Aug 15 12:51:27 EDT 2013
Add hostrealm interface tests
Create a test module for the hostrealm interface, a harness to call
the realm mapping functions and display their results, and a Python
script to exercise the functionality of the interface and each module
(except the dns module, which we cannot easily test since it relies on
TXT records in the public DNS).
https://github.com/krb5/krb5/commit/7ad5f3bfd8b57d2f4c001182792e25968309ca8a
Author: Greg Hudson <ghudson at mit.edu>
Commit: 7ad5f3bfd8b57d2f4c001182792e25968309ca8a
Branch: master
src/Makefile.in | 1 +
src/configure.in | 1 +
src/plugins/hostrealm/test/Makefile.in | 21 +++
src/plugins/hostrealm/test/deps | 14 ++
src/plugins/hostrealm/test/hostrealm_test.exports | 2 +
src/plugins/hostrealm/test/main.c | 197 +++++++++++++++++++++
src/tests/Makefile.in | 11 +-
src/tests/hrealm.c | 99 +++++++++++
src/tests/t_hostrealm.py | 128 +++++++++++++
9 files changed, 471 insertions(+), 3 deletions(-)
More information about the krb5-bugs
mailing list