BIND 10 master, updated. 13e9ea2f4647b3f0b953bce7562ad71f39b7472f 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.
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu Jan 30 23:16:42 UTC 2014
The branch, master has been updated
via 13e9ea2f4647b3f0b953bce7562ad71f39b7472f (commit)
from 4665a8ff7f7d2667c4d586f7d54478edf683cfd9 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 13e9ea2f4647b3f0b953bce7562ad71f39b7472f
Author: Coleen O'Brien <coleen at isc.org>
Date: Thu Jan 30 18:14:47 2014 -0500
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.
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/features/terrain/bind10_control.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/terrain/bind10_control.py b/tests/lettuce/features/terrain/bind10_control.py
index 701fac4..97f582c 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:
More information about the bind10-changes
mailing list