forked from TrueCloudLab/frostfs-testcases
Small fixes and skips for http gw test cases
This commit is contained in:
parent
e0a9d687f2
commit
0ae0cee522
3 changed files with 3 additions and 1 deletions
|
@ -85,6 +85,7 @@ class Test_http_headers(ClusterTestBase):
|
||||||
|
|
||||||
yield storage_objects
|
yield storage_objects
|
||||||
|
|
||||||
|
@pytest.mark.skip("Skipped due to deprecated PUT via http")
|
||||||
@allure.title("Get object1 by attribute")
|
@allure.title("Get object1 by attribute")
|
||||||
def test_object1_can_be_get_by_attr(
|
def test_object1_can_be_get_by_attr(
|
||||||
self, storage_objects_with_attributes: list[StorageObjectInfo]
|
self, storage_objects_with_attributes: list[StorageObjectInfo]
|
||||||
|
|
|
@ -127,5 +127,5 @@ class Test_http_object(ClusterTestBase):
|
||||||
error_pattern=expected_err_msg,
|
error_pattern=expected_err_msg,
|
||||||
http_request_path=request,
|
http_request_path=request,
|
||||||
endpoint=self.cluster.default_http_gate_endpoint,
|
endpoint=self.cluster.default_http_gate_endpoint,
|
||||||
hostname=self.cluster.default_http_hostname,
|
http_hostname=self.cluster.default_http_hostname,
|
||||||
)
|
)
|
||||||
|
|
|
@ -37,6 +37,7 @@ SYSTEM_EXPIRATION_RFC3339 = "System-Expiration-RFC3339"
|
||||||
|
|
||||||
@pytest.mark.sanity
|
@pytest.mark.sanity
|
||||||
@pytest.mark.http_gate
|
@pytest.mark.http_gate
|
||||||
|
@pytest.mark.skip("Skipped due to deprecated PUT via http")
|
||||||
class Test_http_system_header(ClusterTestBase):
|
class Test_http_system_header(ClusterTestBase):
|
||||||
PLACEMENT_RULE = "REP 2 IN X CBF 1 SELECT 2 FROM * AS X"
|
PLACEMENT_RULE = "REP 2 IN X CBF 1 SELECT 2 FROM * AS X"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue