Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.1 KB

qa.md

File metadata and controls

28 lines (16 loc) · 1.1 KB

Kapua QA process

This chapter describes a quality assurance process of Kapua. Whenever you commit changes to the develop branch, be sure that you have followed those steps:

Build tests

Kapua comes with unit and integration tests as a part of regular build process. In order to be sure that Kapua is not broken, execute full build using the following command:

mvn

Keep CI green

Also be always sure that our CI environments are always green:

  • Travis CI Build
  • Eclipse Hudson Hudson

Testing OpenShift distribution

You should also verify that OpenShift regression test suite works as expected. First of all, start local OpenShift cluster as described here.

Then navigate to kapua/qa-openshift directory and execute the following command:

cd kapua/qa-openshift
mvn -Dmaven.test.skip=false