Skip to content

This program gathers test results of openqa automated tests, and sorts and groups all failed tests by their respective failures along with bug references, comments available, specific root causes or suggestions

Notifications You must be signed in to change notification settings

guoxuguang/openqa-automated-test-result-review

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

openqa-automated-test-result-review

This program gathers test results of openqa automated tests, and sorts all failed tests by their respective failures along with bug references, comments available, specific root causes or suggestions.

Usage

openqa-review-result.py -d distribution -v version -b buildnumber -g groupip -a architecture

This program was initially developed for internal openQA. Because the common and identical website structure of openQA tool across sites in different locations and for different purposes, this program should also be effective and helpful.

For example, openqa.opensuse.org can be accessed from everywhere:

"./openqa-review-result.py -d opensuse -v Tumbleweed -b 20190626 -g 1 -a x86_64" generates review summary for
https://openqa.opensuse.org/tests/overview?distri=opensuse&version=Tumbleweed&build=20190626&groupid=1 "./openqa-review-result.py -d microos -v Tumbleweed -b 20190626 -g 1 -a x86_64" generates review summary for https://openqa.opensuse.org/tests/overview?distri=microos&version=Tumbleweed&build=20190626&groupid=1

Future Development

  1. Any more advacned way to incorparate more delicate assortment and findings will be implemented along with the effort spent on generating such review summary and when time permits.
  2. Any bug reported and improvement suggested are welcome.

About

This program gathers test results of openqa automated tests, and sorts and groups all failed tests by their respective failures along with bug references, comments available, specific root causes or suggestions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%