Browse 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 11 years ago
parent
commit
13e9ea2f46
1 changed files with 2 additions and 1 deletions
  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: