Browse Source

[1863] Make stats-httpd listen on a non-default port for lettuce tests

Mukund Sivaraman 13 years ago
parent
commit
2fd8732e2b
1 changed files with 6 additions and 0 deletions
  1. 6 0
      tests/lettuce/configurations/bindctl_commands.config.orig

+ 6 - 0
tests/lettuce/configurations/bindctl_commands.config.orig

@@ -14,6 +14,12 @@
             "address": "127.0.0.1"
             "address": "127.0.0.1"
         } ]
         } ]
     },
     },
+    "StatsHttpd": {
+        "listen_on": [ {
+            "port": 47811,
+            "address": "127.0.0.1"
+        } ]
+    },
     "Boss": {
     "Boss": {
         "components": {
         "components": {
             "b10-auth": {"kind": "dispensable", "special": "auth" },
             "b10-auth": {"kind": "dispensable", "special": "auth" },