RETIRED, CI for the TripleO project
Go to file
Sagi Shnaidman 4fd0e7baba Bump tempest version to latest
Update pinning of tempest to the latest version in upstream,
fix configuration scripts for it.

Change-Id: Ic0671c536a1a41a93ee2e6c43bd7398c4ce09cdd
2016-08-21 15:06:21 +03:00
docs upgrades job is renamed to updates 2016-08-08 15:39:45 -04:00
elements/testenv-worker Remove stray ";" from purge env command 2016-06-13 10:59:24 +01:00
heat-templates Add mulitnode CI job support to tripleo-ci 2016-07-19 17:20:44 -04:00
scripts Bump tempest version to latest 2016-08-21 15:06:21 +03:00
templates pingtest/tenantvm_floatingip.yaml: connect vrouter before creating fip 2016-06-30 08:13:27 -04:00
test-environments Merge "Try increasing KeystoneWorkers to improve performance" 2016-08-17 23:00:48 +00:00
undercloud-configs Add mulitnode CI job support to tripleo-ci 2016-07-19 17:20:44 -04:00
.gitignore Add planet blog aggregator feeds to website 2016-05-09 16:00:11 -04:00
.gitreview Add .gitreview file 2013-07-22 15:03:30 +01:00
README.md Update CI status report to generate HTML table. 2015-09-28 10:21:04 -04:00
requirements.txt Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
setup.cfg Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
setup.py Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
test-requirements.txt Add setup/tox/requirements files 2015-09-28 10:18:38 -04:00
testenv-client Fail fast if a testenv couldn't be created 2016-07-13 17:13:17 +01:00
toci_gate_test.sh Make $TRIPLEO_ROOT overrideable 2016-08-10 12:05:25 -04:00
toci_instack.sh Make $TRIPLEO_ROOT overrideable 2016-08-10 12:05:25 -04:00
toci_instack_osinfra.sh Fix resetting /etc/hosts 2016-08-10 12:05:26 -04:00
toci_instack_ovb.sh Use delorean-current for puppet modules 2016-08-01 16:31:27 +03:00
tox.ini Allow user to run tox -ecireport 2016-06-06 14:11:34 -04:00

README.md

toci

Description

TripleO CI test framework.

Tools to help run CI jobs for TripleO. Includes things like:

  • Shell scripts to help execute jobs on CI slave nodes (Jenkins slaves)
  • A test environment broker framework which uses a client-server model to execute jobs on a remote bare metal machine in an isolated test environment (using VMs).
  • Image elements to help build images for the test environment broker nodes.
  • Heat templates to help deploy and maintain test environment nodes using an undercloud.
  • Helper script(s) to generate CI status reports. (tox -ecireport -- -f)