diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-02-27 15:36:45 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-27 07:36:05 +0100 |
commit | 3b3066fcaf9efa28aeea7e32a894a4dc3693275c (patch) | |
tree | e1e1356ba2b852cf62992ab04668768eb5cff61e /source4/selftest/tests.py | |
parent | e7397eeaa2631cde263ff324fda8fafa290bff8c (diff) | |
download | samba-3b3066fcaf9efa28aeea7e32a894a4dc3693275c.tar.gz samba-3b3066fcaf9efa28aeea7e32a894a4dc3693275c.tar.xz samba-3b3066fcaf9efa28aeea7e32a894a4dc3693275c.zip |
selftest: plugin_s4_dc can now handle kerberos properly
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
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: |