summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-11-18 06:31:33 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:46:24 -0500
commitd931455e6e627511935fc82d2c6bc4e23743ebc3 (patch)
tree2a0275f2a1e21cc218a6042b466ed3b5cc851fde /source4/torture/torture.c
parent76bfa038154ad04940391668c2561e1fa404f574 (diff)
downloadsamba-d931455e6e627511935fc82d2c6bc4e23743ebc3.tar.gz
samba-d931455e6e627511935fc82d2c6bc4e23743ebc3.tar.bz2
samba-d931455e6e627511935fc82d2c6bc4e23743ebc3.zip
r11773: added a SMB2-SETINFO test suite. This tests the following levels:
BASIC_INFORMATION DISPOSITION_INFORMATION ALLOCATION_INFORMATION END_OF_FILE_INFORMATION POSITION_INFORMATION MODE_INFORMATION (This used to be commit 8804b6a7eb59ab0a9088f89d191194fba71befe3)
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index 3c4c916b0f..3a9fba7dff 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -2256,6 +2256,7 @@ static struct {
{"SMB2-SCAN", torture_smb2_scan, 0},
{"SMB2-SCANGETINFO", torture_smb2_getinfo_scan, 0},
{"SMB2-GETINFO", torture_smb2_getinfo, 0},
+ {"SMB2-SETINFO", torture_smb2_setinfo, 0},
/* protocol scanners */
{"SCAN-TRANS2", torture_trans2_scan, 0},