BIND 10 trac1818, updated. 58934071aab7245475b1521ab7272d5afb3a1cee [1818] Set kind of components that are stopped during tests to dispensable

BIND 10 source code commits bind10-changes at lists.isc.org
Wed Apr 11 13:39:46 UTC 2012


The branch, trac1818 has been updated
       via  58934071aab7245475b1521ab7272d5afb3a1cee (commit)
      from  e3fe4884797c4a096cf6cef9fa75d7f317b063f7 (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 58934071aab7245475b1521ab7272d5afb3a1cee
Author: Mukund Sivaraman <muks at isc.org>
Date:   Wed Apr 11 19:09:29 2012 +0530

    [1818] Set kind of components that are stopped during tests to dispensable

-----------------------------------------------------------------------

Summary of changes:
 .../configurations/bindctl_commands.config.orig    |    2 +-
 .../multi_instance/multi_auth.config.orig          |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/bindctl_commands.config.orig b/tests/lettuce/configurations/bindctl_commands.config.orig
index 148e723..458b092 100644
--- a/tests/lettuce/configurations/bindctl_commands.config.orig
+++ b/tests/lettuce/configurations/bindctl_commands.config.orig
@@ -16,7 +16,7 @@
     },
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-auth": {"kind": "dispensable", "special": "auth" },
             "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
             "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
             "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
diff --git a/tests/lettuce/configurations/multi_instance/multi_auth.config.orig b/tests/lettuce/configurations/multi_instance/multi_auth.config.orig
index f181d42..e3c1339 100644
--- a/tests/lettuce/configurations/multi_instance/multi_auth.config.orig
+++ b/tests/lettuce/configurations/multi_instance/multi_auth.config.orig
@@ -1 +1 @@
-{"version": 2, "Auth": {"listen_on": [{"port": 47806, "address": "0.0.0.0"}]}, "Boss": {"components": {"b10-auth-2": {"kind": "needed", "special": "auth"}, "b10-auth": {"kind": "needed", "special": "auth"}, "b10-cmdctl": {"kind": "needed", "special": "cmdctl"}}}}
+{"version": 2, "Auth": {"listen_on": [{"port": 47806, "address": "0.0.0.0"}]}, "Boss": {"components": {"b10-auth-2": {"kind": "dispensable", "special": "auth"}, "b10-auth": {"kind": "dispensable", "special": "auth"}, "b10-cmdctl": {"kind": "needed", "special": "cmdctl"}}}}



More information about the bind10-changes mailing list