puppet-tempest/README.md
Flavio Percoco 1869e0297a Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

https://gist.github.com/3f22af1674b51e34d24aeb275eb8f1b9

Change-Id: I2bf9717d2cc292d581bae13645d3582f1571c6aa
2016-11-25 17:24:30 +01:00

30 lines
647 B
Markdown

Team and repository tags
========================
[![Team and repository tags](http://governance.openstack.org/badges/puppet-tempest.svg)](http://governance.openstack.org/reference/tags/index.html)
<!-- Change things from this point on -->
Tempest
=======
Module for installing and configuring tempest.
Tempest is the test suite that can be used to run integration
tests on an installed openstack environment.
This module assumes the provisioning of the initial OpenStack
resources has been done beforehand.
Beaker-Rspec
------------
This module has beaker-rspec tests
To run:
``shell
bundle install
bundle exec rspec spec/acceptance
``