From b6b4364a3d08b9c5d5b03338e24bf14afff9632b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 2 May 2012 10:45:15 +1000 Subject: s4-wintest: --use-s3fs in wintest --- wintest/test-s4-howto.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'wintest') 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) -- cgit