tripleo-image-elements/elements/tempest/README
Derek Higgins bdc1bed9c8 Add tempest element
Currently runs about 1300 tests, all pass (about 800 are filtered out,
some of which would pass if the filters were made more granular).

Co-Authored-By: Ben Nemec<bnemec@redhat.com>

Change-Id: I34b0213724669b0fb39ce75e7612e51ab176d1dd
2013-12-20 09:44:08 +00:00

17 lines
613 B
Plaintext

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