OpenStack Tempest Puppet Module
Go to file
Yanis Guenane c46af79ab7 Add tempest::config class
Other modules provide an X::config class to be able to specify
parameters that are not yet part of the module. Tempest was missing this
feature. This commit aims to add it for puppet-tempest.

Change-Id: Ib9ebd3569eeb42a1a5b4b2173253264e767d904b
2015-07-20 10:56:40 +02:00
lib/puppet Hide secrets from puppet logs 2014-07-22 13:12:53 +00:00
manifests Add tempest::config class 2015-07-20 10:56:40 +02:00
spec Add tempest::config class 2015-07-20 10:56:40 +02:00
tests Add Puppet 4.x lint checks 2015-03-19 20:09:22 +01:00
.fixtures.yml Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
.gitignore Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
.gitreview Update .gitreview file for project rename 2015-06-12 23:12:30 +00:00
.rspec Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
CHANGELOG.md Split release notes into a CHANGELOG.md file 2015-06-26 18:14:52 -07:00
Gemfile Unpin beaker-rspec 2015-06-08 13:48:29 -07:00
LICENSE Synchronize LICENSE file with OpenStack projects 2015-04-20 09:30:39 -04:00
README.markdown Split release notes into a CHANGELOG.md file 2015-06-26 18:14:52 -07:00
Rakefile Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
metadata.json Release 5.1.0 - Juno 2015-06-17 11:26:05 -07:00

README.markdown

Tempest

5.1.0 - 2014.2 - Juno

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