From d4eb4fe05f5d3478d4de4cc5849b17975adf8e76 Mon Sep 17 00:00:00 2001 From: makkalot Date: Sun, 15 Jun 2008 12:17:54 +0300 Subject: change for my minion --- test/unittest/test_client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test') 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 -- cgit