Include deps class in unit test for postgresql

Change-Id: If2cbc19fbcd9ac1ae8897d932cb17c1257a8d78e
This commit is contained in:
ZhongShengping 2020-10-10 09:31:12 +08:00
parent 9ae2257052
commit 5b19a072cb
1 changed files with 2 additions and 0 deletions

View File

@ -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',