BIND 10 trac1292, updated. 54d84160bf6ed66a7c86f9f9be8d66ff25f80884 [1292] fix docstring of send_command
BIND 10 source code commits
bind10-changes at lists.isc.org
Mon Nov 14 10:03:57 UTC 2011
The branch, trac1292 has been updated
via 54d84160bf6ed66a7c86f9f9be8d66ff25f80884 (commit)
from 46c206bab683f816304054c3a3f9c21ffa0af2a1 (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 54d84160bf6ed66a7c86f9f9be8d66ff25f80884
Author: Jelte Jansen <jelte at isc.org>
Date: Mon Nov 14 11:03:37 2011 +0100
[1292] fix docstring of send_command
-----------------------------------------------------------------------
Summary of changes:
tests/lettuce/features/terrain/bind10_control.py | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/features/terrain/bind10_control.py b/tests/lettuce/features/terrain/bind10_control.py
index beece5d..fbbb3a2 100644
--- a/tests/lettuce/features/terrain/bind10_control.py
+++ b/tests/lettuce/features/terrain/bind10_control.py
@@ -123,10 +123,9 @@ def set_config_command(step, name, value, cmdctl_port):
@step('send bind10 the command (.+)(?: with cmdctl port (\d+))?')
def send_command(step, command, cmdctl_port):
"""
- Run bindctl, set the given configuration to the given value, and commit it.
+ Run bindctl, send the given command, and exit bindctl.
Parameters:
- name ('configuration <name>'): Identifier of the configuration to set
- value ('to <value>'): value to set it to.
+ command ('the command <command>'): The command to send.
cmdctl_port ('with cmdctl port <portnr>', optional): cmdctl port to send
the command to. Defaults to 47805.
Fails if cmdctl does not exit with status code 0.
More information about the bind10-changes
mailing list