Skip to content

Commit

Permalink
add polarion id
Browse files Browse the repository at this point in the history
Signed-off-by: Mahesh Shetty <[email protected]>
  • Loading branch information
mashetty330 committed Apr 10, 2024
1 parent 6f5cd9a commit 89e7f30
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 10 additions & 2 deletions tests/functional/object/mcg/test_bucket_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,11 @@ class TestReplication(MCGTest):
"backingstore_dict": {"aws-sts": [(1, "eu-central-1")]},
},
{"interface": "OC", "backingstore_dict": {"azure": [(1, None)]}},
marks=[tier2, sts_deployment_required],
marks=[
tier2,
sts_deployment_required,
pytest.mark.polarion_id("OCS-5494"),
],
),
pytest.param(
{
Expand Down Expand Up @@ -272,7 +276,11 @@ def test_unidirectional_namespace_bucket_replication(
"backingstore_dict": {"aws-sts": [(1, "eu-central-1")]},
},
{"interface": "OC", "backingstore_dict": {"azure": [(1, None)]}},
marks=[tier2, sts_deployment_required],
marks=[
tier2,
sts_deployment_required,
pytest.mark.polarion_id("OCS-5495"),
],
),
],
ids=["AWStoAZURE-BS-OC", "AWS-STStoAZURE-BS-Hybrid"],
Expand Down
2 changes: 2 additions & 0 deletions tests/functional/object/mcg/test_sts_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
sts_deployment_required,
red_squad,
mcg,
polarion_id,
)
from ocs_ci.ocs.bucket_utils import (
write_random_test_objects_to_bucket,
Expand All @@ -23,6 +24,7 @@
@red_squad
@sts_deployment_required
class TestSTSBucket:
@polarion_id("OCS-5479")
@pytest.mark.parametrize(
argnames=["bucketclass"],
argvalues=[
Expand Down

0 comments on commit 89e7f30

Please sign in to comment.