Library gem used by Puppet OpenStack modules
Go to file
Emilien Macchi bb1e5cb4bf Add run_lint_tests.sh
Add run_lint_tests.sh script that will run lint tests against
puppet-nova to test puppet-openstack_spec_helper changes.

Change-Id: Ica12fcd31500bbca98df5f581e93b541b7a9372d
2016-06-23 17:05:05 -04:00
lib/puppet-openstack_spec_helper beaker: stop listing modules for debug 2016-06-08 22:40:51 -04:00
releasenotes gemspec: add dependencies for modules 2016-03-30 09:46:24 -04:00
.gitignore Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
.gitreview Added .gitreview 2015-10-01 07:53:00 +00:00
CHANGELOG.md Release 8.0.0 2016-03-21 15:20:20 -04:00
LICENSE Initial commit - lay down basic structure 2015-11-04 13:21:39 -08:00
README.md Initial commit - lay down basic structure 2015-11-04 13:21:39 -08:00
functions Use master branch for local tests 2016-04-18 18:14:59 +03:00
other-requirements.txt Add other-requirements.txt for bindep 2016-05-19 19:18:20 +02:00
puppet-openstack_spec_helper.gemspec Pin puppet-lint-absolute_classname-check to 0.1.3 2016-06-22 16:01:33 -06:00
run_beaker_tests.sh Implement run_beaker_tests.sh 2016-01-25 15:34:14 -05:00
run_lint_tests.sh Add run_lint_tests.sh 2016-06-23 17:05:05 -04:00
run_unit_tests.sh Create functions from run_unit_tests.sh 2016-01-25 14:53:20 -05:00
setup.cfg Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
setup.py Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
test-requirements.txt Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
tox.ini Add basic structure for ReNo 2016-03-14 08:35:24 -04:00

README.md

Puppet-OpenStack Spec Helper

This gem provides helper utilities for running rspec tests in the OpenStack Puppet Modules.

Usage

Include this gem in your Gemfile:

gem 'puppet-openstack_spec_helper',
  :git => 'https://git.openstack.org/openstack/puppet-openstack_spec_helper',
  :require => false

In your Rakefile, require the rake_tasks library:

require 'puppet-openstack_spec_helper/rake_tasks'

Instructions for using puppet-openstack_spec_helper/beaker_spec_helper in spec/spec_helper_acceptance.rb to come soon.