diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-08-28 13:26:44 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2014-09-19 09:15:10 +0200 |
commit | 6975ff05ab952ddde9dd9044663e434b35b56fe0 (patch) | |
tree | e69d52c67af102568185dc031222542b79f55ab4 /selftest | |
parent | 4c64d41cfcb7b0bb30929aefd8bcd735449c83c3 (diff) | |
download | samba-6975ff05ab952ddde9dd9044663e434b35b56fe0.tar.gz samba-6975ff05ab952ddde9dd9044663e434b35b56fe0.tar.xz samba-6975ff05ab952ddde9dd9044663e434b35b56fe0.zip |
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>
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/knownfail | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/selftest/knownfail b/selftest/knownfail index 0b789c9d58..84e33b24f2 100644 --- a/selftest/knownfail +++ b/selftest/knownfail @@ -216,6 +216,10 @@ ^samba3.smb2.setinfo.setinfo ^samba3.smb2.session.*reauth5 # some special anonymous checks? ^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.rpc.samr.passwords.badpwdcount.samr.badPwdCount\(s3dc\) # We fail this test currently ^samba3.rpc.samr.passwords.lockout.*\(s3dc\)$ # We fail this test currently |