Skip to content

Commit

Permalink
s4-wintest: --use-s3fs in wintest
Browse files Browse the repository at this point in the history
  • Loading branch information
abartlet committed May 2, 2012
1 parent 63f2d10 commit b6b4364
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wintest/test-s4-howto.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b6b4364

Please sign in to comment.