diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-02 10:45:15 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-02 10:53:51 +1000 |
commit | b6b4364a3d08b9c5d5b03338e24bf14afff9632b (patch) | |
tree | 013012522a5c75b50c9c364e8954ab5f5375eed1 /wintest | |
parent | 63f2d1060eb889e755078bb2b52dec3909ad4792 (diff) | |
download | samba-b6b4364a3d08b9c5d5b03338e24bf14afff9632b.tar.gz samba-b6b4364a3d08b9c5d5b03338e24bf14afff9632b.tar.bz2 samba-b6b4364a3d08b9c5d5b03338e24bf14afff9632b.zip |
s4-wintest: --use-s3fs in wintest
Diffstat (limited to 'wintest')
-rwxr-xr-x | wintest/test-s4-howto.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/wintest/test-s4-howto.py b/wintest/test-s4-howto.py index 36beabb2e3..032c3122ea 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) |