compass-core/regtest
Ian Wienand 25e4d69242 Replace openstack.org git:// URLs with https://
This is a mechanically generated change to replace openstack.org
git:// URLs with https:// equivalents.

This is in aid of a planned future move of the git hosting
infrastructure to a self-hosted instance of gitea (https://gitea.io),
which does not support the git wire protocol at this stage.

This update should result in no functional change.

For more information see the thread at

 http://lists.openstack.org/pipermail/openstack-discuss/2019-March/003825.html

Change-Id: I229c1efd14751dc7c75a5d864375c2a0ea4c2ca8
2019-03-24 20:33:20 +00:00
..
ansible Replace openstack.org git:// URLs with https:// 2019-03-24 20:33:20 +00:00
prepare.sh add regtest framework 2014-04-02 15:07:45 -07:00
README.md Update Readme 2015-06-29 11:26:01 -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
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

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.