Test
DCO check / Commits Check (pull_request) Has been cancelled Details

Andrey Berezin 2024-05-27 19:39:59 +03:00
parent 2e8580aa56
commit f18340e003
1 changed files with 4 additions and 2 deletions

View File

@ -217,9 +217,11 @@ class TestObjectApi(ClusterTestBase):
self.check_header_is_presented(head_info, storage_object_2.attributes)
@allure.title("Head deleted object with --raw arg (obj_size={object_size}, policy={placement_policy})")
def test_object_head_raw(self, default_wallet: str, object_size: ObjectSize):
def test_object_head_raw(self, default_wallet: str, object_size: ObjectSize, placement_policy: PlacementPolicy):
with reporter.step("Create container"):
cid = create_container(default_wallet, self.shell, self.cluster.default_rpc_endpoint)
cid = create_container(
default_wallet, self.shell, self.cluster.default_rpc_endpoint, placement_policy.value
)
with reporter.step("Upload object"):
file_path = generate_file(object_size.value)