gholt changes

This commit is contained in:
Michael Barton 2010-12-22 19:59:30 +00:00
commit 6c3be5fe2e
6 changed files with 5 additions and 5 deletions

0
test/probe/__init__.py Normal file
View File

View File

@ -21,7 +21,7 @@ from subprocess import Popen
from time import sleep
from swift.common import client
from common import get_to_final_state, kill_pids, reset_environment
from test.probe.common import get_to_final_state, kill_pids, reset_environment
class TestAccountFailures(unittest.TestCase):

View File

@ -23,7 +23,7 @@ from uuid import uuid4
from swift.common import client
from common import get_to_final_state, kill_pids, reset_environment
from test.probe.common import get_to_final_state, kill_pids, reset_environment
class TestContainerFailures(unittest.TestCase):

View File

@ -23,7 +23,7 @@ from uuid import uuid4
from swift.common import client, direct_client
from common import kill_pids, reset_environment
from test.probe.common import kill_pids, reset_environment
class TestObjectAsyncUpdate(unittest.TestCase):

View File

@ -23,7 +23,7 @@ from uuid import uuid4
from swift.common import client, direct_client
from common import kill_pids, reset_environment
from test.probe.common import kill_pids, reset_environment
class TestObjectHandoff(unittest.TestCase):

View File

@ -22,7 +22,7 @@ from time import sleep
from swift.common import client
from common import get_to_final_state, kill_pids, reset_environment
from test.probe.common import get_to_final_state, kill_pids, reset_environment
class TestRunningWithEachTypeDown(unittest.TestCase):