Include deps class in unit test for postgresql
Change-Id: If2cbc19fbcd9ac1ae8897d932cb17c1257a8d78e
This commit is contained in:
parent
9ae2257052
commit
5b19a072cb
@ -15,6 +15,8 @@ describe 'cinder::db::postgresql' do
|
||||
req_params
|
||||
end
|
||||
|
||||
it { is_expected.to contain_class('cinder::deps') }
|
||||
|
||||
it { is_expected.to contain_openstacklib__db__postgresql('cinder').with(
|
||||
:user => 'cinder',
|
||||
:password => 'cinderpass',
|
||||
|
Loading…
Reference in New Issue
Block a user