summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRohan McGovern <rohan.mcgovern@nokia.com>2011-02-01 15:48:57 +1000
committerRohan McGovern <rohan.mcgovern@nokia.com>2011-02-01 17:17:08 +1000
commit10af4ffe15c53798ba37949572a702e5fc6a930d (patch)
tree7f136936c69e82d14aa75a1d8bd5727fdabc2ecd
parent0d24f3e4b3e2a17b2c5a17b5a6a7752514ef0791 (diff)
network_test_server: improve /etc/hosts instruction in README.
Explain that both the short and full name for the test server are required in the README. Reviewed-by: Kalle Lehtonen Change-Id: I07430944ed7c6b89ea69cfbffa648acfc11e2aaa
-rw-r--r--README.network_test_server.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.network_test_server.txt b/README.network_test_server.txt
index efae1b9..9af4bf0 100644
--- a/README.network_test_server.txt
+++ b/README.network_test_server.txt
@@ -71,5 +71,9 @@ configuration files remain in use.
As a brief test to see if the server is working, you can try the networkselftest
Qt autotest. On a machine _other_ than the network test server, put the test server
-IP address into /etc/hosts as qt-test-server.qt-test-net, and run the networkselftest
-testcase from Qt; if everything is set up correctly, it should 100% pass.
+IP address into /etc/hosts with short and full name, e.g. :
+
+ 192.168.1.30 qt-test-server qt-test-server.qt-test-net
+
+...and run the networkselftest testcase from Qt; if everything is set up
+correctly, it should 100% pass.