BIND 10 trac1818, updated. df9b61bbd3088869488d0b83357f39957c3a6a1a [1818] Fix rest of the lettuce tests (these were missing the resolver component)
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue Apr 10 06:38:27 UTC 2012
The branch, trac1818 has been updated
via df9b61bbd3088869488d0b83357f39957c3a6a1a (commit)
from e0eb3a09777487527e56395ca138334aedc0283c (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 df9b61bbd3088869488d0b83357f39957c3a6a1a
Author: Mukund Sivaraman <muks at isc.org>
Date: Tue Apr 10 12:07:53 2012 +0530
[1818] Fix rest of the lettuce tests (these were missing the resolver component)
-----------------------------------------------------------------------
Summary of changes:
.../lettuce/configurations/example.org.config.orig | 3 ++-
.../configurations/example.org.inmem.config | 3 ++-
.../configurations/xfrin/retransfer_slave.conf | 3 ++-
3 files changed, 6 insertions(+), 3 deletions(-)
-----------------------------------------------------------------------
diff --git a/tests/lettuce/configurations/example.org.config.orig b/tests/lettuce/configurations/example.org.config.orig
index 148e723..bc734ee 100644
--- a/tests/lettuce/configurations/example.org.config.orig
+++ b/tests/lettuce/configurations/example.org.config.orig
@@ -22,7 +22,8 @@
"b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
"b10-stats": { "address": "Stats", "kind": "dispensable" },
"b10-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" },
- "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
+ "b10-cmdctl": { "special": "cmdctl", "kind": "needed" },
+ "b10-resolver": {"kind": "needed", "special": "resolver"}
}
}
}
diff --git a/tests/lettuce/configurations/example.org.inmem.config b/tests/lettuce/configurations/example.org.inmem.config
index 147ed5e..5544f58 100644
--- a/tests/lettuce/configurations/example.org.inmem.config
+++ b/tests/lettuce/configurations/example.org.inmem.config
@@ -7,7 +7,8 @@
"b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
"b10-stats": { "address": "Stats", "kind": "dispensable" },
"b10-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" },
- "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
+ "b10-cmdctl": { "special": "cmdctl", "kind": "needed" },
+ "b10-resolver": {"kind": "needed", "special": "resolver"}
}
}
}
diff --git a/tests/lettuce/configurations/xfrin/retransfer_slave.conf b/tests/lettuce/configurations/xfrin/retransfer_slave.conf
index bfbb3ca..0934469 100644
--- a/tests/lettuce/configurations/xfrin/retransfer_slave.conf
+++ b/tests/lettuce/configurations/xfrin/retransfer_slave.conf
@@ -22,7 +22,8 @@
"b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
"b10-stats": { "address": "Stats", "kind": "dispensable" },
"b10-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" },
- "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
+ "b10-cmdctl": { "special": "cmdctl", "kind": "needed" },
+ "b10-resolver": {"kind": "needed", "special": "resolver"}
}
}
}
More information about the bind10-changes
mailing list