Add test for policy

Change-Id: I92942490e5bdce7312b8076e7d412939c25bf3dd
This commit is contained in:
ZhongShengping 2016-10-27 23:38:42 +08:00
parent 5ae76a1906
commit ebd7e650ba

View File

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