mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3:selftest: run the smb2.replay test against the //$SERVER_IP/durable share
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
This commit is contained in:
parent
4c64d41cfc
commit
6975ff05ab
@ -216,6 +216,10 @@
|
|||||||
^samba3.smb2.setinfo.setinfo
|
^samba3.smb2.setinfo.setinfo
|
||||||
^samba3.smb2.session.*reauth5 # some special anonymous checks?
|
^samba3.smb2.session.*reauth5 # some special anonymous checks?
|
||||||
^samba3.smb2.compound.interim2 # wrong return code (STATUS_CANCELLED)
|
^samba3.smb2.compound.interim2 # wrong return code (STATUS_CANCELLED)
|
||||||
|
^samba3.smb2.replay.replay1
|
||||||
|
^samba3.smb2.replay.replay2
|
||||||
|
^samba3.smb2.replay.replay3
|
||||||
|
^samba3.smb2.replay.replay4
|
||||||
^samba3.raw.session.*reauth2 # maybe fix this?
|
^samba3.raw.session.*reauth2 # maybe fix this?
|
||||||
^samba3.rpc.samr.passwords.badpwdcount.samr.badPwdCount\(s3dc\) # We fail this test currently
|
^samba3.rpc.samr.passwords.badpwdcount.samr.badPwdCount\(s3dc\) # We fail this test currently
|
||||||
^samba3.rpc.samr.passwords.lockout.*\(s3dc\)$ # We fail this test currently
|
^samba3.rpc.samr.passwords.lockout.*\(s3dc\)$ # We fail this test currently
|
||||||
|
@ -334,7 +334,7 @@ for t in tests:
|
|||||||
elif t == "rpc.samr.passwords.validate":
|
elif t == "rpc.samr.passwords.validate":
|
||||||
plansmbtorture4testsuite(t, "s3dc", 'ncacn_ip_tcp:$SERVER_IP -U$USERNAME%$PASSWORD', 'over ncacn_ip_tcp ')
|
plansmbtorture4testsuite(t, "s3dc", 'ncacn_ip_tcp:$SERVER_IP -U$USERNAME%$PASSWORD', 'over ncacn_ip_tcp ')
|
||||||
plansmbtorture4testsuite(t, "plugin_s4_dc", 'ncacn_ip_tcp:$SERVER_IP -U$USERNAME%$PASSWORD', 'over ncacn_ip_tcp ')
|
plansmbtorture4testsuite(t, "plugin_s4_dc", 'ncacn_ip_tcp:$SERVER_IP -U$USERNAME%$PASSWORD', 'over ncacn_ip_tcp ')
|
||||||
elif t == "smb2.durable-open" or t == "smb2.durable-v2-open":
|
elif t == "smb2.durable-open" or t == "smb2.durable-v2-open" or t == "smb2.replay":
|
||||||
plansmbtorture4testsuite(t, "s3dc", '//$SERVER_IP/durable -U$USERNAME%$PASSWORD')
|
plansmbtorture4testsuite(t, "s3dc", '//$SERVER_IP/durable -U$USERNAME%$PASSWORD')
|
||||||
plansmbtorture4testsuite(t, "plugin_s4_dc", '//$SERVER_IP/durable -U$USERNAME%$PASSWORD')
|
plansmbtorture4testsuite(t, "plugin_s4_dc", '//$SERVER_IP/durable -U$USERNAME%$PASSWORD')
|
||||||
elif t == "base.rw1":
|
elif t == "base.rw1":
|
||||||
|
Loading…
Reference in New Issue
Block a user