Posted on March 29, 2022
| 3 minutes
| 535 words
| phoenix
In this blog post I’m gonna show you, how you can enable https for your openQA instance using dehydrated and the internal SUSE CA. The same procedure should also work for Let’s Encrypt.
[Read More]
Posted on March 4, 2022
| 1 minutes
| 172 words
| phoenix
A commen error when running tools/tidy in the openSUSE/SLES tests repository for openQA is the following error:
Wrong version of perltidy. Found '20211027', expected '20211029'. This indicated a mismatch of the found vs.
[Read More]
Posted on December 13, 2021
| 4 minutes
| 770 words
| phoenix
Then using openqa-clone-job (and derivates) one can use the SCHEDULE variable to clone a test run with a custom set of test modules. This is particular useful, when developing a new test case and you need a verification run with e.
[Read More]
Posted on November 17, 2021
| 4 minutes
| 702 words
| phoenix
In this blog post I present you a small script, which can help you to remove empty job groups from your own openQA instance. This is helpful if you have a development instance with a lot of job groups, that you never use.
[Read More]
Posted on September 24, 2021
| 8 minutes
| 1692 words
| phoenix
Today we are going to play a bit around with the amazing API that every openQA instance provides. The aim of this tutorial is to show how the API can be accessed using a simple language like python.
[Read More]
Posted on May 12, 2021
| 2 minutes
| 303 words
| phoenix
I just recently discovered one of the hidden gems in the openQA WebUI: Show only failing tests in external results.
Problem / User story Certain tests like ltp perform a series of tests within a test run and show the results as “External results”.
[Read More]