Parcourir la source

Start more components when running glue tests

Mukund Sivaraman il y a 13 ans
Parent
commit
b303b434d9
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. 10 0
      tests/system/glue/nsx1/b10-config.db.in

+ 10 - 0
tests/system/glue/nsx1/b10-config.db.in

@@ -2,5 +2,15 @@
  "Auth": {
    "listen_on": [{"address": "10.53.0.1", "port": 53210}],
    "database_file": "@abs_builddir@/zone.sqlite3"
+ },
+ "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" }
+   }
  }
 }