summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/unittest/test_client.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py
index c92224e..12a47bc 100644
--- a/test/unittest/test_client.py
+++ b/test/unittest/test_client.py
@@ -14,7 +14,8 @@ import socket
class BaseTest:
# assume we are talking to localhost
# th = socket.gethostname()
- th = socket.getfqdn()
+ m = "acervirtual.evlan.com"
+ th = socket.getfqdn(m)
nforks=1
async=False