Skip to content

Commit

Permalink
Adding the comments with feature ID and polarian ID
Browse files Browse the repository at this point in the history
Signed-off-by: Shivam Durgbuns <[email protected]>
  • Loading branch information
shivamdurgbuns committed Nov 20, 2024
1 parent c741220 commit f4b315a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ocs_ci/deployment/helpers/external_cluster_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,9 @@ def run_exporter_script(self, params):

# run the exporter script on external RHCS cluster
ocs_version = version.get_semantic_ocs_version_from_config()
# if condition is for the new feature introduced in
# 4.17 in OCSQE-2249 where the this covers the test case
# with polarian id OCS-6196
if (
"--upgrade" not in params
and ocs_version >= version.VERSION_4_17
Expand Down

0 comments on commit f4b315a

Please sign in to comment.