]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1818] Set kind of components that are stopped during tests to dispensable
authorMukund Sivaraman <muks@isc.org>
Wed, 11 Apr 2012 13:39:29 +0000 (19:09 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 15 Apr 2012 09:37:06 +0000 (15:07 +0530)
tests/lettuce/configurations/bindctl_commands.config.orig
tests/lettuce/configurations/multi_instance/multi_auth.config.orig

index 148e7230a73ce5f27e5e0310ffae21749a7641e8..458b09252685078711200e016d69efd2e69863ac 100644 (file)
@@ -16,7 +16,7 @@
     },
     "Boss": {
         "components": {
-            "b10-auth": {"kind": "needed", "special": "auth" },
+            "b10-auth": {"kind": "dispensable", "special": "auth" },
             "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
             "b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
             "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
index f181d42fc7fd40afb3d6756ff0705cfd8c2d69d6..e3c1339a4ab7ac9bf476e11037afcab3b84cc877 100644 (file)
@@ -1 +1 @@
-{"version": 2, "Auth": {"listen_on": [{"port": 47806, "address": "0.0.0.0"}]}, "Boss": {"components": {"b10-auth-2": {"kind": "needed", "special": "auth"}, "b10-auth": {"kind": "needed", "special": "auth"}, "b10-cmdctl": {"kind": "needed", "special": "cmdctl"}}}}
+{"version": 2, "Auth": {"listen_on": [{"port": 47806, "address": "0.0.0.0"}]}, "Boss": {"components": {"b10-auth-2": {"kind": "dispensable", "special": "auth"}, "b10-auth": {"kind": "dispensable", "special": "auth"}, "b10-cmdctl": {"kind": "needed", "special": "cmdctl"}}}}