Delete object after put to container

Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
support/v0.37
Dmitriy Zayakin 2023-06-19 07:43:48 +03:00
parent 01f4c5217d
commit ead55f657f
1 changed files with 2 additions and 2 deletions

View File

@ -85,11 +85,11 @@ class TestFailoverServer(ClusterTestBase):
for _ in range(count_object):
object_list.append(cont.generate_object(size=random.choice(object_size)))
yield object_list
for storage_object in object_list:
os.remove(storage_object.file_path)
yield object_list
@allure.step("Select random node to stop and start it after test")
@pytest.fixture
def node_to_stop(