Fix probe tests
Change-Id: I03573bf24baf031b1874c3ff2e2d89d34473c266
This commit is contained in:
parent
dad4bf3208
commit
58efcb3b3e
@ -25,7 +25,8 @@ from sqlite3 import connect
|
||||
from swiftclient import client
|
||||
|
||||
from swift.common import direct_client
|
||||
from swift.common.utils import hash_path, readconf
|
||||
from swift.common.ondisk import hash_path
|
||||
from swift.common.utils import readconf
|
||||
from test.probe.common import get_to_final_state, kill_nonprimary_server, \
|
||||
kill_server, kill_servers, reset_environment, start_server
|
||||
|
||||
|
@ -22,7 +22,8 @@ from uuid import uuid4
|
||||
from swiftclient import client
|
||||
|
||||
from swift.common import direct_client
|
||||
from swift.common.utils import hash_path, readconf
|
||||
from swift.common.ondisk import hash_path
|
||||
from swift.common.utils import readconf
|
||||
from swift.obj.diskfile import write_metadata, read_metadata
|
||||
from test.probe.common import kill_servers, reset_environment
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user