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 Mar 8, 2024
1 parent 0ae1749 commit 5f812a8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -7352,6 +7352,7 @@ def scale_noobaa_resources():
log.info("Scaled noobaa pod resources")
time.sleep(60)


@pytest.fixture(scope="function")
def create_scale_pods_and_pvcs_using_kube_job_on_hci_clients(request):
"""
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
skipif_vsphere_ipi,
magenta_squad,
mcg,
# bugzilla,
bugzilla,
polarion_id,
)
from ocs_ci.ocs.node import get_worker_nodes, get_node_objs
from ocs_ci.ocs.bucket_utils import (
Expand Down Expand Up @@ -246,8 +247,8 @@ def test_replication_with_disruptions(
@magenta_squad
@skipif_vsphere_ipi
class TestLogBasedReplicationWithDisruptions:

# @bugzilla("2266805")
@polarion_id("OCS-5457")
@bugzilla("2266805")
def test_log_based_replication_with_disruptions(
self,
mcg_obj_session,
Expand Down

0 comments on commit 5f812a8

Please sign in to comment.