compass-core/regtest
Carl Li 371b5c978e move stackforge to openstack
Change-Id: I78d9c15f5565ba9bd9495bb2df910ff26da00544
2015-10-18 09:57:23 -07:00
..
ansible move stackforge to openstack 2015-10-18 09:57:23 -07:00
README.md Update Readme 2015-06-29 11:26:01 -07:00
prepare.sh add regtest framework 2014-04-02 15:07:45 -07:00
regtest.conf move adapter from db to memory 2015-08-04 10:45:24 -07:00
regtest.sh move adapter from db to memory 2015-08-04 10:45:24 -07:00
regtest2.conf make init db, load adapters/metadatas lazy initialization 2014-10-05 11:29:43 -07:00
regtest3.conf make init db, load adapters/metadatas lazy initialization 2014-10-05 11:29:43 -07:00
regtest4.conf make init db, load adapters/metadatas lazy initialization 2014-10-05 11:29:43 -07:00
regtest5.conf make init db, load adapters/metadatas lazy initialization 2014-10-05 11:29:43 -07:00
regtest6.conf move adapter from db to memory 2015-08-04 10:45:24 -07:00
regtest7.conf add multi oses regtests. 2015-01-28 16:42:54 -08:00
regtest8.conf add multi oses regtests. 2015-01-28 16:42:54 -08:00
regtest9.conf add multi oses regtests. 2015-01-28 16:42:54 -08:00
regtest10.conf add multi oses regtests. 2015-01-28 16:42:54 -08:00
regtest11.conf add multi oses regtests. 2015-01-28 16:42:54 -08:00
regtest12.conf add multi oses regtests. 2015-01-28 16:42:54 -08:00
regtest13.conf add multi oses regtests. 2015-01-28 16:42:54 -08:00

README.md

Regression Test for Compass

Compass uses Zuul-Jenkins combination for its continuous integration. All compass regtests are defined in this directory. The main entrance for regtests is regtest.sh all the .conf files are different test cases. This example table shows the relationship of regtest/, zuul server and Jenkins server.

Jenkins job name regtest conf file enabled in zuul
compass-ci-1 regtest1.conf master branch
compass-daily-2 regtest8.conf dev branch
compass-periodic-check-5 regtest10.conf none
compass-weekly regtest3.conf both

The above example shows the relationship. The direcotry ansible is for ansible installer's regtest only.