OpenStack Tempest Puppet Module
d657b79046
This patch allows to install Tempest plugin packages provided by RDO. Disabled by default, manage_tests_packages boolean if set to True will install Python packages that are needed when a service is set as available in ::tempest class. Change-Id: Iac9a57c2ba006bb2a660d2b54ee05bbe68125abf |
||
---|---|---|
lib/puppet | ||
manifests | ||
releasenotes | ||
spec | ||
tests | ||
.gitignore | ||
.gitreview | ||
.rspec | ||
CHANGELOG.md | ||
Gemfile | ||
LICENSE | ||
metadata.json | ||
Rakefile | ||
README.markdown | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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