Skip to content

Commit

Permalink
globalnet = False
Browse files Browse the repository at this point in the history
Signed-off-by: am-agrawa <amagrawa@redhat.com>
  • Loading branch information
am-agrawa committed Oct 24, 2024
1 parent 14d92b6 commit e46398d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ocs_ci/ocs/acm/acm.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,9 @@ def install_submariner_ui(self, globalnet=True):
"//input[@id='globalist-enable']"
)
self.driver.execute_script("arguments[0].click();", element)
else:
globalnet = False
log.warning("Globalnet value is being set to False")
else:
log.error(
"Globalnet is not supported with ODF version lower than 4.13 or it's disabled"
Expand Down

0 comments on commit e46398d

Please sign in to comment.