Add test for policy

Change-Id: I5e873dadf6a437f9698df9b67a94c7c1ac2aa5bf
This commit is contained in:
ZhongShengping 2016-10-27 23:20:58 +08:00
parent 765557b9dc
commit bd83c2a094
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ describe 'ceilometer::policy' do
:key => 'context_is_admin',
:value => 'foo:bar'
})
is_expected.to contain_ceilometer_config('oslo_policy/policy_file').with_value('/etc/ceilometer/policy.json')
end
end