From: Coleen O'Brien Date: Thu, 30 Jan 2014 23:14:47 +0000 (-0500) Subject: Updated bind_control.py which did not make it in in last commit - this X-Git-Tag: bind10-1.2.0beta1-release~88 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13e9ea2f4647b3f0b953bce7562ad71f39b7472f;p=thirdparty%2Fkea.git Updated bind_control.py which did not make it in in last commit - this references the stored default_user.csv file so lettuce tests run. Change reviewed by jreed in jabber. --- diff --git a/tests/lettuce/features/terrain/bind10_control.py b/tests/lettuce/features/terrain/bind10_control.py index 701fac4859..97f582cde7 100644 --- a/tests/lettuce/features/terrain/bind10_control.py +++ b/tests/lettuce/features/terrain/bind10_control.py @@ -136,7 +136,8 @@ def run_bindctl(commands, cmdctl_port=None, ignore_failure=False): """ if cmdctl_port is None: cmdctl_port = 56175 - args = ['bindctl', '-p', str(cmdctl_port)] + + args = ['bindctl', '-p', str(cmdctl_port), '--csv-file-dir=configurations/' ] bindctl = subprocess.Popen(args, 1, None, subprocess.PIPE, subprocess.PIPE, None) for line in commands: