Skip to content
Miquel Sabaté Solà edited this page Jul 7, 2015 · 15 revisions

Tools being used

to do

Continuous integration

to do

The Appliance

In order to test the appliance, we have a jenkins job that gets the image from the Open Build Service, imports it to an openStack cloud instance and launches an instance. In order to do so, we make use of the obs2openstack script.

Then the instance needs a manual interaction in order to configure it. One needs to go to the "console" and go through the yast2 firstboot workflow. When the yast2 firstboot workflow finishes, then the appliance will have network, not before.

Once the instance has network, we have a jenkins job that will run the scripts from appliance-test subdir.

In order to run the previous scripts, we make use of the run_in_obs script.

old contents (to be removed)

Continuous integration is run with Travis and the Opensuse Build Service. For details, see the .travis.yml file.