summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/update/run.py
diff options
context:
space:
mode:
authorBrent Eagles <brent@zeroc.com>2006-02-20 19:30:02 +0000
committerBrent Eagles <brent@zeroc.com>2006-02-20 19:30:02 +0000
commit69ee255be9ce374075d1a31020b48de7788374e1 (patch)
treedc3a4e00a8407905447e79a78d11800bb616b2c4 /cpp/test/IceGrid/update/run.py
parent- Removed unused collocation optimization code. (diff)
downloadice-69ee255be9ce374075d1a31020b48de7788374e1.tar.bz2
ice-69ee255be9ce374075d1a31020b48de7788374e1.tar.xz
ice-69ee255be9ce374075d1a31020b48de7788374e1.zip
Changing demo and test port numbers.
Diffstat (limited to 'cpp/test/IceGrid/update/run.py')
-rwxr-xr-xcpp/test/IceGrid/update/run.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/test/IceGrid/update/run.py b/cpp/test/IceGrid/update/run.py
index 09160a839fc..206e613e01a 100755
--- a/cpp/test/IceGrid/update/run.py
+++ b/cpp/test/IceGrid/update/run.py
@@ -29,11 +29,11 @@ client = os.path.join(testdir, "client")
# Add locator options for the client and server. Since the server
# invokes on the locator it's also considered to be a client.
#
-additionalOptions = " --Ice.Default.Locator=\"IceGrid/Locator:default -p 12345\" " + \
+additionalOptions = " --Ice.Default.Locator=\"IceGrid/Locator:default -p 12010\" " + \
"--Ice.PrintAdapterReady=0 --Ice.PrintProcessId=0 --IceDir=\"" + toplevel + "\" --TestDir=\"" + testdir + "\""
IceGridAdmin.cleanDbDir(os.path.join(testdir, "db"))
-iceGridRegistryThread = IceGridAdmin.startIceGridRegistry("12345", testdir, 0)
+iceGridRegistryThread = IceGridAdmin.startIceGridRegistry("12010", testdir, 0)
iceGridNodeThread = IceGridAdmin.startIceGridNode(testdir)
node1Dir = os.path.join(testdir, "db", "node-1")