diff options
author | Mark Spruiell <mes@zeroc.com> | 2003-04-23 21:04:19 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2003-04-23 21:04:19 +0000 |
commit | a90a53c6ace9c6c99eeb4e82a7970598d1df0975 (patch) | |
tree | 323d59255370f71bae03f739be4801d0936d35ac /cpp | |
parent | Removed signalShutdown (diff) | |
download | ice-a90a53c6ace9c6c99eeb4e82a7970598d1df0975.tar.bz2 ice-a90a53c6ace9c6c99eeb4e82a7970598d1df0975.tar.xz ice-a90a53c6ace9c6c99eeb4e82a7970598d1df0975.zip |
override Ice.Default.Locator to avoid iceboxadmin error message
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/test/IceStorm/federation/run.py | 2 | ||||
-rwxr-xr-x | cpp/test/IceStorm/federation2/run.py | 2 | ||||
-rwxr-xr-x | cpp/test/IceStorm/single/run.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/cpp/test/IceStorm/federation/run.py b/cpp/test/IceStorm/federation/run.py index 93bc02c9cad..2eab33fb5e6 100755 --- a/cpp/test/IceStorm/federation/run.py +++ b/cpp/test/IceStorm/federation/run.py @@ -32,7 +32,7 @@ iceBox = os.path.join(toplevel, "bin", "icebox") iceBoxAdmin = os.path.join(toplevel, "bin", "iceboxadmin") iceStormAdmin = os.path.join(toplevel, "bin", "icestormadmin") -iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345"' +iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345" --Ice.Default.Locator=' iceStormService = " --IceBox.Service.IceStorm=IceStormService," + TestUtil.getIceVersion() + ":create" + \ ' --IceStorm.TopicManager.Endpoints="default -p 12346"' + \ diff --git a/cpp/test/IceStorm/federation2/run.py b/cpp/test/IceStorm/federation2/run.py index b1e5f76a413..fb9973c5c88 100755 --- a/cpp/test/IceStorm/federation2/run.py +++ b/cpp/test/IceStorm/federation2/run.py @@ -34,7 +34,7 @@ iceBox = os.path.join(toplevel, "bin", "icebox") iceBoxAdmin = os.path.join(toplevel, "bin", "iceboxadmin") iceStormAdmin = os.path.join(toplevel, "bin", "icestormadmin") -iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345"' +iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345" --Ice.Default.Locator=' iceStormService = " --IceBox.Service.IceStorm=IceStormService," + TestUtil.getIceVersion() + ":create" + \ ' --IceStorm.TopicManager.Endpoints="default -p 12346"' + \ diff --git a/cpp/test/IceStorm/single/run.py b/cpp/test/IceStorm/single/run.py index f23e0c37cb0..4569179ef2b 100755 --- a/cpp/test/IceStorm/single/run.py +++ b/cpp/test/IceStorm/single/run.py @@ -32,7 +32,7 @@ iceBox = os.path.join(toplevel, "bin", "icebox") iceBoxAdmin = os.path.join(toplevel, "bin", "iceboxadmin") iceStormAdmin = os.path.join(toplevel, "bin", "icestormadmin") -iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345"' +iceBoxEndpoints = ' --IceBox.ServiceManager.Endpoints="default -p 12345" --Ice.Default.Locator=' iceStormService = " --IceBox.Service.IceStorm=IceStormService," + TestUtil.getIceVersion() + ":create" + \ ' --IceStorm.TopicManager.Endpoints="default -p 12346"' + \ |