summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2020-03-22 08:29:33 +1300
committerAndreas Schneider <asn@cryptomilk.org>2020-03-23 13:02:32 +0000
commit88c4305ffb208895df2899610a8b9310d3836e2d (patch)
treecb280ac8edb28b50154a321945a2eaaaba31440f
parent7a44bd1c422d7e20aa0e81fcc2d40a83b6414d1f (diff)
downloadsamba-88c4305ffb208895df2899610a8b9310d3836e2d.tar.gz
selftest: Run smb2.compound_find against filesrever only, not nt4_dc and ad_dc
This is a slow test of SMB2 protocol features, it needs not to be repeated. It only got run against both by accident at the original merge and then extended to run on the [compount_find] share (with smbd:find async delay usec = 10000) but really does not need to be run three times. Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
-rwxr-xr-xsource3/selftest/tests.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 9e44c091147..a3f60aa4b0c 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -710,9 +710,8 @@ for t in tests:
elif t == "vfs.acl_xattr":
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
elif t == "smb2.compound_find":
- plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER/compound_find -U$USERNAME%$PASSWORD')
- plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
- plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD')
+ plansmbtorture4testsuite(t, "fileserver", '//$SERVER/compound_find -U$USERNAME%$PASSWORD')
+ plansmbtorture4testsuite(t, "fileserver", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
elif t == "rpc.samr.users.privileges":
plansmbtorture4testsuite(t, "nt4_dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --option=torture:nt4_dc=true')
plansmbtorture4testsuite(t, "ad_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD')