Skip to content

Commit

Permalink
validate_serviceexport before ocs-install-verification
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 Jun 3, 2024
1 parent e151d5a commit 6ed9c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ocs_ci/deployment/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
setup_ceph_debug,
get_osd_count,
StorageCluster,
validate_serviceexport,
)
from ocs_ci.ocs.uninstall import uninstall_ocs
from ocs_ci.ocs.utils import (
Expand Down Expand Up @@ -421,6 +422,7 @@ def do_deploy_ocs(self):
.get("multiClusterService")
.get("enabled")
), "Failed to update StorageCluster globalnet"
validate_serviceexport()
ocs_install_verification(
timeout=2000, ocs_registry_image=ocs_registry_image
)
Expand Down

0 comments on commit 6ed9c17

Please sign in to comment.