make executable
This commit is contained in:
parent
b544570da5
commit
be01135c75
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 os
|
||||
from signal import SIGTERM
|
||||
from subprocess import call, Popen
|
||||
from time import sleep
|
||||
from uuid import uuid4
|
||||
|
||||
from swift.common import client, direct_client
|
||||
from swift.common.utils import hash_path, readconf
|
||||
from swift.obj.server import write_metadata, read_metadata
|
||||
from test.probe.common import kill_pids, reset_environment
|
||||
from test.unit import FakeLogger
|
||||
|
||||
|
||||
class TestObjectFailures(unittest.TestCase):
|
||||
|
Loading…
Reference in New Issue
Block a user