Include deps class in unit test for postgresql

Change-Id: Ic44ab190e2519e1cf3615050f326a3cce4fc1c6b
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 84eab4507c
commit eb68ea97df
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,8 @@ describe 'glance::db::postgresql' do
req_params req_params
end end
it { is_expected.to contain_class('glance::deps') }
it { is_expected.to contain_openstacklib__db__postgresql('glance').with( it { is_expected.to contain_openstacklib__db__postgresql('glance').with(
:user => 'glance', :user => 'glance',
:password => 'glancepass', :password => 'glancepass',