From: Mukund Sivaraman Date: Wed, 11 Apr 2012 14:48:35 +0000 (+0530) Subject: [1863] Make stats-httpd listen on a non-default port for lettuce tests X-Git-Tag: trac2351_base~226^2~116^2~34^2~10 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2fd8732e2b16ad5dffcbf12345e97a05b146c592;p=thirdparty%2Fkea.git [1863] Make stats-httpd listen on a non-default port for lettuce tests --- diff --git a/tests/lettuce/configurations/bindctl_commands.config.orig b/tests/lettuce/configurations/bindctl_commands.config.orig index 458b092526..7fe213a4e5 100644 --- a/tests/lettuce/configurations/bindctl_commands.config.orig +++ b/tests/lettuce/configurations/bindctl_commands.config.orig @@ -14,6 +14,12 @@ "address": "127.0.0.1" } ] }, + "StatsHttpd": { + "listen_on": [ { + "port": 47811, + "address": "127.0.0.1" + } ] + }, "Boss": { "components": { "b10-auth": {"kind": "dispensable", "special": "auth" },