mirror of
https://github.com/samba-team/samba.git
synced 2025-02-25 17:57:42 +03:00
CI: avoid smb2.twrp being run by plansmbtorture4testsuite() directly
This should only be run by a blackbox test. BUG: https://bugzilla.samba.org/show_bug.cgi?id=15035 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
06bfac2125
commit
f734e960eb
@ -1019,6 +1019,9 @@ for t in tests:
|
||||
"//$SERVER_IP/async_dosmode_shadow_copy2 -U$USERNAME%$PASSWORD")
|
||||
elif t == "smb2.rename":
|
||||
plansmbtorture4testsuite(t, "fileserver", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
|
||||
elif t == "smb2.twrp":
|
||||
# This is being driven by samba3.blackbox.shadow_copy_torture
|
||||
pass
|
||||
elif t == "rpc.wkssvc":
|
||||
plansmbtorture4testsuite(t, "ad_member", '//$SERVER/tmp -U$DC_USERNAME%$DC_PASSWORD')
|
||||
elif t == "rpc.srvsvc":
|
||||
|
@ -380,6 +380,7 @@ smb2_s3only = [
|
||||
"smb2.fileid_unique",
|
||||
"smb2.timestamps",
|
||||
"smb2.async_dosmode",
|
||||
"smb2.twrp",
|
||||
]
|
||||
smb2 = [x for x in smbtorture4_testsuites("smb2.") if x not in smb2_s3only]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user