OpenStack Tempest Puppet Module
d46a0c403e
OpenStack Infra has jobs to run this on both Ubuntu Trusty and CentOS7. * Add minitest to Gemfile (dependency to run beaker on centos - see http://projects.theforeman.org/issues/2650 for details) * separate nodepool files to have trusty & centos7 support in OS infra Change-Id: I3470c38ac7598d4444dd79d9e7642d9321ff7fc6 Closes-bug: #1444736 |
||
---|---|---|
lib/puppet | ||
manifests | ||
spec | ||
tests | ||
.fixtures.yml | ||
.gitignore | ||
.gitreview | ||
.rspec | ||
Gemfile | ||
LICENSE | ||
metadata.json | ||
Rakefile | ||
README.markdown |
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.
Beaker-Rspec
This module has beaker-rspec tests
To run:
shell bundle install bundle exec rspec spec/acceptance
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