From a841251e066933b2d5a55a9a1c00c8482252065d Mon Sep 17 00:00:00 2001 From: Kirill Sosnovskikh Date: Tue, 28 Jan 2025 10:25:13 +0300 Subject: [PATCH] [#362] Rename S3 object patch suite Signed-off-by: Kirill Sosnovskikh --- .../s3_gate/{test_s3_http_object.py => test_s3_object_patch.py} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename pytest_tests/testsuites/services/s3_gate/{test_s3_http_object.py => test_s3_object_patch.py} (99%) diff --git a/pytest_tests/testsuites/services/s3_gate/test_s3_http_object.py b/pytest_tests/testsuites/services/s3_gate/test_s3_object_patch.py similarity index 99% rename from pytest_tests/testsuites/services/s3_gate/test_s3_http_object.py rename to pytest_tests/testsuites/services/s3_gate/test_s3_object_patch.py index 3926af25..3c4a55b3 100644 --- a/pytest_tests/testsuites/services/s3_gate/test_s3_http_object.py +++ b/pytest_tests/testsuites/services/s3_gate/test_s3_object_patch.py @@ -115,7 +115,7 @@ def another_bucket(another_s3_client: S3ClientWrapper, versioning_status: Versio @pytest.mark.nightly @pytest.mark.s3_gate -class TestS3GateHttpObject(ClusterTestBase): +class TestS3ObjectPatch(ClusterTestBase): @allure.title("Patch simple object payload (range={patch_range}, s3_client={s3_client}, policy={placement_policy})") @pytest.mark.parametrize("object_size", ["simple"], indirect=True) @pytest.mark.parametrize(