]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Updated bind_control.py which did not make it in in last commit - this
authorColeen O'Brien <coleen@isc.org>
Thu, 30 Jan 2014 23:14:47 +0000 (18:14 -0500)
committerColeen O'Brien <coleen@isc.org>
Thu, 30 Jan 2014 23:14:47 +0000 (18:14 -0500)
   references the stored default_user.csv file so lettuce tests run.
   Change reviewed by jreed in jabber.

tests/lettuce/features/terrain/bind10_control.py

index 701fac4859a3f9bf2df695130e84d7ca25933740..97f582cde723a5887b9e421d576da072c5b0e2bc 100644 (file)
@@ -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: