diff options
author | Andrew Bartlett <abartlet@samba.org> | 2014-06-20 22:28:51 +1200 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-06-23 23:30:14 +0200 |
commit | 00a83effc1665fcadf3f998f40b8d14f81e51b83 (patch) | |
tree | 69ad741122d9b0603ac3e4c2a20f660689264274 /source3/selftest/tests.py | |
parent | 0e224698f7d5610ab681c1181cba3b7a2f042e31 (diff) | |
download | samba-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-x | source3/selftest/tests.py | 3 |
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') |