summaryrefslogtreecommitdiff
path: root/cpp/config/TestUtil.py
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2001-11-22 18:09:35 +0000
committerMarc Laukien <marc@zeroc.com>2001-11-22 18:09:35 +0000
commit04c5269b71c40ae4b88bf9e1782d8ca4de995014 (patch)
tree1605761e4ce45118f7c8e36c92da70a8b858ab72 /cpp/config/TestUtil.py
parentpreparation for blobification (diff)
downloadice-04c5269b71c40ae4b88bf9e1782d8ca4de995014.tar.bz2
ice-04c5269b71c40ae4b88bf9e1782d8ca4de995014.tar.xz
ice-04c5269b71c40ae4b88bf9e1782d8ca4de995014.zip
fixes
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r--cpp/config/TestUtil.py7
1 files changed, 5 insertions, 2 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py
index 034e5f0decf..2c387f0222c 100644
--- a/cpp/config/TestUtil.py
+++ b/cpp/config/TestUtil.py
@@ -11,7 +11,7 @@
import sys, os
-protocol = "ssl"
+protocol = "tcp"
serverOptions = \
" --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.WarnAboutServerExceptions=1 --Ice.ServerIdleTime=30" + \
@@ -20,10 +20,13 @@ serverOptions = \
clientOptions = \
" --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=client_sslconfig.xml --Ice.Protocol=" + protocol
-collocatedOptions = \
+clientServerOptions = \
" --Ice.PrintProcessId --Ice.PrintAdapterReady --Ice.WarnAboutServerExceptions=1 --Ice.ServerIdleTime=30" + \
" --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=sslconfig.xml --Ice.Protocol=" + protocol
+collocatedOptions = \
+" --Ice.Ssl.CertPath=TOPLEVELDIR/certs --Ice.Ssl.Config=sslconfig.xml --Ice.Protocol=" + protocol
+
serverPids = []
def killServers():