summaryrefslogtreecommitdiff
path: root/source4/torture/smb2/smb2.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-02-26 17:53:13 +0100
committerMichael Adam <obnox@samba.org>2012-02-28 00:08:55 +0100
commit60a4095936325dfb9fe7013235e51b93fb7de1f3 (patch)
tree7715af5ff1e9188fa3067cb23f036dfa1bebb38f /source4/torture/smb2/smb2.c
parentba4acf05b24527e6de117c7f82324b6eab237717 (diff)
downloadsamba-60a4095936325dfb9fe7013235e51b93fb7de1f3.tar.gz
samba-60a4095936325dfb9fe7013235e51b93fb7de1f3.tar.bz2
samba-60a4095936325dfb9fe7013235e51b93fb7de1f3.zip
s4:torture:smb2: add new "session" testsuite starting with a session.reconnect test
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 ef2f516d03..b07feed8e9 100644
--- a/source4/torture/smb2/smb2.c
+++ b/source4/torture/smb2/smb2.c
@@ -161,6 +161,7 @@ NTSTATUS torture_smb2_init(void)
torture_suite_add_suite(suite, torture_smb2_rename_init());
torture_suite_add_1smb2_test(suite, "bench-oplock", test_smb2_bench_oplock);
torture_suite_add_1smb2_test(suite, "hold-oplock", test_smb2_hold_oplock);
+ torture_suite_add_suite(suite, torture_smb2_session_init());
suite->description = talloc_strdup(suite, "SMB2-specific tests");