a29a590634b777b4c32b7620a41d237ce041e024

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