OpenStack Tempest Puppet Module
Go to file
Lukas Bezdicka 4a61da58d6 Switch id setters to openstack client
Switch tempest_glance_id_setter and tempest_neutron_id_setter to
use openstack client with credentials provided in tempest config.
This will allow to run puppet-tempest on standalone node but adds
dependancy to openstacklib.

Change-Id: I27215a9b0f94db39774e20515eddce4cffd7cadf
2015-11-30 16:35:02 +01:00
lib/puppet Switch id setters to openstack client 2015-11-30 16:35:02 +01:00
manifests Switch id setters to openstack client 2015-11-30 16:35:02 +01:00
spec Switch id setters to openstack client 2015-11-30 16:35:02 +01:00
tests Add Puppet 4.x lint checks 2015-03-19 20:09:22 +01:00
.gitignore Try to use zuul-cloner to prepare fixtures 2015-10-08 15:17:00 -07: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 Prepare 6.1.0 release 2015-10-19 15:27:35 -04:00
Gemfile Try to use zuul-cloner to prepare fixtures 2015-10-08 15:17:00 -07:00
LICENSE Synchronize LICENSE file with OpenStack projects 2015-04-20 09:30:39 -04:00
metadata.json Switch id setters to openstack client 2015-11-30 16:35:02 +01:00
Rakefile Remove class_parameter_defaults puppet-lint check 2015-11-12 12:50:24 +01:00
README.markdown Prepare 6.1.0 release 2015-10-19 15:27:35 -04:00

Tempest

6.1.0 - 2015.1 - Kilo

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