Fix tests for latest puppet
Adding in a pre condition for the ceph key tests to resolve catalog failures in the unit tests under the latest version of puppet. Change-Id: Ie56f77c8ff841785e083e84c3d22eac9a5b64d75 Closes-Bug: #1702964
This commit is contained in:
parent
3850c05ddd
commit
69b651ff4c
@ -20,6 +20,9 @@ require 'spec_helper'
|
||||
|
||||
describe 'ceph::key' do
|
||||
|
||||
let (:pre_condition) do
|
||||
"class { '::ceph': fsid => 'foo' }"
|
||||
end
|
||||
shared_examples_for 'ceph key' do
|
||||
|
||||
describe "with custom params" do
|
||||
|
Loading…
x
Reference in New Issue
Block a user