diff options
author | Diva Canto | 2015-05-10 21:49:24 -0700 |
---|---|---|
committer | Diva Canto | 2015-05-10 21:49:24 -0700 |
commit | eb9b16d2849de438f20bb269ef3ea93e33f4d18d (patch) | |
tree | 928b4b92efa3d7fc42fd431fecdd0fa5895bbebb /bin | |
parent | Added this form that comes handy for testing the grid service in Robust. (diff) | |
download | opensim-SC_OLD-eb9b16d2849de438f20bb269ef3ea93e33f4d18d.zip opensim-SC_OLD-eb9b16d2849de438f20bb269ef3ea93e33f4d18d.tar.gz opensim-SC_OLD-eb9b16d2849de438f20bb269ef3ea93e33f4d18d.tar.bz2 opensim-SC_OLD-eb9b16d2849de438f20bb269ef3ea93e33f4d18d.tar.xz |
Added simple test for IM in Robust too.
Changed Inventory data to use the mock one in Common Tests. (but still not inventory tests)
Diffstat (limited to 'bin')
-rw-r--r-- | bin/Robust.Tests.ini | 58 |
1 files changed, 15 insertions, 43 deletions
diff --git a/bin/Robust.Tests.ini b/bin/Robust.Tests.ini index fc405f9..e2568df 100644 --- a/bin/Robust.Tests.ini +++ b/bin/Robust.Tests.ini | |||
@@ -53,10 +53,12 @@ | |||
53 | [ServiceList] | 53 | [ServiceList] |
54 | GridServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:GridServiceConnector" | 54 | GridServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:GridServiceConnector" |
55 | PresenceServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:PresenceServiceConnector" | 55 | PresenceServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:PresenceServiceConnector" |
56 | InstantMessageServerConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:InstantMessageServerConnector" | ||
56 | 57 | ||
57 | ;InventoryInConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XInventoryInConnector" | ||
58 | ;UserAccountServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:UserAccountServiceConnector" | 58 | ;UserAccountServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:UserAccountServiceConnector" |
59 | 59 | ||
60 | InventoryInConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:XInventoryInConnector" | ||
61 | |||
60 | ;; Uncomment as more tests are added | 62 | ;; Uncomment as more tests are added |
61 | ;AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" | 63 | ;AssetServiceConnector = "${Const|PrivatePort}/OpenSim.Server.Handlers.dll:AssetServiceConnector" |
62 | ;GridInfoServerInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" | 64 | ;GridInfoServerInConnector = "${Const|PublicPort}/OpenSim.Server.Handlers.dll:GridInfoServerInConnector" |
@@ -151,6 +153,9 @@ | |||
151 | [InventoryService] | 153 | [InventoryService] |
152 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" | 154 | LocalServiceModule = "OpenSim.Services.InventoryService.dll:XInventoryService" |
153 | 155 | ||
156 | StorageProvider = "OpenSim.Tests.Common.dll" | ||
157 | ConnectionString = "" | ||
158 | |||
154 | ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed? | 159 | ; Will calls to purge folders (empty trash) and immediately delete/update items or folders (not move to trash first) succeed? |
155 | ; If this is set to false then some other arrangement must be made to perform these operations if necessary. | 160 | ; If this is set to false then some other arrangement must be made to perform these operations if necessary. |
156 | AllowDelete = true | 161 | AllowDelete = true |
@@ -194,41 +199,6 @@ | |||
194 | ExportSupported = true | 199 | ExportSupported = true |
195 | 200 | ||
196 | 201 | ||
197 | ; * This is the configuration for the freeswitch server in grid mode | ||
198 | [FreeswitchService] | ||
199 | LocalServiceModule = "OpenSim.Services.FreeswitchService.dll:FreeswitchService" | ||
200 | |||
201 | ;; The IP address of your FreeSWITCH server. | ||
202 | ;; This address must be reachable by viewers. | ||
203 | ; ServerAddress = 127.0.0.1 | ||
204 | |||
205 | ;; The following configuration parameters are optional | ||
206 | |||
207 | ;; By default, this is the same as the ServerAddress | ||
208 | ; Realm = 127.0.0.1 | ||
209 | |||
210 | ;; By default, this is the same as the ServerAddress on port 5060 | ||
211 | ; SIPProxy = 127.0.0.1:5060 | ||
212 | |||
213 | ;; Default is 5000ms | ||
214 | ; DefaultTimeout = 5000 | ||
215 | |||
216 | ;; The dial plan context. Default is "default" | ||
217 | ; Context = default | ||
218 | |||
219 | ;; Currently unused | ||
220 | ; UserName = freeswitch | ||
221 | |||
222 | ;; Currently unused | ||
223 | ; Password = password | ||
224 | |||
225 | ;; The following parameters are for STUN = Simple Traversal of UDP through NATs | ||
226 | ;; See http://wiki.freeswitch.org/wiki/NAT_Traversal | ||
227 | ;; stun.freeswitch.org is not guaranteed to be running so use it in | ||
228 | ;; production at your own risk | ||
229 | ; EchoServer = 127.0.0.1 | ||
230 | ; EchoPort = 50505 | ||
231 | ; AttemptSTUN = false | ||
232 | 202 | ||
233 | 203 | ||
234 | ; * This is the new style authentication service. Currently, only MySQL | 204 | ; * This is the new style authentication service. Currently, only MySQL |
@@ -251,12 +221,6 @@ | |||
251 | ; AllowSetPassword = false | 221 | ; AllowSetPassword = false |
252 | 222 | ||
253 | 223 | ||
254 | [OpenIdService] | ||
255 | ; for the server connector | ||
256 | AuthenticationServiceModule = "OpenSim.Services.AuthenticationService.dll:PasswordAuthenticationService" | ||
257 | UserAccountServiceModule = "OpenSim.Services.UserAccountService.dll:UserAccountService" | ||
258 | |||
259 | |||
260 | ; * This is the new style authentication service. Currently, only MySQL | 224 | ; * This is the new style authentication service. Currently, only MySQL |
261 | ; * is implemented. "Realm" is the table that is used for user lookup. | 225 | ; * is implemented. "Realm" is the table that is used for user lookup. |
262 | ; * It defaults to "useraccounts", which uses the new style. | 226 | ; * It defaults to "useraccounts", which uses the new style. |
@@ -436,7 +400,7 @@ | |||
436 | 400 | ||
437 | [Messaging] | 401 | [Messaging] |
438 | ; OfflineIM | 402 | ; OfflineIM |
439 | OfflineIMService = "OpenSim.Addons.OfflineIM.dll:OfflineIMService" | 403 | OfflineIMService = "" |
440 | 404 | ||
441 | 405 | ||
442 | [GridInfoService] | 406 | [GridInfoService] |
@@ -493,3 +457,11 @@ | |||
493 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" | 457 | LocalServiceModule = "OpenSim.Server.Handlers.dll:XBakes" |
494 | ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. | 458 | ;; This directory must be writable by the user ROBUST runs as. It will be created automatically. |
495 | BaseDirectory = "./bakes" | 459 | BaseDirectory = "./bakes" |
460 | |||
461 | [HGInstantMessageService] | ||
462 | LocalServiceModule = "OpenSim.Services.HypergridService.dll:HGInstantMessageService" | ||
463 | GridService = "OpenSim.Services.GridService.dll:GridService" | ||
464 | PresenceService = "OpenSim.Services.PresenceService.dll:PresenceService" | ||
465 | UserAgentService = "" | ||
466 | ; This should always be true in the Robust config | ||
467 | InGatekeeper = True | ||