Juju Charm - Tempest
0c9d2ca525
Change-Id: I521de03fdb40926be6ea89cbc198ff69562e003c |
||
---|---|---|
actions | ||
hooks | ||
lib | ||
reactive | ||
templates | ||
tests | ||
unit_tests | ||
.gitignore | ||
.gitreview | ||
.testr.conf | ||
actions.yaml | ||
config.yaml | ||
copyright | ||
layer.yaml | ||
metadata.yaml | ||
README.md | ||
requirements.txt | ||
test-requirements.txt | ||
tox.ini |
Overview
Tempest is a set of integration tests to be run against a live OpenStack cluster. Tempest has batteries of tests for OpenStack API validation, Scenarios, and other specific tests useful in validating an OpenStack deployment.
The Tempest Charm can be deployed into a new or existing Juju model containing an OpenStack deployment to execute sets or subsets of Tempest tests.
Building
sudo apt-get install python-tox
tox -e build
Usage
At this time, the Tempest charm is in development and is in a proof-of-concept state. Development and related discussion occurs on the freenode #juju irc channel.
TLDR: Deploy the built charm and relate it to keystone and openstack-dashboard. See config.yaml as annotated.
More docs to come as this matures.
Contact Information
Report bugs on Launchpad