summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-01-23 12:38:13 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-01-23 12:38:13 -0500
commit504041eb26aba41092aa528e1a724fa5554063d7 (patch)
treef27263d205c0304e898028c5993cc04a62f1c939 /test
parent6e901789f539a25b50512c0504a4338fa638a743 (diff)
downloadthird_party-func-504041eb26aba41092aa528e1a724fa5554063d7.tar.gz
third_party-func-504041eb26aba41092aa528e1a724fa5554063d7.tar.xz
third_party-func-504041eb26aba41092aa528e1a724fa5554063d7.zip
Moving the async and multiprocess stuff to top level so we can use them
on the minion for minion side async funness.
Diffstat (limited to 'test')
-rw-r--r--test/async_test.py2
-rw-r--r--test/unittest/test_client.py3
2 files changed, 3 insertions, 2 deletions
diff --git a/test/async_test.py b/test/async_test.py
index 4c1acf5..43904c4 100644
--- a/test/async_test.py
+++ b/test/async_test.py
@@ -1,5 +1,5 @@
from func.overlord.client import Client
-import func.overlord.jobthing as jobthing
+import func.jobthing as jobthing
import time
import sys
diff --git a/test/unittest/test_client.py b/test/unittest/test_client.py
index 12cb40b..f4f2029 100644
--- a/test/unittest/test_client.py
+++ b/test/unittest/test_client.py
@@ -5,11 +5,12 @@ import unittest
import xmlrpclib
import func.overlord.client as fc
+import socket
class BaseTest:
- th = "grimlock.devel.redhat.com"
+ th = "mdehaan.rdu.redhat.com"
def __init__(self):
pass