Add test for policy

Change-Id: I9737c9c0edb02d7b7547952059c1e56e9cf7c30e
This commit is contained in:
ZhongShengping 2016-10-27 23:41:34 +08:00
parent 1530294c17
commit c3cdcfed9a

View File

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