s4-wintest: --use-s3fs in wintest
authorAndrew Bartlett <abartlet@samba.org>
Wed, 2 May 2012 00:45:15 +0000 (10:45 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 2 May 2012 00:53:51 +0000 (10:53 +1000)
wintest/test-s4-howto.py

index 36beabb2e361f82bb780bec1ff75a7d03c5322bb..032c3122ea1670100835643d7846c444cb5bd2ce 100755 (executable)
@@ -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)