]> git.ipfire.org Git - thirdparty/krb5.git/commit
Add hostrealm interface tests
authorGreg Hudson <ghudson@mit.edu>
Mon, 5 Aug 2013 20:10:10 +0000 (16:10 -0400)
committerGreg Hudson <ghudson@mit.edu>
Thu, 15 Aug 2013 16:39:58 +0000 (12:39 -0400)
commit7ad5f3bfd8b57d2f4c001182792e25968309ca8a
tree56092fc925f574c72c9f0a0afae396ed5387c093
parent4f7f1fce6edca17db625d76c1f81ea098f29c313
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).

ticket: 7687
src/Makefile.in
src/configure.in
src/plugins/hostrealm/test/Makefile.in [new file with mode: 0644]
src/plugins/hostrealm/test/deps [new file with mode: 0644]
src/plugins/hostrealm/test/hostrealm_test.exports [new file with mode: 0644]
src/plugins/hostrealm/test/main.c [new file with mode: 0644]
src/tests/Makefile.in
src/tests/hrealm.c [new file with mode: 0644]
src/tests/t_hostrealm.py [new file with mode: 0644]