49632b0aec
Change-Id: Id1d7d7ca1b5e59b61830455de18df94f98d2341d
30 lines
649 B
Markdown
30 lines
649 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
|
|
```
|