summaryrefslogtreecommitdiffstats
path: root/src/tests/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-11-03 17:27:59 +0000
committerGreg Hudson <ghudson@mit.edu>2011-11-03 17:27:59 +0000
commit97eb9f3d7c26364b137f207b431b5c1f67691225 (patch)
tree7fd0122e2578b2525ee993b8778381e785ad05db /src/tests/Makefile.in
parent3001a823a73d8cfd2599a8ad66b9c6038d1c28bc (diff)
downloadkrb5-97eb9f3d7c26364b137f207b431b5c1f67691225.tar.gz
krb5-97eb9f3d7c26364b137f207b431b5c1f67691225.tar.xz
krb5-97eb9f3d7c26364b137f207b431b5c1f67691225.zip
Add cross-realm tests to python test framework
Add a cross_realms function to k5test.py to generate several linked realms. Add a test script t_crossrealm.py to exercise six different cross-realm scenarios. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25429 dc483132-0cff-0310-8789-dd5450dbe970
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 4709cea25d..01d70fb255 100644
--- a/src/tests/Makefile.in
+++ b/src/tests/Makefile.in
@@ -70,6 +70,7 @@ check-pytests::
$(RUNPYTEST) $(srcdir)/t_renprinc.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_cccol.py $(PYTESTFLAGS)
$(RUNPYTEST) $(srcdir)/t_stringattr.py $(PYTESTFLAGS)
+ $(RUNPYTEST) $(srcdir)/t_crossrealm.py $(PYTESTFLAGS)
# $(RUNPYTEST) $(srcdir)/kdc_realm/kdcref.py $(PYTESTFLAGS)
clean::