summaryrefslogtreecommitdiff
path: root/source3/torture/torture.c
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-09-19 10:09:34 +0200
committerStefan Metzmacher <metze@samba.org>2011-11-24 19:02:33 +0100
commit4c29389c045ec6489b10cb64aab394d21fe884ed (patch)
treec99f5dad1f6aebc572c1d4cef9f1a005ef7a24cb /source3/torture/torture.c
parent1fef161d2a0b73519cba23739e326ba0b2e11c2a (diff)
downloadsamba-4c29389c045ec6489b10cb64aab394d21fe884ed.tar.gz
samba-4c29389c045ec6489b10cb64aab394d21fe884ed.tar.bz2
samba-4c29389c045ec6489b10cb64aab394d21fe884ed.zip
s3:torture: add a new test SMB2-TCON-DEPENDENCE
Signed-off-by: Stefan Metzmacher <metze@samba.org>
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 9dc8925107..0d6a3be041 100644
--- a/source3/torture/torture.c
+++ b/source3/torture/torture.c
@@ -8876,6 +8876,7 @@ static struct {
{ "SMB2-BASIC", run_smb2_basic },
{ "SMB2-NEGPROT", run_smb2_negprot },
{ "SMB2-SESSION-RECONNECT", run_smb2_session_reconnect },
+ { "SMB2-TCON-DEPENDENCE", run_smb2_tcon_dependence },
{ "LOCAL-SUBSTITUTE", run_local_substitute, 0},
{ "LOCAL-GENCACHE", run_local_gencache, 0},
{ "LOCAL-TALLOC-DICT", run_local_talloc_dict, 0},