summaryrefslogtreecommitdiff
path: root/demoscript/IceBox/hello.py
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2007-09-27 11:37:26 -0400
committerBernard Normier <bernard@zeroc.com>2007-09-27 11:37:26 -0400
commit29aad94424e506d30ba89c18e3ce3d5fecc03dcc (patch)
tree9acda23df0d372428fe500ff55a02d07db382792 /demoscript/IceBox/hello.py
parentSquashed commit of the following: (diff)
downloadice-29aad94424e506d30ba89c18e3ce3d5fecc03dcc.tar.bz2
ice-29aad94424e506d30ba89c18e3ce3d5fecc03dcc.tar.xz
ice-29aad94424e506d30ba89c18e3ce3d5fecc03dcc.zip
iceboxadmin is now using IceBoxAdmin.ServiceManager.Proxy
Diffstat (limited to 'demoscript/IceBox/hello.py')
-rwxr-xr-xdemoscript/IceBox/hello.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/demoscript/IceBox/hello.py b/demoscript/IceBox/hello.py
index 7932dd64ad2..b31e21903f5 100755
--- a/demoscript/IceBox/hello.py
+++ b/demoscript/IceBox/hello.py
@@ -65,7 +65,7 @@ def run(client, server):
client.sendline('x')
client.waitTestSuccess()
- admin = demoscript.Util.spawn('iceboxadmin --IceBox.InstanceName=DemoIceBox --IceBox.ServiceManager.Endpoints="tcp -p 9998:ssl -p 9999" shutdown', language="C++")
+ admin = demoscript.Util.spawn('iceboxadmin --IceBoxAdmin.ServiceManager.Proxy="DemoIceBox/admin -f IceBox.ServiceManager:tcp -p 9996 -h 127.0.0.1" shutdown', language="C++")
admin.waitTestSuccess()
server.waitTestSuccess()