Project

General

Profile

action #50186

Updated by riafarov about 5 years ago

## Motivation 
 I as a QA Project Manager would like to know which tests were not executed for particular build in the report to understand risks we have to miss bugs in given areas. 

 https://github.com/os-autoinst/openqa_review/issues/98 

 Follow-up of #37429 

 ## Acceptance criteria 
 1. Generated report from openqa-review includes section which lists skipped tests with urls to them 
 2. No duplicates are shown in the report 
 3. Machine name is appended to the item in case differs to the default 

 ## Further details 
 Script can be executed manually. 

 Generated reports can found here: Latest report based on openQA test results http://s.qa.suse.de/test-status , SLE12: http://s.qa.suse.de/test-status-sle12 , SLE15: http://s.qa.suse.de/test-status-sle15 

 For example: 
 *     extra_tests_in_textmode 
 *     minimal+proxy_SCC-postreg_SUSEconnect 
 *     minimal+proxy_SCC-postreg_SUSEconnect@hyperv 
 *     pcm_azure 
 *     pcm_googlecloud 


 Currently we have list which is duplicated

Back