summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2017-01-11 17:09:54 +0100
committerJeremy Allison <jra@samba.org>2017-04-18 22:54:16 +0200
commit26018947f9b2b1e7d45b54738710fb1d7a6a5ec6 (patch)
tree22944886690d3bccfd5a3c05f47da9ac2bc32dca /source4/torture/smb2/smb2.c
parent9c95eca0f4116d52c8522a2066783e4722b21337 (diff)
downloadsamba-26018947f9b2b1e7d45b54738710fb1d7a6a5ec6.tar.gz
s4/torture: add a test for compound SMB2 FIND requests
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source4/torture/smb2/smb2.c')
-rw-r--r--source4/torture/smb2/smb2.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c
index 9f8cbe73b05..d8e3a066ced 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -162,6 +162,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_dir_init());
torture_suite_add_suite(suite, torture_smb2_lease_init());
torture_suite_add_suite(suite, torture_smb2_compound_init());
+ torture_suite_add_suite(suite, torture_smb2_compound_find_init());
torture_suite_add_suite(suite, torture_smb2_oplocks_init());
torture_suite_add_suite(suite, torture_smb2_kernel_oplocks_init());
torture_suite_add_suite(suite, torture_smb2_streams_init());