summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2011-10-22 10:34:31 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:33 +0100
commit2a04959ba11e34e0ca45ba21a5d5b521d5662f32 (patch)
tree082c9a36333924d795ecb9c13e8c815b6da411ba /source3/torture/torture.c
parent4c29389c045ec6489b10cb64aab394d21fe884ed (diff)
downloadsamba-2a04959ba11e34e0ca45ba21a5d5b521d5662f32.tar.gz
samba-2a04959ba11e34e0ca45ba21a5d5b521d5662f32.tar.bz2
samba-2a04959ba11e34e0ca45ba21a5d5b521d5662f32.zip
s3:torture: add SMB2-MULTI-CHANNEL test
metze
Diffstat (limited to 'source3/torture/torture.c')
-rw-r--r--source3/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c
index 0d6a3be041..26d7055212 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -8877,6 +8877,7 @@ static struct {
{ "SMB2-NEGPROT", run_smb2_negprot },
{ "SMB2-SESSION-RECONNECT", run_smb2_session_reconnect },
{ "SMB2-TCON-DEPENDENCE", run_smb2_tcon_dependence },
+ { "SMB2-MULTI-CHANNEL", run_smb2_multi_channel },
{ "LOCAL-SUBSTITUTE", run_local_substitute, 0},
{ "LOCAL-GENCACHE", run_local_gencache, 0},
{ "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0},