summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.h
diff options
context:
space:
mode:
authorTim Prouty <tprouty@samba.org>2009-12-01 15:29:00 -0800
committerTim Prouty <tprouty@samba.org>2009-12-03 18:54:52 -0800
commitaf8b7857ca4b9f81d2240d2592c4d02893b04f76 (patch)
tree0ad56d4844f00f3d9df13ee16e3e18416c1e0c36 /source4/torture/smbtorture.h
parent66c968778d74280bf36342e76c80b617e47ebde5 (diff)
downloadsamba-af8b7857ca4b9f81d2240d2592c4d02893b04f76.tar.gz
samba-af8b7857ca4b9f81d2240d2592c4d02893b04f76.tar.bz2
samba-af8b7857ca4b9f81d2240d2592c4d02893b04f76.zip
s4 torture: Allow some implementations to break from level1 to none with two breaks
Diffstat (limited to 'source4/torture/smbtorture.h')
-rw-r--r--source4/torture/smbtorture.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/source4/torture/smbtorture.h b/source4/torture/smbtorture.h
index 97678040e1..c7bbcf2d9d 100644
--- a/source4/torture/smbtorture.h
+++ b/source4/torture/smbtorture.h
@@ -85,4 +85,10 @@ bool torture_register_suite(struct torture_suite *suite);
*
* This parameter specifies whether the server supports the SMBLock (0x0C) PDU. */
+/* torture:2_step_break_to_none
+ *
+ * If true this parameter tests servers that break from level 1 to none in two
+ * steps rather than 1.
+ */
+
#endif /* __SMBTORTURE_H__ */