tripleo-image-elements/elements/tempest
Ben Nemec 3a4ebd78eb Add +x to executable files
There are a few in the tree that don't have it and should.  This
will allow future enforcement of this to avoid files being
committed with the wrong mode set.

Change-Id: Ie22a663a230f087b678c01a16219e1c5b7e237c0
2014-03-10 15:52:51 +00:00
..
bin Add tempest element 2013-12-20 09:44:08 +00:00
install.d Add tempest element 2013-12-20 09:44:08 +00:00
README Add tempest element 2013-12-20 09:44:08 +00:00
source-repository-tempest Don't use /cgit/ urls for git. 2014-02-21 15:25:12 +13:00
tests2skip.py Add +x to executable files 2014-03-10 15:52:51 +00:00
tests2skip.txt Add tempest element 2013-12-20 09:44:08 +00:00

README

Add the tempest cloud test suite to an image.

The purpose of this element is to run tempest as a gate for tripleo based ci.

To successfully run tempest your overcloud should have
 o Nodes with at least 4G of memory and 20G of diskspace
 o the following services should be running
   cinder, glance, heat, keystone, neutron, nova and swift

To use you should simply run the command run-tempest with the
OS_* environment variables for admin defined.

TODO:
 o Remove as many of the filters in tests2skip.txt as possible
 o Investigate setting allow_tenant_isolation to true
 o Investigate setting run_ssh to true