summaryrefslogtreecommitdiffstats
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@redhat.com>2013-01-10 18:30:04 -0500
committerGreg Hudson <ghudson@mit.edu>2013-04-24 17:41:54 -0400
commitf42477d27dc4f6c482a23a8c29d416d830277d04 (patch)
tree66a2fce5d405a5a8513291b313c8d78124229045 /src/tests/Makefile.in
parentb5d76a1b42673fa06d989b7795a79a59dda4d178 (diff)
downloadkrb5-f42477d27dc4f6c482a23a8c29d416d830277d04.tar.gz
krb5-f42477d27dc4f6c482a23a8c29d416d830277d04.tar.xz
krb5-f42477d27dc4f6c482a23a8c29d416d830277d04.zip
Add various client-authenticating PKINIT tests
Add tests for non-anonymous PKINIT: * FILE: with no password * FILE: with a password * DIR: with no password * DIR: with a password * PKCS12: with no password * PKCS12: with a password * PKCS11: with a password, if soft-pkcs11.so is found via ctypes [ghudson@mit.edu: reformatted to 79 columns; removed intermediate success() calls]
Diffstat (limited to 'src/tests/Makefile.in')
-rw-r--r--src/tests/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tests/Makefile.in b/src/tests/Makefile.in
index 45f3e8f1e3..55a3237896 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -82,6 +82,7 @@ check-pytests:: gcred hist kdbtest t_localauth
$(RUNPYTEST) $(srcdir)/t_iprop.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_kprop.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_anonpkinit.py $(PYTESTFLAGS)
+ $(RUNPYTEST) $(srcdir)/t_authpkinit.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_policy.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_localauth.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_kadm5_hook.py $(PYTESTFLAGS)