]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1818] Fix b10-stats-httpd address and re-enable check
authorMukund Sivaraman <muks@isc.org>
Wed, 4 Apr 2012 10:54:44 +0000 (16:24 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 15 Apr 2012 09:33:57 +0000 (15:03 +0530)
tests/lettuce/configurations/example.org.config.orig
tests/lettuce/features/bindctl_commands.feature

index 17f760816014cc9964d21230f998fc6fb9e024db..148e7230a73ce5f27e5e0310ffae21749a7641e8 100644 (file)
@@ -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" }
         }
     }
index 7d4ac70dd4178e6615fd2687bf69891774ed63e5..541d993fc465e3f02a8e3875d83eb1525d955ec8 100644 (file)
@@ -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