Fixed probe tests to not use relativity (on imports)
This commit is contained in:
parent
f432269013
commit
af99fb17e0
0
test/probe/__init__.py
Normal file
0
test/probe/__init__.py
Normal file
@ -21,7 +21,7 @@ from subprocess import Popen
|
|||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
from swift.common import client
|
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):
|
class TestAccountFailures(unittest.TestCase):
|
||||||
|
@ -23,7 +23,7 @@ from uuid import uuid4
|
|||||||
|
|
||||||
from swift.common import client
|
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):
|
class TestContainerFailures(unittest.TestCase):
|
||||||
|
@ -23,7 +23,7 @@ from uuid import uuid4
|
|||||||
|
|
||||||
from swift.common import client, direct_client
|
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):
|
class TestObjectAsyncUpdate(unittest.TestCase):
|
||||||
|
@ -23,7 +23,7 @@ from uuid import uuid4
|
|||||||
|
|
||||||
from swift.common import client, direct_client
|
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):
|
class TestObjectHandoff(unittest.TestCase):
|
||||||
|
@ -22,7 +22,7 @@ from time import sleep
|
|||||||
|
|
||||||
from swift.common import client
|
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):
|
class TestRunningWithEachTypeDown(unittest.TestCase):
|
||||||
|
Loading…
Reference in New Issue
Block a user