Parcourir la source

[1818] Set kind of components that are stopped during tests to dispensable

Mukund Sivaraman il y a 13 ans
Parent
commit
5a3ba49ea9

+ 1 - 1
tests/lettuce/configurations/bindctl_commands.config.orig

@@ -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" },

+ 1 - 1
tests/lettuce/configurations/multi_instance/multi_auth.config.orig

@@ -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"}}}}