tripleo-image-elements/elements/tempest
Gonéri Le Bouder 0172b5aacc PEP8 on the doc and elements files
ensure the Python scripts in the doc and elements directories are PEP8
compliant.

test_os_svc_daemon.py test is fixed in another patch:
  I9b1859f9fc5846c7c42606644231105618e1a1a0.

Change-Id: If5068ef77d6643c19de36bfcf4b4bf790f86b538
2014-08-19 10:02:00 +02:00
..
bin Merge "Make the image name configurable" 2014-06-05 22:11:41 +00:00
environment.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
install.d Wire in _EXTRA_INSTALL_OPTS... 2014-04-19 08:08:45 -04:00
README Add tempest element 2013-12-20 09:44:08 +00:00
element-deps Create pip manifest files of installed packages 2014-03-25 12:22:59 +00:00
source-repository-tempest Don't use /cgit/ urls for git. 2014-02-21 15:25:12 +13:00
tests2skip.py PEP8 on the doc and elements files 2014-08-19 10:02:00 +02: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