
The cookiecutter underwent a lot of cleanup in docs and testing, unfortunately placement was cut before those were merged so this applies those changes. [1] [2] [3] [4] [5] [1] https://review.openstack.org/#/c/624624/ [2] https://review.openstack.org/#/c/624338/ [3] https://review.openstack.org/#/c/614803/ [4] https://review.openstack.org/#/c/610859/ [5] https://review.openstack.org/#/c/622925/ Change-Id: I35903872a9cd3dcaafed4d03fc9b57f04474b087
8 lines
387 B
Ruby
8 lines
387 B
Ruby
# Load libraries from openstacklib here to simulate how they live together in a real puppet run (for provider unit tests)
|
|
$LOAD_PATH.push(File.join(File.dirname(__FILE__), 'fixtures', 'modules', 'openstacklib', 'lib'))
|
|
require 'puppetlabs_spec_helper/module_spec_helper'
|
|
require 'shared_examples'
|
|
require 'puppet-openstack_spec_helper/facts'
|
|
|
|
at_exit { RSpec::Puppet::Coverage.report! }
|