summaryrefslogtreecommitdiffstats
path: root/source3/selftest/tests.py
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2014-06-20 22:28:51 +1200
committerJeremy Allison <jra@samba.org>2014-06-23 23:30:14 +0200
commit00a83effc1665fcadf3f998f40b8d14f81e51b83 (patch)
tree69ad741122d9b0603ac3e4c2a20f660689264274 /source3/selftest/tests.py
parent0e224698f7d5610ab681c1181cba3b7a2f042e31 (diff)
downloadsamba-00a83effc1665fcadf3f998f40b8d14f81e51b83.tar.gz
samba-00a83effc1665fcadf3f998f40b8d14f81e51b83.tar.xz
samba-00a83effc1665fcadf3f998f40b8d14f81e51b83.zip
selftest: Run base.delaywrite against plugin_s4_dc only, and with kerberos for faster connections
Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-xsource3/selftest/tests.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index e529b3a1ac..e9b91d468f 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -293,8 +293,7 @@ tests= base + raw + smb2 + rpc + unix + local + rap + nbt + libsmbclient + idmap
for t in tests:
if t == "base.delaywrite":
- plansmbtorture4testsuite(t, "s3dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --maximum-runtime=900')
- plansmbtorture4testsuite(t, "plugin_s4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --maximum-runtime=900')
+ plansmbtorture4testsuite(t, "plugin_s4_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900')
elif t == "rap.sam":
plansmbtorture4testsuite(t, "s3dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=doscharset=ISO-8859-1')
plansmbtorture4testsuite(t, "plugin_s4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=doscharset=ISO-8859-1')