summaryrefslogtreecommitdiffstats
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2015-01-05 14:54:45 +1300
committerAndrew Bartlett <abartlet@samba.org>2015-01-23 05:42:07 +0100
commit9a0aa6f6f7217399eaac34aa8ac82b49d953175a (patch)
treea97836cfaf45a0a4af89251b56f2f2184b77d2ca /source4/selftest/tests.py
parent7afff0c52e6b1af7534fc7b410bcd67611a5a08f (diff)
downloadsamba-9a0aa6f6f7217399eaac34aa8ac82b49d953175a.tar.gz
samba-9a0aa6f6f7217399eaac34aa8ac82b49d953175a.tar.xz
samba-9a0aa6f6f7217399eaac34aa8ac82b49d953175a.zip
torture: Start a new testsuite for krb5 and KDC behaviour
Pair-programmed-with: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-xsource4/selftest/tests.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index a991e1271f..5208774d70 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -548,6 +548,10 @@ for env in ['vampire_dc', 'promoted_dc']:
for env in ["dc", "s4member", "rodc", "promoted_dc", "plugin_s4_dc", "s3member"]:
plantestsuite("samba.blackbox.wbinfo(%s:local)" % env, "%s:local" % env, [os.path.join(samba4srcdir, "../nsswitch/tests/test_wbinfo.sh"), '$DOMAIN', '$DC_USERNAME', '$DC_PASSWORD', env])
+for env in ["dc", "rodc", "promoted_dc", "plugin_s4_dc"]:
+ plansmbtorture4testsuite('krb5.kdc', env, ['ncacn_np:$SERVER', "-k", "yes", '-U$USERNAME@$REALM%$PASSWORD', '--workgroup=$DOMAIN'])
+
+
# TODO: Verifying the databases really should be a part of the
# environment teardown.
# check the databases are all OK. PLEASE LEAVE THIS AS THE LAST TEST