Browse Source

[master] added boss configuration to the newly added lettuce tests with #1792.

the server components now need to be specified explicitly.
JINMEI Tatuya 13 years ago
parent
commit
149ac337e9

+ 8 - 0
tests/lettuce/configurations/inmemory_over_sqlite3/secondary.conf

@@ -20,5 +20,13 @@
             "port": 47806,
             "port": 47806,
             "address": "127.0.0.1"
             "address": "127.0.0.1"
         } ]
         } ]
+    },
+    "Boss": {
+        "components": {
+            "b10-auth": { "kind": "needed", "special": "auth" },
+            "b10-xfrin": { "address": "Xfrin", "kind": "dispensable" },
+            "b10-zonemgr": { "address": "Zonemgr", "kind": "dispensable" },
+            "b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
+        }
     }
     }
 }
 }