summaryrefslogtreecommitdiffstats
path: root/test/unittest
diff options
context:
space:
mode:
authormakkalot <makkalot@gmail.com>2008-06-30 22:45:13 +0300
committermakkalot <makkalot@gmail.com>2008-06-30 22:45:13 +0300
commite86c3def00d719032a62352ca4f9fc5e88b7cbd1 (patch)
treeb6d8f50b7e4ca28567885a96ec38d58ecb6cd5aa /test/unittest
parent48d76ba1e750d4a6f38cc720663637d3a7f6b3de (diff)
downloadfunc-e86c3def00d719032a62352ca4f9fc5e88b7cbd1.tar.gz
func-e86c3def00d719032a62352ca4f9fc5e88b7cbd1.tar.xz
func-e86c3def00d719032a62352ca4f9fc5e88b7cbd1.zip
remove my minion so others may test it
Diffstat (limited to 'test/unittest')
-rw-r--r--test/unittest/test_client.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py
index 1c81b64..5c4ab21 100644
--- a/test/unittest/test_client.py
+++ b/test/unittest/test_client.py
@@ -14,8 +14,7 @@ import socket
class BaseTest:
# assume we are talking to localhost
# th = socket.gethostname()
- minion = "acervirtual.evlan.com"
- th = socket.getfqdn(minion)
+ th = socket.getfqdn()
nforks=1
async=False