diff options
author | Michael Adam <obnox@samba.org> | 2012-02-26 17:53:13 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2012-02-28 00:08:55 +0100 |
commit | 60a4095936325dfb9fe7013235e51b93fb7de1f3 (patch) | |
tree | 7715af5ff1e9188fa3067cb23f036dfa1bebb38f /source4/torture/smb2/smb2.c | |
parent | ba4acf05b24527e6de117c7f82324b6eab237717 (diff) | |
download | samba-60a4095936325dfb9fe7013235e51b93fb7de1f3.tar.gz |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/smb2/smb2.c b/source4/torture/smb2/smb2.c index ef2f516d032..b07feed8e95 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"); |