There are different ways to deploy openQA that you can follow here but usually this deployment is good for testing but for developers there is a better option described in this Kalikiana’s post
[]A openQA container for openQA users
Using openQA command line tools without install anything
openQA provides different scripts and a CLI command line application to interact with it. For instance:
- cloning a job with clone_job
- cloning a job from using a test from a git repository
- Accessing to the API using the openqa-cli
But it is necessary to install openqa-devel packages to use this.
The proposal I share here is to use the power of containers to use these scripts without installing anything.
[]