Skip to content

Commit

Permalink
Adding a new test case for rgw namespacestore created with cli (#11227)
Browse files Browse the repository at this point in the history
Signed-off-by: Yulia Persky <[email protected]>
  • Loading branch information
ypersky1980 authored Jan 28, 2025
1 parent 4b4b12e commit d23f745
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions tests/functional/object/mcg/test_write_to_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
bugzilla,
skipif_ocs_version,
on_prem_platform_required,
jira,
)
from ocs_ci.ocs.constants import AWSCLI_TEST_OBJ_DIR
from uuid import uuid4
Expand Down Expand Up @@ -122,10 +123,28 @@ class TestBucketIO(MCGTest):
],
marks=[tier1, on_prem_platform_required],
),
pytest.param(
*[
"CLI",
{
"interface": "CLI",
"namespace_policy_dict": {
"type": "Single",
"namespacestore_dict": {"rgw": [(1, None)]},
},
},
],
marks=[
tier1,
on_prem_platform_required,
jira("DFBUGS-1035", run=False),
],
),
],
ids=[
"RGW-OC-1",
"RGW-CLI-1",
"RGW-CLI-NSS-1",
],
)
@flaky
Expand Down

0 comments on commit d23f745

Please sign in to comment.