mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 06:25:34 +00:00
Start more components when running ixfr tests
This commit is contained in:
@@ -19,5 +19,15 @@
|
|||||||
"name": "example.",
|
"name": "example.",
|
||||||
"class": "IN"
|
"class": "IN"
|
||||||
}]
|
}]
|
||||||
|
},
|
||||||
|
"Boss": {
|
||||||
|
"components": {
|
||||||
|
"b10-auth": {"kind": "needed", "special": "auth" },
|
||||||
|
"b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
|
||||||
|
"b10-xfrout": { "address": "Xfrout", "kind": "dispensable" },
|
||||||
|
"b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
|
||||||
|
"b10-stats": { "address": "Stats", "kind": "dispensable" },
|
||||||
|
"b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user