Skip to content

Commit

Permalink
fix code
Browse files Browse the repository at this point in the history
Signed-off-by: oviner <[email protected]>
  • Loading branch information
OdedViner committed Jul 8, 2024
1 parent 74dd454 commit 5005908
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ocs_ci/ocs/ocs_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,10 @@ def run_ocs_upgrade(
# in pending state
is_all_csvs_succeeded = check_all_csvs_are_succeeded(namespace=namespace)
assert is_all_csvs_succeeded, "Not all CSV's are in succeeded state"
if config.ENV_DATA.get("is_multus_enabled"):
if (
config.ENV_DATA.get("is_multus_enabled")
and upgrade_version == version.VERSION_4_16
):
from ocs_ci.helpers.helpers import upgrade_multus_holder_design

upgrade_multus_holder_design()
Expand Down

0 comments on commit 5005908

Please sign in to comment.