Skip to content

Commit

Permalink
[ci] Add a README about the Appliance QA Suite
Browse files Browse the repository at this point in the history
  • Loading branch information
hennevogel committed Mar 14, 2016
1 parent 203ed74 commit 35fd8a0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions dist/t/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Open Build Service Appliance QA Suite
This is a test suite based on perl's [prove](http://perldoc.perl.org/prove.html),
and [RSpec](http://rspec.info/). We are testing the following:

* The appliance boots and all OBS servers start
* Sign Up & Log In via the frontend works
* Building a simple package works

## Running the suite
This test suite runs [automatically](https://github.com/os-autoinst/os-autoinst-distri-obs)
against new appliances that got built from
our [OBS:Server:Unstable](https://build.opensuse.org/project/show/OBS:Server:Unstable)
on [openQA](https://openqa.opensuse.org/).


## QA for package updates
Additionally our [test instance](https://build-test.opensuse.org/) rebuilds all packages in
[OBS:Server:Unstable](https://build.opensuse.org/project/show/OBS:Server:Unstable) and
it's publisher is calling "zypper up" to update itself.

0 comments on commit 35fd8a0

Please sign in to comment.