Skip to content

Commit

Permalink
Extended workload run time, and enable execution for 4.14. (red-hat-s…
Browse files Browse the repository at this point in the history
…torage#8512)

Signed-off-by: tiffanyn108 <[email protected]>
  • Loading branch information
tiffanyn108 authored Sep 27, 2023
1 parent 3a19f1c commit 9b09492
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/manage/mcg/test_endpoint_autoscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
# @pytest.mark.polarion_id("OCS-XXXX")
# Skipped above 4.6 because of https://github.com/red-hat-storage/ocs-ci/issues/4129
@red_squad
@skipif_ocs_version(["<4.5", ">4.6"])
@skipif_ocs_version(["<4.5", "<4.14"])
@skipif_managed_service
@tier1
class TestEndpointAutoScale(MCGTest):
Expand All @@ -32,7 +32,7 @@ def test_scaling_under_load(self, mcg_job_factory):
("name", "job1"),
("name", "job2"),
("name", "job3"),
("runtime", "900"),
("runtime", "1200"),
],
"job1": [
("iodepth", "4"),
Expand Down

0 comments on commit 9b09492

Please sign in to comment.