From dfe3d2d9826f1c0439d64bc93d538481a5c9e50b Mon Sep 17 00:00:00 2001 From: Kirill Sosnovskikh Date: Mon, 12 Aug 2024 14:15:04 +0300 Subject: [PATCH] [#XX] Remove duplicate test `test_more_one_ec_policy` Signed-off-by: Kirill Sosnovskikh --- .../testsuites/replication/test_ec_replication.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pytest_tests/testsuites/replication/test_ec_replication.py b/pytest_tests/testsuites/replication/test_ec_replication.py index e3434726..f13534d2 100644 --- a/pytest_tests/testsuites/replication/test_ec_replication.py +++ b/pytest_tests/testsuites/replication/test_ec_replication.py @@ -846,15 +846,6 @@ class TestECReplication(ClusterTestBase): ).stdout assert container - @allure.title("[NEGATIVE] Don`t create more 1 EC policy") - def test_more_one_ec_policy( - self, - frostfs_cli: FrostfsCli, - ) -> None: - with reporter.step("Create container with policy - 'EC 2.1 EC 1.1'"): - with pytest.raises(RuntimeError, match="can't parse placement policy"): - self.create_container(frostfs_cli, self.cluster.default_rpc_endpoint, "EC 2.1 EC 1.1 CBF 1 SELECT 4 FROM *") - @allure.title("Bucket object count chunks (s3_client={s3_client}, size={object_size})") @pytest.mark.parametrize("s3_policy, s3_client", [("pytest_tests/resources/files/policy.json", AwsCliClient)], indirect=True) def test_count_chunks_bucket_with_ec_location(