OpenStack Tempest Puppet Module
30ab1da275
After [1] and [2], fwaas tempest plugin is integrated in neutron-tempest-plugin so no additional package installation is needed. This patch removes old fwaas tempest plugin installation. It keeps the parameter in the manifest for backward compatibility of manifest using it. [1] https://review.opendev.org/#/c/643668/ [2] https://review.opendev.org/#/c/643662/ Change-Id: If2115f59657a1b6c8c8c1541f8f78f9b9103a885 |
||
---|---|---|
doc | ||
examples | ||
lib/puppet | ||
manifests | ||
releasenotes | ||
spec | ||
.gitignore | ||
.gitreview | ||
.rspec | ||
.zuul.yaml | ||
bindep.txt | ||
CHANGELOG.md | ||
Gemfile | ||
LICENSE | ||
metadata.json | ||
Rakefile | ||
README.md | ||
setup.cfg | ||
setup.py | ||
tox.ini |
Team and repository tags
Tempest
Table of Contents
- Overview - What is the AODH module?
- Development - Guide for contributing to the module
- Contributors - Those with commits
- Release Notes - Release notes for the project
- Repository - The project source code repository
- Beaker-Rspec - Beaker-rspec tests for the project
Overview
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.
Development
Developer documentation for the entire puppet-openstack project.
Contributors
Release Notes
Repository
Beaker-Rspec
This module has beaker-rspec tests
To run:
bundle install
bundle exec rspec spec/acceptance