From: Andreas Schneider Date: Fri, 10 Mar 2017 12:43:12 +0000 (+0100) Subject: selftest: Do not plan samba3.base.delaywrite twice X-Git-Tag: tdb-1.3.13~515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=424a2aadda43d284e5182318950e5e06f6bd7759;p=thirdparty%2Fsamba.git selftest: Do not plan samba3.base.delaywrite twice This test is already slow. We should not run it twice! Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Sat Mar 11 04:25:14 CET 2017 on sn-devel-144 --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index e386b1f8fd4..54f5b7baa03 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -347,7 +347,7 @@ tests= base + raw + smb2 + rpc + unix + local + rap + nbt + libsmbclient + idmap for t in tests: if t == "base.delaywrite": plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900') - if t == "base.createx_access": + elif t == "base.createx_access": plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900') elif t == "rap.sam": plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=doscharset=ISO-8859-1')