From: Mukund Sivaraman Date: Wed, 4 Apr 2012 10:54:44 +0000 (+0530) Subject: [1818] Fix b10-stats-httpd address and re-enable check X-Git-Tag: trac2351_base~226^2~116^2~34^2~22 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ff240f0bc7b13b7932054f435b7159f788eaf912;p=thirdparty%2Fkea.git [1818] Fix b10-stats-httpd address and re-enable check --- diff --git a/tests/lettuce/configurations/example.org.config.orig b/tests/lettuce/configurations/example.org.config.orig index 17f7608160..148e7230a7 100644 --- a/tests/lettuce/configurations/example.org.config.orig +++ b/tests/lettuce/configurations/example.org.config.orig @@ -21,7 +21,7 @@ "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" }, "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" }, "b10-stats": { "address": "Stats", "kind": "dispensable" }, - "b10-stats-httpd": { "address": "Stats", "kind": "dispensable" }, + "b10-stats-httpd": { "address": "StatsHttpd", "kind": "dispensable" }, "b10-cmdctl": { "special": "cmdctl", "kind": "needed" } } } diff --git a/tests/lettuce/features/bindctl_commands.feature b/tests/lettuce/features/bindctl_commands.feature index 7d4ac70dd4..541d993fc4 100644 --- a/tests/lettuce/features/bindctl_commands.feature +++ b/tests/lettuce/features/bindctl_commands.feature @@ -34,5 +34,5 @@ Feature: control with bindctl bind10 module Zonemgr should not be running bind10 module Xfrin should not be running bind10 module Auth should not be running -# bind10 module StatsHttpd should not be running + bind10 module StatsHttpd should not be running bind10 module Stats should not be running