diff --git a/ocs_ci/helpers/stretchcluster_helper.py b/ocs_ci/helpers/stretchcluster_helper.py index 3e745511f70..a20573feb2f 100644 --- a/ocs_ci/helpers/stretchcluster_helper.py +++ b/ocs_ci/helpers/stretchcluster_helper.py @@ -141,7 +141,6 @@ def check_errors_regex(desc_out, err_msgs): replica_count=4, namespace=constants.STRETCH_CLUSTER_NAMESPACE, ) - break elif ( app_label.split("=")[1] in str(pod.get_labels()) @@ -164,7 +163,6 @@ def check_errors_regex(desc_out, err_msgs): count=4, namespace=constants.STRETCH_CLUSTER_NAMESPACE, ) - break elif ( app_label.split("=")[1] in str(pod.get_labels()) @@ -187,7 +185,7 @@ def check_errors_regex(desc_out, err_msgs): replica_count=2, namespace=constants.STRETCH_CLUSTER_NAMESPACE, ) - break + break # fetch workload pod details now and make sure all of them are running logger.info("Checking if the logwriter pods are up and running now")