You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(use upvote 👍 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 👍 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
The text was updated successfully, but these errors were encountered: