Add test for policy

Change-Id: I208dcb33f8ef2cf6900eb8ff0efcdbd364a089a4
This commit is contained in:
ZhongShengping 2016-10-27 23:35:58 +08:00
parent 19c4199606
commit 281d96a5b5
1 changed files with 1 additions and 0 deletions

View File

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