Parcourir la source

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.

Coleen O'Brien il y a 11 ans
Parent
commit
13e9ea2f46
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      tests/lettuce/features/terrain/bind10_control.py

+ 2 - 1
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: