torture: added samba4-ntvfs target
authorAndrew Tridgell <tridge@samba.org>
Thu, 9 Feb 2012 03:33:09 +0000 (14:33 +1100)
committerAndrew Tridgell <tridge@samba.org>
Thu, 9 Feb 2012 04:41:50 +0000 (15:41 +1100)
this will be used for the samba4 server with the ntvfs backend

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>

source4/torture/smbtorture.c

index 934e0a7b2fa4b06d5cd84d1f3c6f35cd967db83b..04ba94d3e07cebde770cbbefaf0d4371e8483677 100644 (file)
@@ -548,6 +548,9 @@ int main(int argc,char *argv[])
                lpcfg_set_cmdline(cmdline_lp_ctx, "torture:resume_key_support", "false");
        } else if (strcmp(target, "samba4") == 0) {
                lpcfg_set_cmdline(cmdline_lp_ctx, "torture:samba4", "true");
+       } else if (strcmp(target, "samba4-ntvfs") == 0) {
+               lpcfg_set_cmdline(cmdline_lp_ctx, "torture:samba4", "true");
+               lpcfg_set_cmdline(cmdline_lp_ctx, "torture:samba4-ntvfs", "true");
        } else if (strcmp(target, "winxp") == 0) {
                lpcfg_set_cmdline(cmdline_lp_ctx, "torture:winxp", "true");
        } else if (strcmp(target, "w2k3") == 0) {