(use upvote :thumbsup: for attentions)
Describe the enhancement
Request to colorize results of script tests on CLI. This would draw user awareness to failed tests and in turn, increase chances of remediation steps being taken prior to upgrade if needed.
Current behavior/output
script results print on CLI in native terminal color
Suggested behavior/output
Have results print in color:
(use upvote :thumbsup: for attentions) Describe the enhancement Request to colorize results of script tests on CLI. This would draw user awareness to failed tests and in turn, increase chances of remediation steps being taken prior to upgrade if needed.
Current behavior/output script results print on CLI in native terminal color
Suggested behavior/output Have results print in color:
Green DONE = 'DONE' PASS = 'PASS'
Red FAIL_O = 'FAIL - OUTAGE WARNING!!' FAIL_UF = 'FAIL - UPGRADE FAILURE!!' ERROR = 'ERROR !!'
Yellow MANUAL = 'MANUAL CHECK REQUIRED' POST = 'POST UPGRADE CHECK REQUIRED' NA = 'N/A'
To Reproduce Sample python2 script to print out color:
Additional context N/A