make executable
This commit is contained in:
4
test/probe/test_object_failures.py
Normal file → Executable file
4
test/probe/test_object_failures.py
Normal file → Executable file
@@ -16,16 +16,12 @@
|
|||||||
|
|
||||||
import unittest
|
import unittest
|
||||||
import os
|
import os
|
||||||
from signal import SIGTERM
|
|
||||||
from subprocess import call, Popen
|
|
||||||
from time import sleep
|
|
||||||
from uuid import uuid4
|
from uuid import uuid4
|
||||||
|
|
||||||
from swift.common import client, direct_client
|
from swift.common import client, direct_client
|
||||||
from swift.common.utils import hash_path, readconf
|
from swift.common.utils import hash_path, readconf
|
||||||
from swift.obj.server import write_metadata, read_metadata
|
from swift.obj.server import write_metadata, read_metadata
|
||||||
from test.probe.common import kill_pids, reset_environment
|
from test.probe.common import kill_pids, reset_environment
|
||||||
from test.unit import FakeLogger
|
|
||||||
|
|
||||||
|
|
||||||
class TestObjectFailures(unittest.TestCase):
|
class TestObjectFailures(unittest.TestCase):
|
||||||
|
Reference in New Issue
Block a user