Skip to content

Commit

Permalink
Merge pull request #9528 from juadk/remove_crm_mon_softfail
Browse files Browse the repository at this point in the history
Remove crm_output softfail
  • Loading branch information
alvarocarvajald committed Feb 10, 2020
2 parents 46257c4 + 549d13d commit f386c10
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/hacluster.pm
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,7 @@ sub check_cluster_state {
assert_script_run q/crm_mon -s | grep "$(crm node list | wc -l).*nodes online"/;
}
else {
assert_script_run q/crm_mon -s | grep "$(crm node list | grep -c ': member').*nodes online"/;
record_soft_failure 'bsc#1158180, regression in crm_mon -s output' if is_sle('>=15-sp2');
assert_script_run q/crm_mon -s | grep "$(crm node list | grep -c ': member') nodes online"/;
}
# As some options may be deprecated, test shouldn't die on 'crm_verify'
if (get_var('HDDVERSION')) {
Expand Down

0 comments on commit f386c10

Please sign in to comment.