Missing deps for config.pp unit test
Change-Id: I2d3c1ed60b42314c85be76adef2ee00a048dea85
This commit is contained in:
parent
2137010d01
commit
fc5e618d21
@ -14,6 +14,8 @@ describe 'aodh::config' do
|
|||||||
{ :aodh_config => config_hash }
|
{ :aodh_config => config_hash }
|
||||||
end
|
end
|
||||||
|
|
||||||
|
it { is_expected.to contain_class('aodh::deps') }
|
||||||
|
|
||||||
it 'configures arbitrary aodh-config configurations' do
|
it 'configures arbitrary aodh-config configurations' do
|
||||||
is_expected.to contain_aodh_config('DEFAULT/foo').with_value('fooValue')
|
is_expected.to contain_aodh_config('DEFAULT/foo').with_value('fooValue')
|
||||||
is_expected.to contain_aodh_config('DEFAULT/bar').with_value('barValue')
|
is_expected.to contain_aodh_config('DEFAULT/bar').with_value('barValue')
|
||||||
|
Loading…
Reference in New Issue
Block a user