]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Start more components when running ixfr tests
authorMukund Sivaraman <muks@isc.org>
Mon, 2 Apr 2012 11:28:12 +0000 (16:58 +0530)
committerMukund Sivaraman <muks@isc.org>
Sun, 15 Apr 2012 09:33:55 +0000 (15:03 +0530)
tests/system/ixfr/b10-config.db.in

index 946d80f0de22f56a1cb624cf79db137b54e0512b..156c9592b1a81dda327b1db735242e328cdaacff 100644 (file)
             "name": "example.",
             "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" }
+        }
     }
 }