From: Andrew Bartlett Date: Wed, 2 May 2012 00:45:15 +0000 (+1000) Subject: s4-wintest: --use-s3fs in wintest X-Git-Tag: samba-4.0.0alpha21~410 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=b6b4364a3d08b9c5d5b03338e24bf14afff9632b;p=amitay%2Fsamba-autobuild%2F.git s4-wintest: --use-s3fs in wintest --- diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index 36beabb2e36..032c3122ea1 100755 --- a/wintest/test-s4-howto.py +++ b/wintest/test-s4-howto.py @@ -35,7 +35,8 @@ def provision_s4(t, func_level="2008"): '--option=interfaces=${INTERFACE}', '--host-ip=${INTERFACE_IP}', '--option=bind interfaces only=yes', - '--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf'] + '--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf', + '--use-s3fs=yes'] if t.getvar('INTERFACE_IPV6'): provision.append('--host-ip6=${INTERFACE_IPV6}') t.run_cmd(provision)