[#200] Validate object get range hash with different nodes

Validate object get range hash with different nodes

Signed-off-by: Mikhail Kadilov m.kadilov@yadro.com
Mikhail Kadilov 2024-02-22 14:52:26 +03:00
parent fece00f103
commit 0cdf63b376
1 changed files with 2 additions and 0 deletions

View File

@ -463,6 +463,7 @@ class TestObjectApi(ClusterTestBase):
)
@allure.title("Trying to execute object get range hash command on node from container and node not from container")
@pytest.mark.grpc_api
def test_object_get_range_hash_with_different_nodes(self, default_wallet: str, object_size: ObjectSize):
"""
Validate get range hash command with node from container and node not from container
@ -503,6 +504,7 @@ class TestObjectApi(ClusterTestBase):
@allure.title("Trying to execute object get range hash command on node from container and node not from container")
@pytest.mark.grpc_api
def test_object_get_range_with_different_nodes(self, default_wallet: str, object_size: ObjectSize):
"""
Validate get range command with node from container and node not from container