summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-05-01 20:26:41 +0200
committerKarolin Seeger <kseeger@samba.org>2015-05-20 16:34:30 +0200
commit3db0ad945c0aa083c8acc464472bdff4c8e61d8e (patch)
treeedb5d597ba645c9701fe26b430f1930273f71d44 /source3
parent1b2cf28087197d8fc94de7358fe989e8b6aa542c (diff)
downloadsamba-3db0ad945c0aa083c8acc464472bdff4c8e61d8e.tar.gz
s3:selftest: run smb2.notify with --signing=required
This reproduces a bug withe implicit canceled requests. Bug: https://bugzilla.samba.org/show_bug.cgi?id=11182 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (similar to commit c49ad3f89530d078fdd6ffcd1a6dc8c38be9169b)
Diffstat (limited to 'source3')
-rwxr-xr-xsource3/selftest/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 85d67d6f8d0..27883d34f3e 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -358,6 +358,9 @@ for t in tests:
# test the dirsort module.
plansmbtorture4testsuite(t, "s3dc", '//$SERVER_IP/tmpsort -U$USERNAME%$PASSWORD')
plansmbtorture4testsuite(t, "plugin_s4_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD')
+ elif t == "smb2.notify":
+ plansmbtorture4testsuite(t, "s3dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD --signing=required')
+ plansmbtorture4testsuite(t, "plugin_s4_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD --signing=required')
else:
plansmbtorture4testsuite(t, "s3dc", '//$SERVER_IP/tmp -U$USERNAME%$PASSWORD')
plansmbtorture4testsuite(t, "plugin_s4_dc", '//$SERVER/tmp -U$USERNAME%$PASSWORD')