puppet-tempest/README.markdown
Emilien Macchi a26f81393b release: prepare 7.0.0 (liberty)
This patch prepares this Puppet module to be released in 7.x series (Liberty)
with 7.0.0.

Change-Id: I019a1ba2fcae6f0bf562cc44936cfe900f750af3
2015-11-25 23:43:49 +01:00

25 lines
430 B
Markdown

Tempest
=======
7.0.0 - 2015.2 - Liberty
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
``