Go to file
Emilien Macchi a29a590634 Implement run_beaker_tests.sh
Create run_beaker_tests.sh and in the same way as run_unit_tests.sh
does, run beaker tests for puppet-nova so we can actually test the
library.

Change-Id: I0b8fe790ecb23a18a997061e020cc7806a28e463
2016-01-25 15:34:14 -05:00
2015-10-01 07:53:00 +00:00

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.9 MiB
Languages
Python 46.3%
Ruby 36.8%
Shell 16.9%