charm-tempest/src
David Ames d889d2ef26 Update pre-install hooks to fail on error
The pre-install operations may fail, yet that failure is not
elevated to the user. This masks the failure and makes early
package install issues difficult to troubleshoot.

If the basic pre-install script fails, the charm should not
proceed to later hooks as the requirements may not be met.

Hashbangs for bash should specify -e (errexit) on all of the
pre-install bash scripts.

Change-Id: I3a404f8a4d1be24e3a16e8240ebe72371579f528
Closes-bug: #1815243
Partial-bug: #1815231
2019-02-12 11:06:56 -08:00
..
actions Rebuild charm to pick up latest layer-openstack/fix venv action bug 2018-05-25 12:59:47 +01:00
hooks Update pre-install hooks to fail on error 2019-02-12 11:06:56 -08:00
lib py3: Switch to using Python 3 for rocky or later 2018-09-26 12:41:18 +00:00
reactive Add unit tests 2016-12-07 13:06:28 +00:00
templates Fix str/int in tempest.conf 2017-01-25 09:30:01 +00:00
tests Update functional test definitions 2018-08-27 18:18:43 -05:00
unit_tests Refactor to source charm 2016-06-15 17:27:33 +00:00
.testr.conf Refactor to source charm 2016-06-15 17:27:33 +00:00
README.md Postpone rendering tempest.conf till action 2016-10-17 09:44:46 +00:00
actions.yaml Refactor to source charm 2016-06-15 17:27:33 +00:00
config.yaml Add Keystone v3 support to charm 2017-01-20 11:04:54 +00:00
copyright Refactor to source charm 2016-06-15 17:27:33 +00:00
icon.svg Refactor to source charm 2016-06-15 17:27:33 +00:00
layer.yaml Refactor to source charm 2016-06-15 17:27:33 +00:00
metadata.yaml Update series metadata 2018-07-11 14:08:02 -05:00
test-requirements.txt Update requirements 2018-10-04 16:44:02 -05:00
tox.ini py3: Switch to using Python 3 for rocky or later 2018-09-26 12:41:18 +00:00

README.md

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.

Usage

NOTICE: At this time, the Tempest charm is in development and is in a proof-of-concept alpha state.

Development and related discussion occurs on the freenode #openstack-charms 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.

Executing the run-tempest action:

juju run-action tempest/0 run-tempest

Contact Information

See the OpenStack Charm Guide or discuss on Freenode IRC: #openstack-charms