Skip to content

Commit

Permalink
Fix tier4 test params
Browse files Browse the repository at this point in the history
Signed-off-by: Sagi Hirshfeld <[email protected]>
  • Loading branch information
sagihirshfeld committed Jun 2, 2024
1 parent f6bdbfa commit ebd9850
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,15 @@ def test_deletion_sync_after_instant_deletion(
@tier4b
@skipif_vsphere_ipi
@pytest.mark.parametrize(
argnames=["target_pod_name"],
argnames=["platform", "target_pod_name"],
argvalues=[
pytest.param(
constants.AWS_PLATFORM,
"noobaa-db",
marks=pytest.mark.polarion_id("OCS-4938"),
),
pytest.param(
constants.AWS_PLATFORM,
"noobaa-core",
marks=pytest.mark.polarion_id("OCS-4939"),
),
Expand Down

0 comments on commit ebd9850

Please sign in to comment.