]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
selftest: Move slower base.deny1 and base.deny2 to fileserver environment
authorAndrew Bartlett <abartlet@samba.org>
Sun, 4 Mar 2018 19:04:22 +0000 (08:04 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 27 Mar 2018 21:03:14 +0000 (23:03 +0200)
This avoids these running in the ad_dc environment which we need to get under 50mins for
travis-ci.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/selftest/tests.py

index 393615cb77c39693262948538a864520dd751396..00e04318c7cd470c6b7cc4b35b4b49da5cb13df1 100755 (executable)
@@ -404,7 +404,7 @@ vfs = ["vfs.fruit", "vfs.acl_xattr", "vfs.fruit_netatalk", "vfs.fruit_file_id",
 tests= base + raw + smb2 + rpc + unix + local + rap + nbt + libsmbclient + idmap + vfs
 
 for t in tests:
-    if t == "base.delaywrite":
+    if t == "base.delaywrite" or t == "base.deny1" or t == "base.deny2":
         plansmbtorture4testsuite(t, "fileserver", '//$SERVER/tmp -U$USERNAME%$PASSWORD --maximum-runtime=900')
     elif t == "base.createx_access":
         plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD -k yes --maximum-runtime=900')