mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-30 21:45:37 +00:00
[1818] Set kind of components that are stopped during tests to dispensable
This commit is contained in:
@@ -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 @@
|
||||
{"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"}}}}
|
||||
|
Reference in New Issue
Block a user