Skip to content

Commit

Permalink
Add Polarion ID for Appset Workload test (red-hat-storage#8325)
Browse files Browse the repository at this point in the history
Signed-off-by: prsurve <[email protected]>
  • Loading branch information
prsurve authored Sep 26, 2023
1 parent 36a237e commit 3a19f1c
Showing 1 changed file with 5 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@

polarion_id_primary_up = "OCS-4430"
polarion_id_primary_down = "OCS-4427"
polarion_id_primary_down_appset = "OCS-5009"
polarion_id_primary_up_appset = "OCS-5010"

if config.RUN.get("rdr_failover_via_ui"):
polarion_id_primary_down = "OCS-4744"
# TODO: Specify polarion id when available for test case where primary is up when failedover and relocate back.
Expand Down Expand Up @@ -55,17 +58,13 @@ class TestFailoverAndRelocate:
pytest.param(
constants.APPLICATION_SET,
False,
marks=pytest.mark.polarion_id(
polarion_id_primary_up
), # TODO change polarion id
marks=pytest.mark.polarion_id(polarion_id_primary_up_appset),
id="primary_up_appset",
),
pytest.param(
constants.APPLICATION_SET,
True,
marks=pytest.mark.polarion_id(
polarion_id_primary_down
), # TODO change polarion id
marks=pytest.mark.polarion_id(polarion_id_primary_down_appset),
id="primary_down_appset",
),
],
Expand Down

0 comments on commit 3a19f1c

Please sign in to comment.