From: Andrew Bartlett Date: Sun, 4 Mar 2018 19:04:22 +0000 (+1300) Subject: selftest: Move slower base.deny1 and base.deny2 to fileserver environment X-Git-Tag: talloc-2.1.13~215 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fafbeb18900b66df66e9b89276b66e2b66f49965;p=thirdparty%2Fsamba.git selftest: Move slower base.deny1 and base.deny2 to fileserver environment This avoids these running in the ad_dc environment which we need to get under 50mins for travis-ci. Signed-off-by: Andrew Bartlett Reviewed-by: Gary Lockyer --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 393615cb77c..00e04318c7c 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -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')