From 3021805f7ecc19cd0c7b6c397030edbb55b0fa98 Mon Sep 17 00:00:00 2001 From: Andrey Berezin Date: Mon, 11 Sep 2023 16:59:06 +0300 Subject: [PATCH] Fix tests title Signed-off-by: Andrey Berezin --- .../testsuites/failovers/test_failover_storage.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/pytest_tests/testsuites/failovers/test_failover_storage.py b/pytest_tests/testsuites/failovers/test_failover_storage.py index 19f7fe7..705677b 100644 --- a/pytest_tests/testsuites/failovers/test_failover_storage.py +++ b/pytest_tests/testsuites/failovers/test_failover_storage.py @@ -4,7 +4,6 @@ from time import sleep import allure import pytest -from frostfs_testlib.analytics import test_case from frostfs_testlib.hosting import Host from frostfs_testlib.resources.common import MORPH_BLOCK_TIME from frostfs_testlib.resources.wellknown_acl import PUBLIC_ACL @@ -289,10 +288,6 @@ class TestEmptyMap(ClusterTestBase): include_node_to_network_map(node, node, shell=self.shell, cluster=self.cluster) stopped_nodes.remove(node) - @test_case.title("Test makes network map empty (offline all storage nodes)") - @test_case.priority(test_case.TestCasePriority.HIGH) - @test_case.suite_name("failovers") - @test_case.suite_section("test_failover_storage") @pytest.mark.failover_empty_map_offlne @allure.title("Empty network map via offline all storage nodes (s3_client={s3_client})") def test_offline_all_storage_nodes( @@ -359,10 +354,6 @@ class TestEmptyMap(ClusterTestBase): check_node_in_map(node, shell=self.shell, alive_node=node) stopped_nodes.remove(node) - @test_case.title("Test makes network map empty (stop storage service on all nodes)") - @test_case.priority(test_case.TestCasePriority.HIGH) - @test_case.suite_name("failovers") - @test_case.suite_section("test_failover_storage") @pytest.mark.failover_empty_map_stop_service @allure.title("Empty network map via stop all storage services (s3_client={s3_client})") def test_stop_all_storage_nodes(