BIND 10 trac1818,	updated. 899b308a52dd8fa5027adac3bf72b1f1e4927221 Start more	components when running ixfr tests
    BIND 10 source code commits 
    bind10-changes at lists.isc.org
       
    Mon Apr  2 11:32:51 UTC 2012
    
    
  
The branch, trac1818 has been updated
       via  899b308a52dd8fa5027adac3bf72b1f1e4927221 (commit)
       via  73f348fcf2b57b94883713d7d39103074f0b4b15 (commit)
      from  e3e3c2aad84dbb09f0146e59f28e3acc7062b689 (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 899b308a52dd8fa5027adac3bf72b1f1e4927221
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Apr 2 16:58:12 2012 +0530
    Start more components when running ixfr tests
commit 73f348fcf2b57b94883713d7d39103074f0b4b15
Author: Mukund Sivaraman <muks at isc.org>
Date:   Mon Apr 2 16:57:59 2012 +0530
    Start more components when running glue tests
-----------------------------------------------------------------------
Summary of changes:
 tests/system/glue/nsx1/b10-config.db.in |   10 ++++++++++
 tests/system/ixfr/b10-config.db.in      |   10 ++++++++++
 2 files changed, 20 insertions(+), 0 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/system/glue/nsx1/b10-config.db.in b/tests/system/glue/nsx1/b10-config.db.in
index 0d5a324..660183b 100644
--- a/tests/system/glue/nsx1/b10-config.db.in
+++ b/tests/system/glue/nsx1/b10-config.db.in
@@ -2,5 +2,15 @@
  "Auth": {
    "listen_on": [{"address": "10.53.0.1", "port": 53210}],
    "database_file": "@abs_builddir@/zone.sqlite3"
+ },
+ "Boss": {
+   "components": {
+     "b10-auth": {"kind": "needed", "special": "auth" },
+     "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
+     "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
+     "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
+     "b10-stats": { "address": "Stats", "kind": "dispensable" },
+     "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
+   }
  }
 }
diff --git a/tests/system/ixfr/b10-config.db.in b/tests/system/ixfr/b10-config.db.in
index 946d80f..156c959 100644
--- a/tests/system/ixfr/b10-config.db.in
+++ b/tests/system/ixfr/b10-config.db.in
@@ -19,5 +19,15 @@
             "name": "example.",
             "class": "IN"
         }]
+    },
+    "Boss": {
+        "components": {
+            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
+            "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
+            "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
+            "b10-stats": { "address": "Stats", "kind": "dispensable" },
+            "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
+        }
     }
 }
    
    
More information about the bind10-changes
mailing list