summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2008-04-19 00:13:42 +0200
committerStefan Metzmacher <metze@samba.org>2008-04-19 01:54:45 +0200
commit95d111b7e44e2dc468021c435dcb2225e806faeb (patch)
tree0f9dc24343ace56edaac49ba20ac2f6a42abdb98 /source4/torture/smb2/smb2.c
parent39d23027218c02dc3055d8a0cc28dcc169e8b064 (diff)
downloadsamba-95d111b7e44e2dc468021c435dcb2225e806faeb.tar.gz
samba-95d111b7e44e2dc468021c435dcb2225e806faeb.tar.bz2
samba-95d111b7e44e2dc468021c435dcb2225e806faeb.zip
torture/smb2: add a simple SMB2-OPLOCK-BATCH1 test
metze (This used to be commit 914f0ac83bc396be0ca34c43e2ea01ecc1c3b826)
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 80b2d25597..f406b7d6e8 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -138,6 +138,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_lock_init());
torture_suite_add_simple_test(suite, "NOTIFY", torture_smb2_notify);
torture_suite_add_2smb2_test(suite, "PERSISTENT-HANDLES1", torture_smb2_persistent_handles1);
+ torture_suite_add_1smb2_test(suite, "OPLOCK-BATCH1", torture_smb2_oplock_batch1);
suite->description = talloc_strdup(suite, "SMB2-specific tests");