summaryrefslogtreecommitdiff
path: root/demoscript/IceGrid/allocate.py
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2014-07-14 20:38:36 +0200
committerJose <jose@zeroc.com>2014-07-14 20:38:36 +0200
commit563ed664a85b9de91d4d6537e654701fdfa3eb9f (patch)
tree6071ea301068f01d43bf71aaea65325a68070e7b /demoscript/IceGrid/allocate.py
parentIce-5123 Improve TestUtil.py watch dog thread (diff)
downloadice-563ed664a85b9de91d4d6537e654701fdfa3eb9f.tar.bz2
ice-563ed664a85b9de91d4d6537e654701fdfa3eb9f.tar.xz
ice-563ed664a85b9de91d4d6537e654701fdfa3eb9f.zip
Demo script fixes
Diffstat (limited to 'demoscript/IceGrid/allocate.py')
-rwxr-xr-xdemoscript/IceGrid/allocate.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/demoscript/IceGrid/allocate.py b/demoscript/IceGrid/allocate.py
index eb47ca8ed19..9760148d506 100755
--- a/demoscript/IceGrid/allocate.py
+++ b/demoscript/IceGrid/allocate.py
@@ -35,7 +35,8 @@ def run(clientCmd):
sys.stdout.write("starting icegridnode... ")
sys.stdout.flush()
node = Util.spawn(Util.getIceGridNode() + ' --Ice.Config=config.grid --Ice.PrintAdapterReady %s' % (args))
- node.expect('IceGrid.Registry.Internal ready\nIceGrid.Registry.Server ready\nIceGrid.Registry.Client ready\nIceGrid.Node ready')
+ node.expect('IceGrid.Registry.Internal ready\nIceGrid.Registry.Server ready\nIceGrid.Registry.Client ready' +
+ '\nIceGrid.Registry.Discovery ready\nIceGrid.Node ready')
print("ok")
sys.stdout.write("deploying application... ")