OpenStack Tempest Puppet Module
Go to file
Gael Chamoulaud 098c4b855e spec: updates for rspec-puppet 2.x and rspec 3.x
This patch aim to update our specs test in order to work with the
rspec-puppet release 2.0.0, in the mean time, we update rspec syntax
order to be prepared for rspec 3.x move.

In details:

 * Upgrade and pin rspec-puppet from 1.0.1 to 2.0.0
 * Use shared_examples "a Puppet::Error" for puppet::error tests *
 * Convert 'should' keyword to 'is_expected.to' (prepare rspec 3.x) *
 * Fix spec tests for rspec-puppet 2.0.0
 * Clean Gemfile (remove over-specificication of runtime deps of
   puppetlabs_spec_helper)

Change-Id: Ifbfcc86d2afa8a704710b3ed40957f2ff8167364
Signed-off-by: Gael Chamoulaud <gchamoul@redhat.com>
2015-03-31 16:06:31 +02:00
lib/puppet Hide secrets from puppet logs 2014-07-22 13:12:53 +00:00
manifests Add Puppet 4.x lint checks 2015-03-19 20:09:22 +01:00
spec spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-31 16:06:31 +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 Add .gitreview 2013-05-29 11:52:19 -04:00
.rspec Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
Gemfile spec: updates for rspec-puppet 2.x and rspec 3.x 2015-03-31 16:06:31 +02:00
metadata.json Fix metadata.json lint issues 2015-03-19 20:05:16 +01:00
Rakefile Adding puppet-rspec tests 2014-03-26 12:44:02 +01:00
README.markdown Release 5.0.0 - Juno 2014-11-23 19:43:35 -08:00

Tempest

5.0.0 - 2014.2.0 - 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.

Release Notes

** 5.0.0 **

  • Stable Juno release
  • Pinned vcsrepo dependency to 2.x
  • Bumped stdlib dependency to 4.x
  • Added ability to hide secrets from puppet logs
  • Removed orphaned os_concat function
  • Removed dependencies on mysql and postgresql devel libraries