Go to file
ZhongShengping ace36b5ad9 Switch puppet vertion to 4.8 for unit test
The latest puppet version of running unit test is 5.3.4. This will be
error[1]. So fix the puppet version.

[1]http://logs.openstack.org/51/543351/1/check/legacy-puppet-openstack-libraries-puppet-unit-centos-7/a4f185d/job-output.txt.gz#_2018-02-12_07_04_37_036841

Change-Id: I3d1f5a28abffe88aa943efa1dac13d2540ad5edb
2018-02-12 16:27:31 +08:00
2016-03-14 08:35:24 -04:00
2015-10-01 07:53:00 +00:00
2016-03-21 15:20:20 -04:00
2016-06-23 17:05:05 -04:00
2017-07-13 17:40:29 +05:30
2016-03-14 08:35:24 -04:00
2017-06-12 16:00:06 +08:00

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.

Description
Library gem used by Puppet OpenStack modules
Readme 3.8 MiB
Languages
Python 44.3%
Ruby 38.1%
Shell 17.6%