mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3: tests.py: Only run smb2.rename against fileserver.
No need to run this against nt4_dc or ad_dc.
BUG: https://bugzilla.samba.org/show_bug.cgi?id=15038
Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
(Back-ported from commit e01c5992b0
)
This commit is contained in:
parent
0f0c12b64f
commit
552e086784
@ -1015,6 +1015,8 @@ for t in tests:
|
||||
plansmbtorture4testsuite("smb2.async_dosmode",
|
||||
"simpleserver",
|
||||
"//$SERVER_IP/async_dosmode_shadow_copy2 -U$USERNAME%$PASSWORD")
|
||||
elif t == "smb2.rename":
|
||||
plansmbtorture4testsuite(t, "fileserver", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
|
||||
elif t == "rpc.wkssvc":
|
||||
plansmbtorture4testsuite(t, "ad_member", '//$SERVER/tmp -U$DC_USERNAME%$DC_PASSWORD')
|
||||
elif t == "rpc.srvsvc":
|
||||
|
Loading…
Reference in New Issue
Block a user