From: Stefan Metzmacher Date: Thu, 15 Mar 2018 17:04:21 +0000 (+0100) Subject: s3:selftest: run SMB2-ANONYMOUS X-Git-Tag: talloc-2.1.12~167 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=bf707a1eba39e996bb19457b63ddb658cc4183c2;p=thirdparty%2Fsamba.git s3:selftest: run SMB2-ANONYMOUS This fails against a non AD DC smbd. BUG: https://bugzilla.samba.org/show_bug.cgi?id=13328 Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- diff --git a/selftest/knownfail.d/anonymous-guest b/selftest/knownfail.d/anonymous-guest new file mode 100644 index 00000000000..a134cece3d5 --- /dev/null +++ b/selftest/knownfail.d/anonymous-guest @@ -0,0 +1 @@ +^samba3.smbtorture_s3.*nt4_dc.*.SMB2-ANONYMOUS.smbtorture diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 5232aecb609..402f44ff6ee 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -78,6 +78,7 @@ tests = ["FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7" "UID-REGRESSION-TEST", "SHORTNAME-TEST", "CASE-INSENSITIVE-CREATE", "SMB2-BASIC", "NTTRANS-FSCTL", "SMB2-NEGPROT", "SMB2-SESSION-REAUTH", "SMB2-SESSION-RECONNECT", "SMB2-FTRUNCATE", + "SMB2-ANONYMOUS", "CLEANUP1", "CLEANUP2", "CLEANUP4",