Skip to content

openQA Setup

Christian Bruckmayer edited this page Feb 8, 2018 · 19 revisions

Overview

openQA is an automated test tool for operating systems and the engine at the heart of openSUSE’s automated testing initiative.

We have an openQA project in the reference installation of openSUSE. Currently we test the Unstable and 2.8 appliances there. To trigger a job we run the schedule-obs.sh script on the bs-team server in the /tmp/ directory scheduled via a cron job. The keys used to connect to openQA are stored in ~/.config/openqa/client.conf.

Tests

The openQA distribution tests for OBS are located in the os-autoinst organization in the os-autoinst-distri-obs repository. This basically boots the OBS appliance and runs a smoketest of the webui. The webui tests are located in the dist/t/spec/ directory.

Notifications

We send out email notifications for every test result in openQA. Currently we run 'Unstable', '2.9' and '2.8'. The emails are triggered via this script openQA_mail_notification.rb which runs in /tmp on the bs team server via a cron job.

Clone this wiki locally