Merge "Add test for policy"

This commit is contained in:
Jenkins 2016-10-28 10:30:13 +00:00 committed by Gerrit Code Review
commit 054a1f65e8
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