selftest: plugin_s4_dc can now handle kerberos properly
authorAndrew Bartlett <abartlet@samba.org>
Mon, 27 Feb 2012 04:36:45 +0000 (15:36 +1100)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 27 Feb 2012 06:36:05 +0000 (07:36 +0100)
source4/selftest/tests.py

index 39c0f4b7cabfb897fcf7030b7c2afa1ddaedb13c..d00c6d2dd5f4bf61d61472e60578699633d7782b 100755 (executable)
@@ -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: