diff options
author | Marc Laukien <marc@zeroc.com> | 2004-08-25 00:23:58 +0000 |
---|---|---|
committer | Marc Laukien <marc@zeroc.com> | 2004-08-25 00:23:58 +0000 |
commit | 125a739d03d2cf7c6071af645a48c5c086ea1772 (patch) | |
tree | 69b4a22aa8c9e9952a0f583be6061b0384e4e668 /cpp/config/TestUtil.py | |
parent | args parsing (diff) | |
download | ice-125a739d03d2cf7c6071af645a48c5c086ea1772.tar.bz2 ice-125a739d03d2cf7c6071af645a48c5c086ea1772.tar.xz ice-125a739d03d2cf7c6071af645a48c5c086ea1772.zip |
host for tests
Diffstat (limited to 'cpp/config/TestUtil.py')
-rw-r--r-- | cpp/config/TestUtil.py | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/cpp/config/TestUtil.py b/cpp/config/TestUtil.py index f6f2599b9e9..3b36cf6638f 100644 --- a/cpp/config/TestUtil.py +++ b/cpp/config/TestUtil.py @@ -25,14 +25,13 @@ protocol = "ssl" compress = 1 # -# Set the host to the host name the test servers are running on. If -# not set, Ice will try to find out the IP address for the -# hostname. If you DNS isn't set up propertly, you should therefore -# use "localhost". +# If you don't set "host" below, then the Ice library will try to find +# out the IP address of this host. For the Ice test suite, it's best +# to set the IP address explicitly to 127.0.0.1. This avoid problems +# with incorrect DNS or hostname setups. # -#host = "someotherhost" -host = "localhost" +host = "127.0.0.1" # # Don't change anything below this line! |