Skip to content

Commit

Permalink
Merge pull request os-autoinst#20469 from BillAnastasiadis/preval
Browse files Browse the repository at this point in the history
Add check for failed actions in prevalidate
  • Loading branch information
BillAnastasiadis authored Oct 24, 2024
2 parents 629abdd + 188213b commit a9fa173
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/sles4sap/publiccloud/qesap_prevalidate.pm
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ sub run {
}
}

# Check cluster for overall readiness (nodes online, in sync and crm output contains no failed resources)
$self->wait_for_cluster(wait_time => 60, max_retries => 10);

return unless $ha_enabled;

record_info(
Expand Down

0 comments on commit a9fa173

Please sign in to comment.