Library gem used by Puppet OpenStack modules
Go to file
zhongshengping 42a08109c0 Support puppet 4.8 and latest for libraries unit test
Change-Id: I593989c81dc5905cf66f4d516fb1b0d774cfd6eb
Depends-On: https://review.openstack.org/#/c/556773/
2018-03-27 16:00:22 +08:00
doc Follow the new PTI for document build 2018-02-28 14:42:11 +08:00
lib/puppet-openstack_spec_helper Use ZUUL_BRANCH_REAL indirection if it exist. 2017-11-16 15:08:24 +01:00
releasenotes Remove setting of version/release from releasenotes 2017-11-16 22:34:09 +01: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
.zuul.yaml Switch jobs to Zuul v3 2018-02-28 09:05:51 +08: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 Update to the latest address in README 2017-09-21 12:05:43 +08:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 21:10:46 +02:00
functions Merge "Fix branch cleanup for p-o-i Gemfile" 2017-09-01 19:35:41 +00:00
puppet-openstack_spec_helper.gemspec Pin netaddr to 1.x 2018-01-23 20:03:23 +00: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_syntax_tests.sh run_syntax_tests: add logic to find which puppet version to test 2016-07-26 14:59:07 -04:00
run_unit_tests.sh Support puppet 4.8 and latest for libraries unit test 2018-03-27 16:00:22 +08:00
setup.cfg changed author 2017-07-13 17:40:29 +05:30
setup.py Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
tox.ini Follow the new PTI for document build 2018-02-28 14:42:11 +08:00

README.md

Team and repository tags

Team and repository tags

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.