summaryrefslogtreecommitdiff
path: root/source4/torture/raw/raw.c
diff options
context:
space:
mode:
authorGregor Beck <gbeck@sernet.de>2012-03-07 13:53:24 +0100
committerMichael Adam <obnox@samba.org>2012-04-25 23:15:40 +0200
commite563e5a2be617f26c6046f82da3b03b856115bbc (patch)
tree75e70b0d138e54423b9c5c1db70ae39569095faf /source4/torture/raw/raw.c
parent87c23995962807ed8800a52c80eefb9860a6f726 (diff)
downloadsamba-e563e5a2be617f26c6046f82da3b03b856115bbc.tar.gz
samba-e563e5a2be617f26c6046f82da3b03b856115bbc.tar.bz2
samba-e563e5a2be617f26c6046f82da3b03b856115bbc.zip
s4:torture: add a raw.session suite with a raw.session.reauth test
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source4/torture/raw/raw.c')
-rw-r--r--source4/torture/raw/raw.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/raw.c b/source4/torture/raw/raw.c
index d75488bfa0..10a0e89194 100644
--- a/source4/torture/raw/raw.c
+++ b/source4/torture/raw/raw.c
@@ -56,6 +56,7 @@ NTSTATUS torture_raw_init(void)
torture_suite_add_suite(suite, torture_raw_write(suite));
torture_suite_add_suite(suite, torture_raw_lock(suite));
torture_suite_add_1smb_test(suite, "context", torture_raw_context);
+ torture_suite_add_suite(suite, torture_raw_session(suite));
torture_suite_add_suite(suite, torture_raw_rename(suite));
torture_suite_add_1smb_test(suite, "seek", torture_raw_seek);
torture_suite_add_1smb_test(suite, "eas", torture_raw_eas);