1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

s4-wintest: --use-s3fs in wintest

This commit is contained in:
Andrew Bartlett 2012-05-02 10:45:15 +10:00
parent 63f2d1060e
commit b6b4364a3d

View File

@ -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)