puppet-tempest/README.md
Denis Egorenko 13f4d5c99b Cleanup README
Change-Id: I529546a347776a1fca79c44313072506cc523aca
2016-06-03 16:24:53 +03:00

23 lines
404 B
Markdown

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
``