summaryrefslogtreecommitdiff
path: root/source4/selftest
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-02-27 15:36:45 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-27 07:36:05 +0100
commit3b3066fcaf9efa28aeea7e32a894a4dc3693275c (patch)
treee1e1356ba2b852cf62992ab04668768eb5cff61e /source4/selftest
parente7397eeaa2631cde263ff324fda8fafa290bff8c (diff)
downloadsamba-3b3066fcaf9efa28aeea7e32a894a4dc3693275c.tar.gz
samba-3b3066fcaf9efa28aeea7e32a894a4dc3693275c.tar.bz2
samba-3b3066fcaf9efa28aeea7e32a894a4dc3693275c.zip
selftest: plugin_s4_dc can now handle kerberos properly
Diffstat (limited to 'source4/selftest')
-rwxr-xr-xsource4/selftest/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 39c0f4b7ca..d00c6d2dd5 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -136,7 +136,7 @@ for bindoptions in ["seal,padcheck"] + validate_list + ["bigendian"]:
for t in ncacn_np_tests:
env = "plugin_s4_dc"
transport = "ncacn_np"
- plansmbtorturetestsuite(t, env, ["%s:$SERVER[%s]" % (transport, bindoptions), '-U$USERNAME%$PASSWORD', '--workgroup=$DOMAIN', '-k', 'no'], "samba4.%s with %s" % (t, bindoptions))
+ plansmbtorturetestsuite(t, env, ["%s:$SERVER[%s]" % (transport, bindoptions), '-U$USERNAME%$PASSWORD', '--workgroup=$DOMAIN'], "samba4.%s with %s" % (t, bindoptions))
for bindoptions in [""] + validate_list + ["bigendian"]:
for t in auto_rpc_tests: