Library gem used by Puppet OpenStack modules
Go to file
Tobias Urdin c328347a4e Change to Litmus
Depends-On: https://review.opendev.org/#/c/752300/
Change-Id: I94d996ed67402a47fd655a7b80b9c2df987d95c3
2020-09-19 00:40:12 +02:00
doc Switch to newer openstackdocstheme and reno versions 2020-06-02 14:57:18 +02:00
lib/puppet-openstack_spec_helper Add Puppet Litmus 2020-08-30 23:17:10 +02:00
releasenotes Set openstackdocs_auto_name to use 'project' as name 2020-09-16 11:05:05 +08:00
.gitignore Dissuade .gitignore references to personal tools 2018-10-08 11:47:07 +08:00
.gitreview OpenDev Migration Patch 2019-04-19 19:32:19 +00:00
.zuul.yaml Change to Litmus 2020-09-19 00:40:12 +02: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 Fix Repository 2019-04-21 13:00:06 +08:00
bindep.txt Move other-requirements.txt to bindep.txt 2016-08-12 21:10:46 +02:00
functions Replace gem --no-ri and --no-rdoc with --no-document 2020-09-02 14:16:08 +02:00
puppet-openstack_spec_helper.gemspec Dont pin bolt and rubyzip 2020-09-14 20:32:25 +00: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_litmus_tests.sh Change to Litmus 2020-09-19 00:40:12 +02:00
run_syntax_tests.sh Change minimum Puppet version to 6 2020-05-08 17:07:07 +02: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 [ussuri][goal] Cleanup for python 2.7 drop 2020-02-15 20:23:17 -06: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://opendev.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://opendev.org/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/