From: Mukund Sivaraman Date: Wed, 4 Apr 2012 11:07:50 +0000 (+0530) Subject: [1818] Start more components when running lettuce tests X-Git-Tag: trac2351_base~226^2~116^2~34^2~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0a9dad718d84b7de43478df6804da1da25e5dab9;p=thirdparty%2Fkea.git [1818] Start more components when running lettuce tests --- diff --git a/tests/lettuce/configurations/example.org.inmem.config b/tests/lettuce/configurations/example.org.inmem.config index fa5f954083..147ed5e01f 100644 --- a/tests/lettuce/configurations/example.org.inmem.config +++ b/tests/lettuce/configurations/example.org.inmem.config @@ -1 +1,13 @@ -{"version": 2, "Logging": {"loggers": [{"severity": "DEBUG", "name": "auth", "debuglevel": 99}]}, "Auth": {"database_file": "", "listen_on": [{"port": 47806, "address": "127.0.0.1"}], "datasources": [{"zones": [{"origin": "example.org", "file": "data/example.org"}], "type": "memory"}]}} +{"version": 2, "Logging": {"loggers": [{"severity": "DEBUG", "name": "auth", "debuglevel": 99}]}, "Auth": {"database_file": "", "listen_on": [{"port": 47806, "address": "127.0.0.1"}], "datasources": [{"zones": [{"origin": "example.org", "file": "data/example.org"}], "type": "memory"}]}, + "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-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" }, + "b10-cmdctl": { "special": "cmdctl", "kind": "needed" } + } + } +} diff --git a/tests/lettuce/configurations/example2.org.config b/tests/lettuce/configurations/example2.org.config index a6afb5b4d6..8b96bdd52c 100644 --- a/tests/lettuce/configurations/example2.org.config +++ b/tests/lettuce/configurations/example2.org.config @@ -14,5 +14,16 @@ "port": 47807, "address": "::1" } ] + }, + "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-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" }, + "b10-cmdctl": { "special": "cmdctl", "kind": "needed" } + } } } diff --git a/tests/lettuce/configurations/ixfr-out/testset1-config.db b/tests/lettuce/configurations/ixfr-out/testset1-config.db index ba4c21591d..ad210a4d41 100644 --- a/tests/lettuce/configurations/ixfr-out/testset1-config.db +++ b/tests/lettuce/configurations/ixfr-out/testset1-config.db @@ -1 +1,13 @@ -{"Xfrin": {"zones": [{"use_ixfr": true, "class": "IN", "name": "example.com.", "master_addr": "178.18.82.80"}]}, "version": 2, "Logging": {"loggers": [{"debuglevel": 99, "severity": "DEBUG", "output_options": [{"output": "stderr", "flush": true}], "name": "*"}]}, "Auth": {"database_file": "data/ixfr-out/zones.sqlite3", "listen_on": [{"port": 47806, "address": "::"}, {"port": 47806, "address": "0.0.0.0"}]}} +{"Xfrin": {"zones": [{"use_ixfr": true, "class": "IN", "name": "example.com.", "master_addr": "178.18.82.80"}]}, "version": 2, "Logging": {"loggers": [{"debuglevel": 99, "severity": "DEBUG", "output_options": [{"output": "stderr", "flush": true}], "name": "*"}]}, "Auth": {"database_file": "data/ixfr-out/zones.sqlite3", "listen_on": [{"port": 47806, "address": "::"}, {"port": 47806, "address": "0.0.0.0"}]}, + "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-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" }, + "b10-cmdctl": { "special": "cmdctl", "kind": "needed" } + } + } +} diff --git a/tests/lettuce/configurations/no_db_file.config b/tests/lettuce/configurations/no_db_file.config index f865354fce..7aaca0012d 100644 --- a/tests/lettuce/configurations/no_db_file.config +++ b/tests/lettuce/configurations/no_db_file.config @@ -6,5 +6,16 @@ "port": 47806, "address": "127.0.0.1" } ] + }, + "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-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" }, + "b10-cmdctl": { "special": "cmdctl", "kind": "needed" } + } } } diff --git a/tests/lettuce/configurations/xfrin/retransfer_master.conf b/tests/lettuce/configurations/xfrin/retransfer_master.conf index a9d544022a..02e91f7503 100644 --- a/tests/lettuce/configurations/xfrin/retransfer_master.conf +++ b/tests/lettuce/configurations/xfrin/retransfer_master.conf @@ -18,5 +18,16 @@ "zone_config": [ { "origin": "example.org" } ] + }, + "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-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" }, + "b10-cmdctl": { "special": "cmdctl", "kind": "needed" } + } } } diff --git a/tests/lettuce/configurations/xfrin/retransfer_slave.conf b/tests/lettuce/configurations/xfrin/retransfer_slave.conf index 51622cdbfc..bfbb3ca548 100644 --- a/tests/lettuce/configurations/xfrin/retransfer_slave.conf +++ b/tests/lettuce/configurations/xfrin/retransfer_slave.conf @@ -13,5 +13,16 @@ "port": 47806, "address": "127.0.0.1" } ] + }, + "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-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" }, + "b10-cmdctl": { "special": "cmdctl", "kind": "needed" } + } } }