wintest: s3fs is now the default in provision
authorAndrew Bartlett <abartlet@samba.org>
Thu, 24 May 2012 22:52:47 +0000 (08:52 +1000)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 25 May 2012 00:17:50 +0000 (10:17 +1000)
wintest/test-s4-howto.py

index 032c3122ea1670100835643d7846c444cb5bd2ce..36beabb2e361f82bb780bec1ff75a7d03c5322bb 100755 (executable)
@@ -35,8 +35,7 @@ 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', 
-               '--use-s3fs=yes']
+               '--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf']
     if t.getvar('INTERFACE_IPV6'):
         provision.append('--host-ip6=${INTERFACE_IPV6}')
     t.run_cmd(provision)