summaryrefslogtreecommitdiff
path: root/source4/selftest/tests.py
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-10-28 19:29:26 +0100
committerKarolin Seeger <kseeger@samba.org>2018-11-06 09:10:22 +0100
commit86a115caacd63a70bfa9480481a4770d2da20b22 (patch)
tree89bf9bd642a842091e095eed68e0f2e036c03376 /source4/selftest/tests.py
parent27fb50fd22deaabc70e2951574c532fb827e3c02 (diff)
downloadsamba-86a115caacd63a70bfa9480481a4770d2da20b22.tar.gz
s4:torture/smb2/read: add test for cancelling SMB aio
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13667 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> (cherry picked from commit e37ff8c5fe18d400e378bf2591e209b30473d9f9)
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 0841341d759..35bfb3e3c6f 100755
--- a/source4/selftest/tests.py
+++ b/source4/selftest/tests.py
@@ -318,6 +318,7 @@ smb2_s3only = [
"smb2.credits",
"smb2.kernel-oplocks",
"smb2.durable-v2-delay",
+ "smb2.aio_delay",
]
smb2 = [x for x in smbtorture4_testsuites("smb2.") if x not in smb2_s3only]