diff --git a/.gitignore b/.gitignore index 6a6674df..abb0f972 100644 --- a/.gitignore +++ b/.gitignore @@ -18,6 +18,7 @@ xunit_results.xml # ignore caches under any path **/__pycache__ **/.pytest_cache +*.egg-info # ignore work directories and setup files .setup diff --git a/pytest_tests/testsuites/failovers/test_failover_network.py b/pytest_tests/testsuites/failovers/test_frostfs_failover_network.py similarity index 100% rename from pytest_tests/testsuites/failovers/test_failover_network.py rename to pytest_tests/testsuites/failovers/test_frostfs_failover_network.py diff --git a/pytest_tests/testsuites/services/http_gate/test_http_bearer.py b/pytest_tests/testsuites/services/http_gate/test_http_bearer.py index 4fc291b8..1a22c1ac 100644 --- a/pytest_tests/testsuites/services/http_gate/test_http_bearer.py +++ b/pytest_tests/testsuites/services/http_gate/test_http_bearer.py @@ -22,7 +22,6 @@ from frostfs_testlib.utils.file_utils import generate_file logger = logging.getLogger("NeoLogger") -@pytest.mark.skip("Skipped temporarly") @pytest.mark.http_gate @pytest.mark.http_put class Test_http_bearer(ClusterTestBase): diff --git a/pytest_tests/testsuites/services/http_gate/test_http_gate.py b/pytest_tests/testsuites/services/http_gate/test_http_gate.py index a59c0513..a503e926 100644 --- a/pytest_tests/testsuites/services/http_gate/test_http_gate.py +++ b/pytest_tests/testsuites/services/http_gate/test_http_gate.py @@ -102,7 +102,6 @@ class TestHttpGate(ClusterTestBase): ) @allure.link("https://git.frostfs.info/TrueCloudLab/frostfs-http-gw#uploading", name="uploading") @allure.link("https://git.frostfs.info/TrueCloudLab/frostfs-http-gw#downloading", name="downloading") -@pytest.mark.skip("Skipped temporarly") @pytest.mark.http_gate @pytest.mark.http_put class TestHttpPut(ClusterTestBase): diff --git a/pytest_tests/testsuites/services/http_gate/test_http_headers.py b/pytest_tests/testsuites/services/http_gate/test_http_headers.py index ca943190..46810477 100644 --- a/pytest_tests/testsuites/services/http_gate/test_http_headers.py +++ b/pytest_tests/testsuites/services/http_gate/test_http_headers.py @@ -28,7 +28,6 @@ OBJECT_ALREADY_REMOVED_ERROR = "object already removed" logger = logging.getLogger("NeoLogger") -@pytest.mark.skip("Skipped temporarly") @pytest.mark.http_gate @pytest.mark.http_put class Test_http_headers(ClusterTestBase): diff --git a/pytest_tests/testsuites/services/http_gate/test_http_streaming.py b/pytest_tests/testsuites/services/http_gate/test_http_streaming.py index c8df2ccf..f24d60df 100644 --- a/pytest_tests/testsuites/services/http_gate/test_http_streaming.py +++ b/pytest_tests/testsuites/services/http_gate/test_http_streaming.py @@ -13,7 +13,6 @@ from frostfs_testlib.utils.file_utils import generate_file logger = logging.getLogger("NeoLogger") -@pytest.mark.skip("Skipped temporarly") @pytest.mark.http_gate @pytest.mark.http_put class Test_http_streaming(ClusterTestBase): diff --git a/pytest_tests/testsuites/services/http_gate/test_http_system_header.py b/pytest_tests/testsuites/services/http_gate/test_http_system_header.py index 287859f7..b06029b4 100644 --- a/pytest_tests/testsuites/services/http_gate/test_http_system_header.py +++ b/pytest_tests/testsuites/services/http_gate/test_http_system_header.py @@ -32,7 +32,6 @@ SYSTEM_EXPIRATION_TIMESTAMP = "System-Expiration-Timestamp" SYSTEM_EXPIRATION_RFC3339 = "System-Expiration-RFC3339" -@pytest.mark.skip("Skipped temporarly") @pytest.mark.http_gate @pytest.mark.http_put class Test_http_system_header(ClusterTestBase): diff --git a/pytest_tests/testsuites/special/test_logs.py b/pytest_tests/testsuites/special/test_frostfs_logs.py similarity index 100% rename from pytest_tests/testsuites/special/test_logs.py rename to pytest_tests/testsuites/special/test_frostfs_logs.py