From 0cdf63b3767c7c8e91749804c892eb7c0404986e Mon Sep 17 00:00:00 2001 From: mkadilov Date: Thu, 22 Feb 2024 14:52:26 +0300 Subject: [PATCH] [#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 --- pytest_tests/testsuites/object/test_object_api.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pytest_tests/testsuites/object/test_object_api.py b/pytest_tests/testsuites/object/test_object_api.py index ac53c01..36d3ca1 100755 --- a/pytest_tests/testsuites/object/test_object_api.py +++ b/pytest_tests/testsuites/object/test_object_api.py @@ -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