summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-15 12:17:54 +0300
committermakkalot <makkalot@gmail.com>2008-06-15 12:17:54 +0300
commitd4eb4fe05f5d3478d4de4cc5849b17975adf8e76 (patch)
tree3ce7f7ae96008678be3433512185c6a372ddb772 /test
parent51719e470bba1543c151ba5051e48c419f5fe019 (diff)
downloadfunc-d4eb4fe05f5d3478d4de4cc5849b17975adf8e76.tar.gz
func-d4eb4fe05f5d3478d4de4cc5849b17975adf8e76.tar.xz
func-d4eb4fe05f5d3478d4de4cc5849b17975adf8e76.zip
change for my minion
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