ppc64le/sls-tool

Can we have separate argument for Failed testcases in show_results.py

Closed this issue · 1 comments

Having separate argument for Failed testcases would be helpful.
Ultimately our goal is to fix the issues from failed testcases.

Fixed.

fail,conf,brok,skip -t : shows all test results
./show_results.py -t fail : shows the failed tests
./show_results.py -t fail,brok : shows failed and broken tests
./show_results.py -t fail,conf,brok,skip : shows fail,conf,brok,skip

Thanks,
Manju