anikeev/add_sanity_marks #132

Merged
anikeev-yadro merged 5 commits from anikeev-yadro/frostfs-testcases:anikeev/add_sanity_marks into master 2024-09-04 19:51:20 +00:00
Showing only changes of commit 52ea27e01e - Show all commits

View file

@ -206,7 +206,7 @@ def cluster_state_controller(client_shell: Shell, cluster: Cluster, healthcheck:
@pytest.fixture(
scope="class",
params=[
pytest.param(AwsCliClient, marks=[pytest.mark.aws, pytest.mark.sanity]),
pytest.param(AwsCliClient, marks=pytest.mark.aws),
pytest.param(Boto3ClientWrapper, marks=pytest.mark.boto3),
],
)