summaryrefslogtreecommitdiff
path: root/source4/torture/util.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2013-09-05 12:03:07 +0000
committerJeremy Allison <jra@samba.org>2013-09-05 13:46:10 -0700
commitf6afdcd555d240bd614425a144b13678b06e9978 (patch)
treece338cddbf1cc3ab3a1f85a2c8635a50bf588ab1 /source4/torture/util.h
parent5e450f5ba9250608f6b85bbf4fc746879d56ccc1 (diff)
downloadsamba-f6afdcd555d240bd614425a144b13678b06e9978.tar.gz
torture: Add a new w2k12 target
W2k12 seems to do the 2-step break to none, try running raw.oplock.batch12 against it. Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source4/torture/util.h')
-rw-r--r--source4/torture/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/util.h b/source4/torture/util.h
index 3c72309b236..4695710faec 100644
--- a/source4/torture/util.h
+++ b/source4/torture/util.h
@@ -31,6 +31,7 @@ struct smbcli_tree;
#define TARGET_IS_WINXP(_tctx) (torture_setting_bool(_tctx, "winxp", false))
#define TARGET_IS_W2K3(_tctx) (torture_setting_bool(_tctx, "w2k3", false))
#define TARGET_IS_W2K8(_tctx) (torture_setting_bool(_tctx, "w2k8", false))
+#define TARGET_IS_W2K12(_tctx) (torture_setting_bool(_tctx, "w2k12", false))
#define TARGET_IS_WIN7(_tctx) (torture_setting_bool(_tctx, "win7", false))
#define TARGET_IS_SAMBA3(_tctx) (torture_setting_bool(_tctx, "samba3", false))
#define TARGET_IS_SAMBA4(_tctx) (torture_setting_bool(_tctx, "samba4", false))