#define TARGET_IS_W2K8(_tctx) (torture_setting_bool(_tctx, "w2k8", false))
#define TARGET_IS_WIN7(_tctx) (torture_setting_bool(_tctx, "win7", false))
-#define TARGET_IS_WINDOWS(_tctx) \
- ((torture_setting_bool(_tctx, "w2k3", false)) || \
- (torture_setting_bool(_tctx, "w2k8", false)) || \
- (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))
lpcfg_set_cmdline(lp_ctx, "torture:hide_on_access_denied",
"true");
+ } else if (strcmp(target, "w2k16") == 0) {
+ lpcfg_set_cmdline(lp_ctx, "torture:hide_on_access_denied",
+ "true");
+ lpcfg_set_cmdline(lp_ctx, "torture:w2k16", "true");
} else if (strcmp(target, "onefs") == 0) {
lpcfg_set_cmdline(lp_ctx, "torture:onefs", "true");
lpcfg_set_cmdline(lp_ctx, "torture:openx_deny_dos_support",
#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))
+#define TARGET_IS_W2K16(_tctx) (torture_setting_bool(_tctx, "w2k16", false))
+#define TARGET_IS_WINDOWS(_tctx) \
+ ((torture_setting_bool(_tctx, "winxp", false)) || \
+ (torture_setting_bool(_tctx, "w2k3", false)) || \
+ (torture_setting_bool(_tctx, "w2k8", false)) || \
+ (torture_setting_bool(_tctx, "win7", false)) || \
+ (torture_setting_bool(_tctx, "w2k12", false)) || \
+ (torture_setting_bool(_tctx, "w2k16", false)))
/**
setup a directory ready for a test