puppet-tempest/README.md
ZhongShengping dd6830d474 Change rpsec to rspec
Change-Id: I9f8a4889efba86399abe3b7fc20b67d0196ac4de
2020-04-30 13:24:46 +08:00

64 lines
1.4 KiB
Markdown

Team and repository tags
========================
[![Team and repository tags](https://governance.openstack.org/tc/badges/puppet-tempest.svg)](https://governance.openstack.org/tc/reference/tags/index.html)
<!-- Change things from this point on -->
Tempest
=======
#### Table of Contents
1. [Overview - What is the AODH module?](#overview)
2. [Development - Guide for contributing to the module](#development)
3. [Contributors - Those with commits](#contributors)
4. [Release Notes - Release notes for the project](#release-notes)
5. [Repository - The project source code repository](#repository)
6. [Beaker-Rspec - Beaker-rspec tests for the project](#beaker-rspec)
Overview
--------
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.
Development
-----------
Developer documentation for the entire puppet-openstack project.
* https://docs.openstack.org/puppet-openstack-guide/latest/
Contributors
------------
* https://github.com/openstack/puppet-tempest/graphs/contributors
Release Notes
-------------
* https://docs.openstack.org/releasenotes/puppet-tempest
Repository
----------
* https://opendev.org/openstack/puppet-tempest
Beaker-Rspec
------------
This module has beaker-rspec tests
To run:
```shell
bundle install
bundle exec rspec spec/acceptance
```