fix: run all node scenarios instead of exiting after the first
Functional & Unit Tests / Functional & Unit Tests (push) Failing after 8m45s
Functional & Unit Tests / Generate Coverage Badge (push) Has been skipped

Signed-off-by: 10sharmashivam <10sharmashivam@gmail.com>
This commit is contained in:
10sharmashivam
2025-05-16 18:44:53 -04:00
committed by Naga Ravi Chaitanya Elluri
parent 4c9cd5bced
commit 27f0845182
@@ -58,8 +58,7 @@ class NodeActionsScenarioPlugin(AbstractScenarioPlugin):
except (RuntimeError, Exception) as e:
logging.error("Node Actions exiting due to Exception %s" % e)
return 1
else:
return 0
return 0
def get_node_scenario_object(self, node_scenario, kubecli: KrknKubernetes):
affected_nodes_status = AffectedNodeStatus()