Library gem used by Puppet OpenStack modules
Go to file
ZhongShengping 6ec17c9a16 Change openstack-dev to openstack-discuss
Mailinglists have been updated. Openstack-discuss replaces openstack-dev.

Change-Id: If0e013d437614f18fcc31447e5f30d8748d39e82
2018-12-04 09:41:38 +08:00
doc Follow the new PTI for document build 2018-02-28 14:42:11 +08:00
lib/puppet-openstack_spec_helper Bump version to 14.0.0 2018-10-26 00:02:21 +02:00
releasenotes Update reno for stable/rocky 2018-08-21 14:52:52 +00:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:07 +08:00
.gitreview Added .gitreview 2015-10-01 07:53:00 +00:00
.zuul.yaml switch documentation job to new PTI 2018-08-31 08:24:42 -04:00
CHANGELOG.md Release 8.0.0 2016-03-21 15:20:20 -04:00
LICENSE Update LICENSE 2018-04-06 20:14:56 +08:00
README.md Add 'Development' in README 2018-08-05 06:11:37 +00: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 Add support to select rspec-puppet version 2018-11-20 01:42:18 +01:00
run_beaker_tests.sh Support multiple nodetype library beaker tests 2018-07-26 13:17:44 +02: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 Change openstack-dev to openstack-discuss 2018-12-04 09:41:38 +08:00
setup.py Add basic structure for ReNo 2016-03-14 08:35:24 -04:00
tox.ini Update min tox version to 2.0 2018-10-16 11:40:18 +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.

Release notes for the project can be found at: https://docs.openstack.org/releasenotes/puppet-openstack_spec_helper

The project source code repository is located at: https://git.openstack.org/cgit/openstack/puppet-openstack_spec_helper

Contributors for the project can be found at: https://github.com/openstack/puppet-openstack_spec_helper/graphs/contributors

Developer documentation for the entire puppet-openstack project can be found at: https://docs.openstack.org/puppet-openstack-guide/latest/