summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-08-30 19:15:19 +0200
committerStefan Metzmacher <metze@samba.org>2018-09-05 13:31:44 +0200
commite667b1771584b37b59ceab20cddced3615cf7b8f (patch)
tree0330e19dc28538e8f271961a5af3e15f83ae36a3 /source4/selftest/tests.py
parent34eeed27d1293d9fc2c0dd5067a542ceb0797540 (diff)
downloadsamba-e667b1771584b37b59ceab20cddced3615cf7b8f.tar.gz
selftest: add a durable handle test with delayed disconnect
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13549 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit 5508024a861e7c85e6c837552ad142aa1d5e8eca)
Diffstat (limited to 'source4/selftest/tests.py')
-rwxr-xr-xsource4/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py
index 3f2c65d123b..39d66d7f918 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -317,6 +317,7 @@ smb2_s3only = [
"smb2.dosmode",
"smb2.credits",
"smb2.kernel-oplocks",
+ "smb2.durable-v2-delay",
]
smb2 = [x for x in smbtorture4_testsuites("smb2.") if x not in smb2_s3only]