summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2013-02-12 17:45:23 +0100
committerStefan Metzmacher <metze@samba.org>2013-02-18 15:54:20 +0100
commit42bf98d54c36abd5f532a4510cdd4066fe82143d (patch)
tree4402271f1d6bae306d2de9b6a0593b943bf6019c /source4/torture/smb2/smb2.c
parentf0e6a9be00e441e50f0087c543e1b7c9012d126f (diff)
downloadsamba-42bf98d54c36abd5f532a4510cdd4066fe82143d.tar.gz
samba-42bf98d54c36abd5f532a4510cdd4066fe82143d.tar.bz2
samba-42bf98d54c36abd5f532a4510cdd4066fe82143d.zip
s4:torture: add a durable-open-disconnect test (suite)
this opens a durable, disconnects it and exits Signed-off-by: Michael Adam <obnox@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 a396a2eda2..65dc924662 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -156,6 +156,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_acls_init());
torture_suite_add_suite(suite, torture_smb2_notify_init());
torture_suite_add_suite(suite, torture_smb2_durable_open_init());
+ torture_suite_add_suite(suite, torture_smb2_durable_open_disconnect_init());
torture_suite_add_suite(suite, torture_smb2_durable_v2_open_init());
torture_suite_add_suite(suite, torture_smb2_dir_init());
torture_suite_add_suite(suite, torture_smb2_lease_init());