Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: ghudson@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 1154 Add tests for pwqual modules and plugin ordering Create a test module for the pwqual interface, and script to exercise the built-in and test modules through kadmin.local. Also create a test harness to display the order of pwqual modules for the current configuration, and use it to test the plugin module ordering guarantees. https://github.com/krb5/krb5/commit/a6debff894e8b24f72675beea9ee4438bd2e8902 Author: Greg Hudson Commit: a6debff894e8b24f72675beea9ee4438bd2e8902 Branch: master src/Makefile.in | 1 + src/configure.in | 1 + src/plugins/pwqual/test/Makefile.in | 21 +++ src/plugins/pwqual/test/deps | 16 ++ src/plugins/pwqual/test/main.c | 219 +++++++++++++++++++++++++++ src/plugins/pwqual/test/pwqual_test.exports | 4 + src/tests/Makefile.in | 13 +- src/tests/deps | 19 +++ src/tests/plugorder.c | 95 ++++++++++++ src/tests/t_pwqual.py | 81 ++++++++++ 10 files changed, 466 insertions(+), 4 deletions(-)