Fixed probe tests to not use relativity (on imports)

This commit is contained in:
gholt
2010年12月22日 11:35:11 -08:00
parent f432269013
commit af99fb17e0

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):
Reference in New Issue
openstack/swift
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.