def _is_cluster_stable()

in src/modules/get_cluster_status_scs.py [0:0]


    def _is_cluster_stable(self) -> bool:
        """
        Check if the cluster is stable by verifying both ASCS and ERS nodes.

        :return: True if the cluster is stable, False otherwise.
        :rtype: bool
        """
        return self.result["ascs_node"] != "" and self.result["ers_node"] != ""