diff options
author | Ralph Boehme <slow@samba.org> | 2018-08-30 19:15:19 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2018-09-05 13:35:26 +0200 |
commit | 6a179a5a9a8d790260c0285aaf4b5faed65a5aa3 (patch) | |
tree | 69b83b31e0110c1bb610749a09370794267ff3d8 /source4/selftest/tests.py | |
parent | 34b4b5b7e22787820913d5f87fba4b14ebd88833 (diff) | |
download | samba-6a179a5a9a8d790260c0285aaf4b5faed65a5aa3.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-x | source4/selftest/tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 7450f96b309..3c2e03d5262 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -316,6 +316,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] |