summaryrefslogtreecommitdiff
path: root/cpp/test/Glacier2/router/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Glacier2/router/run.py')
-rwxr-xr-xcpp/test/Glacier2/router/run.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/Glacier2/router/run.py b/cpp/test/Glacier2/router/run.py
index b47e59b3c8f..ac1bd1478b9 100755
--- a/cpp/test/Glacier2/router/run.py
+++ b/cpp/test/Glacier2/router/run.py
@@ -28,9 +28,9 @@ command = router + TestUtil.clientServerOptions + \
r' --Glacier2.Filter.Category.Accept="c1 c2"' + \
r' --Glacier2.Filter.Category.AcceptUser="2"' + \
r' --Glacier2.SessionTimeout="30"' + \
- r' --Glacier2.Client.Endpoints="default -p 12347 -t 10000"' + \
- r' --Glacier2.Server.Endpoints="tcp -h 127.0.0.1 -t 10000"' \
- r' --Glacier2.Admin.Endpoints="tcp -h 127.0.0.1 -p 12348 -t 10000"' + \
+ r' --Ice.OA.Glacier2.Client.Endpoints="default -p 12347 -t 10000"' + \
+ r' --Ice.OA.Glacier2.Server.Endpoints="tcp -h 127.0.0.1 -t 10000"' \
+ r' --Ice.OA.Glacier2.Admin.Endpoints="tcp -h 127.0.0.1 -p 12348 -t 10000"' + \
r' --Glacier2.CryptPasswords="' + toplevel + r'/test/Glacier2/router/passwords"'
print "starting router...",