Small fixes and skips for http gw test cases

support/v0.37
Yaroslava Lukoyanova 2023-08-07 17:08:54 +03:00 committed by ylukoyan
parent e0a9d687f2
commit 0ae0cee522
3 changed files with 3 additions and 1 deletions

View File

@ -85,6 +85,7 @@ class Test_http_headers(ClusterTestBase):
yield storage_objects
@pytest.mark.skip("Skipped due to deprecated PUT via http")
@allure.title("Get object1 by attribute")
def test_object1_can_be_get_by_attr(
self, storage_objects_with_attributes: list[StorageObjectInfo]

View File

@ -127,5 +127,5 @@ class Test_http_object(ClusterTestBase):
error_pattern=expected_err_msg,
http_request_path=request,
endpoint=self.cluster.default_http_gate_endpoint,
hostname=self.cluster.default_http_hostname,
http_hostname=self.cluster.default_http_hostname,
)

View File

@ -37,6 +37,7 @@ SYSTEM_EXPIRATION_RFC3339 = "System-Expiration-RFC3339"
@pytest.mark.sanity
@pytest.mark.http_gate
@pytest.mark.skip("Skipped due to deprecated PUT via http")
class Test_http_system_header(ClusterTestBase):
PLACEMENT_RULE = "REP 2 IN X CBF 1 SELECT 2 FROM * AS X"