Reformat README to 79chars

Change-Id: Ia8f90f8f5c0362f571a4c632d316d072f8c8a44b
This commit is contained in:
Alvaro Uria 2020-06-10 15:27:29 +02:00
parent c1d1732079
commit b22128752a
1 changed files with 15 additions and 9 deletions

View File

@ -3,26 +3,32 @@
This charm exists to provide an example integration of Tempest, for the purpose
of test and reference. It is not intended for production use in any case.
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.
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.
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.
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.
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.
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
juju run-action tempest/0 run-tempest --wait
# Contact Information
See the [OpenStack Charm Guide](http://docs.openstack.org/developer/charm-guide/) or discuss on Freenode IRC: #openstack-charms
See the [OpenStack Charm Guide](http://docs.openstack.org/developer/charm-guide/)
or discuss on Freenode IRC: #openstack-charms