diff options
author | Michael Adam <obnox@samba.org> | 2011-09-19 10:08:48 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-11-24 19:02:33 +0100 |
commit | 1fef161d2a0b73519cba23739e326ba0b2e11c2a (patch) | |
tree | 94496e2a545aa9adcef596fdcf2e12ca15d38e1f /source3/torture/torture.c | |
parent | 4958d7cb44bb7851e62926f195bd76ff9736f62f (diff) | |
download | samba-1fef161d2a0b73519cba23739e326ba0b2e11c2a.tar.gz samba-1fef161d2a0b73519cba23739e326ba0b2e11c2a.tar.bz2 samba-1fef161d2a0b73519cba23739e326ba0b2e11c2a.zip |
s3:torture:smb2: add SMB2-SESSION-RECONNECT test
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r-- | source3/torture/torture.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 64b1e930f4..9dc8925107 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -8875,6 +8875,7 @@ static struct { { "NOTIFY-ONLINE", run_notify_online }, { "SMB2-BASIC", run_smb2_basic }, { "SMB2-NEGPROT", run_smb2_negprot }, + { "SMB2-SESSION-RECONNECT", run_smb2_session_reconnect }, { "LOCAL-SUBSTITUTE", run_local_substitute, 0}, { "LOCAL-GENCACHE", run_local_gencache, 0}, { "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0}, |