Role os_tempest for OpenStack-Ansible
Go to file
Jesse Pretorius 95bc28552a Execute tempest using updated method
The old method of executing tempest via run_tempest.sh from
the root of the git clone has been deprecated and will soon
be removed.

This patch does the following:

- Moves the tempest execution into the role.
- Provides the ability to set the tests to be executed
  as a list. The list becomes a whitelist which is given
  to tempest to run. The whitelist can be a specific list
  of tests, or line seperated regex.
- Uses the modern execution method, but leaves the old
  method in place to allow other roles to transition.
- Exports the subunit results as raw, xml and html results.

Implements: blueprint testing-direct-tempest
Change-Id: I40f816ead338f90f9537a8494822ff10b06021cb
2016-10-17 21:20:21 +00:00
defaults Execute tempest using updated method 2016-10-17 21:20:21 +00:00
doc [DOCS] move example playbook to separate file 2016-08-12 11:44:56 -05:00
examples [DOCS] move example playbook to separate file 2016-08-12 11:44:56 -05:00
meta Remove pip_lock_down dependency 2016-06-07 23:31:37 -05:00
releasenotes Enable release notes translation 2016-10-06 20:38:20 +02:00
tasks Execute tempest using updated method 2016-10-17 21:20:21 +00:00
templates Remove duplicate line from tempest.conf.j2 2016-08-11 22:26:08 -04:00
tests Execute tempest using updated method 2016-10-17 21:20:21 +00:00
vars Execute tempest using updated method 2016-10-17 21:20:21 +00:00
.gitignore Execute tempest using updated method 2016-10-17 21:20:21 +00:00
.gitreview Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
bindep.txt Compress test execution logs 2016-09-09 10:49:44 +01:00
CONTRIBUTING.rst Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
LICENSE Implement base configuration for independent repository 2016-03-03 13:02:14 +00:00
README.rst [DOCS] move example playbook to separate file 2016-08-12 11:44:56 -05:00
run_tests.sh Move tempest to Ansible 2.1.1 and central testing 2016-09-30 09:32:14 +00:00
setup.cfg Changed the home-page link 2016-10-05 12:32:59 +05:30
setup.py Updated from global requirements 2016-07-15 03:58:10 +00:00
test-requirements.txt Updated from global requirements 2016-09-29 22:37:05 +00:00
tox.ini Use centralised Ansible test scripts 2016-10-05 19:00:41 +01:00
Vagrantfile Remove apt update from Vagrantfile 2016-08-19 15:44:26 -04:00

OpenStack-Ansible os_tempest role

Documentation for the project can be found at:

http://docs.openstack.org/developer/openstack-ansible-os_tempest

The project home is at:

http://launchpad.net/openstack-ansible