From: Andrew Bartlett Date: Mon, 27 Feb 2012 04:36:45 +0000 (+1100) Subject: selftest: plugin_s4_dc can now handle kerberos properly X-Git-Tag: tdb-1.2.10~586 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3b3066fcaf9efa28aeea7e32a894a4dc3693275c;p=thirdparty%2Fsamba.git selftest: plugin_s4_dc can now handle kerberos properly --- diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 39c0f4b7cab..d00c6d2dd5f 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: